Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-Mako-1.3.3-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python310-Mako Distribution: openSUSE Tumbleweed
Version: 1.3.3 Vendor: openSUSE
Release: 1.1 Build date: Mon Apr 15 08:14:49 2024
Group: Unspecified Build host: reproducible
Size: 567510 Source RPM: python-Mako-1.3.3-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.makotemplates.org/
Summary: A Python templating language
Mako is a template library written in Python. It provides a non-XML
syntax which compiles into Python modules for performance. Mako's
syntax and API borrows from Django templates, Cheetah, Myghty, and
Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server
Page) language, which refines the ideas of componentized layout and
inheritance, while maintaining close ties to Python calling and
scoping semantics.

Provides

Requires

License

MIT

Changelog

* Mon Apr 15 2024 Dirk Müller <dmueller@suse.com>
  - update to 1.3.3:
    * Fixed unexpected error when use control lines which the
      first control block with no bodies other than comments,
      as `pass` is now added to the first empty block.
    * Fixed unexpected syntax error in strict_undefined mode that
      occurred when using comprehensions within a function in a Mako
      Python code block.
      Now, the local variable in comprehensions won't be added to the
      checklist when using strict_undefined mode.
* Thu Feb 01 2024 Dirk Müller <dmueller@suse.com>
  - update to 1.3.2:
    * Fixed parsing issue where attempting to render a single percent
      sign % using an escaped percent %% would not function correctly
      if the escaped percent were not the first character on a line.
      Note that this is a revised version of a similar change made
      in Mako 1.3.1 which caused unexpected parsing regressions,
      resulting in the release being yanked.
* Thu Dec 07 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.3.0:
    * Mako 1.3.0 bumps the minimum Python version to 3.8
    * Python 3.12 is now supported explicitly.
* Thu Jun 15 2023 Andreas Schneider <asn@cryptomilk.org>
  - Use sle15_python_module_pythons
* Sat Dec 03 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to 1.2.4
    [bug] [codegen] Fixed issue where unpacking nested tuples in a for loop using would raise a
    "couldn't apply loop context" error if the loop context was used. The regex
    used to match the for loop expression now allows the list of loop variables
    to contain parenthesized sub-tuples. Pull request courtesy Matt Trescott.
* Thu Sep 29 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.2.3:
    * Fixed issue in lexer in the same category as that of :ticket:`366` where
      the regexp used to match an end tag didn't correctly organize for matching
      characters surrounded by whitespace, leading to high memory / interpreter
      hang if a closing tag incorrectly had a large amount of unterminated space
      in it. Credit to Sebastian Chnelik for locating the issue.
    * As Mako templates inherently render and directly invoke arbitrary Python
      code from the template source, it is **never** appropriate to create
      templates that contain untrusted input.
* Sun Sep 11 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.2.2:
    * Fixed issue in lexer where the regexp used to match tags would not
      correctly interpret quoted sections individually (CVE-2022-40023,
      bsc#1203246)
* Mon Jul 18 2022 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 1.2.1:
    * [bug] [tests] Various fixes to the test suite in the area of exception
      message rendering to accommodate for variability in Python versions as
      well as Pygments.
    * [performance] Optimized some codepaths within the lexer/Python code
      generation process, improving performance for generation of templates
      prior to their being cached. Pull request courtesy Takuto Ikuta.
    * [changed] [py3k] Corrected "universal wheel" directive in setup.cfg so
      that building a wheel does not target Python 2.
    * [changed] [py3k] The bytestring_passthrough template argument is removed,
      as this flag only applied to Python 2.
    * [changed] [py3k] With the removal of Python 2's cStringIO, Mako now uses
      its own internal FastEncodingBuffer exclusively.
    * [changed] Refactored test utilities into mako.testing module. Removed
      unittest.TestCase dependency in favor of pytest.
    * [changed] [setup] Replaced the use of pkg_resources with the importlib
      library. For Python < 3.8 the library importlib_metadata is used.
    * [changed] [py3k] Removed support for Python 2 and Python 3.6. Mako now
      requires Python >= 3.7.
    * [bug] [py3k] Mako now performs exception chaining using raise from,
      correctly identifying underlying exception conditions when it raises its
      own exceptions. Pull request courtesy Ram Rachum.
  - Remove python2 gubbins, since it is no longer supported.
* Thu Mar 24 2022 pgajdos@suse.com
  - python-mock is not required for build
* Mon Dec 06 2021 Dirk Müller <dmueller@suse.com>
  - update to 1.1.6:
    * Fixed issue where control statements on multi lines with a backslash would
      not parse correctly if the template itself contained CR/LF pairs as on
      Windows.
* Sat Oct 16 2021 Dirk Müller <dmueller@suse.com>
  - update to 1.1.5:
    * Fixed some issues with running the test suite which would
      be revealed by running tests in random order.
* Wed Oct 06 2021 Matej Cepl <mcepl@suse.com>
  - Remove obsolete %suse_version %if
* Tue Oct 05 2021 Stefan Schubert <schubi@suse.de>
  - Added BuildRequires:  alts
* Thu Sep 30 2021 Stefan Schubert <schubi@schubi.de>
  - Use libalternatives instead of update-alternatives.
* Sun Jan 24 2021 Dirk Müller <dmueller@suse.com>
  - update to 1.1.4:
    * Fixed Python deprecation issues related to module importing, as well as
      file access within the Lingua plugin, for deprecated APIs that began to
      emit warnings under Python 3.10.

Files

/usr/bin/mako-render
/usr/bin/mako-render-3.10
/usr/lib/python3.10/site-packages/Mako-1.3.3-py3.10.egg-info
/usr/lib/python3.10/site-packages/Mako-1.3.3-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/Mako-1.3.3-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/Mako-1.3.3-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/Mako-1.3.3-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/Mako-1.3.3-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/Mako-1.3.3-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/Mako-1.3.3-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/mako
/usr/lib/python3.10/site-packages/mako/__init__.py
/usr/lib/python3.10/site-packages/mako/__pycache__
/usr/lib/python3.10/site-packages/mako/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/_ast_util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/_ast_util.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/ast.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/ast.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/cache.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/cache.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/cmd.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/cmd.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/codegen.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/codegen.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/filters.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/filters.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/lexer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/lexer.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/lookup.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/lookup.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/parsetree.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/parsetree.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/pygen.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/pygen.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/pyparser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/pyparser.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/runtime.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/runtime.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/template.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/template.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/_ast_util.py
/usr/lib/python3.10/site-packages/mako/ast.py
/usr/lib/python3.10/site-packages/mako/cache.py
/usr/lib/python3.10/site-packages/mako/cmd.py
/usr/lib/python3.10/site-packages/mako/codegen.py
/usr/lib/python3.10/site-packages/mako/compat.py
/usr/lib/python3.10/site-packages/mako/exceptions.py
/usr/lib/python3.10/site-packages/mako/ext
/usr/lib/python3.10/site-packages/mako/ext/__init__.py
/usr/lib/python3.10/site-packages/mako/ext/__pycache__
/usr/lib/python3.10/site-packages/mako/ext/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/ext/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/ext/__pycache__/autohandler.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/ext/__pycache__/autohandler.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/ext/__pycache__/babelplugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/ext/__pycache__/babelplugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/ext/__pycache__/beaker_cache.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/ext/__pycache__/beaker_cache.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/ext/__pycache__/extract.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/ext/__pycache__/extract.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/ext/__pycache__/linguaplugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/ext/__pycache__/linguaplugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/ext/__pycache__/preprocessors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/ext/__pycache__/preprocessors.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/ext/__pycache__/pygmentplugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/ext/__pycache__/pygmentplugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/ext/__pycache__/turbogears.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/ext/__pycache__/turbogears.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/ext/autohandler.py
/usr/lib/python3.10/site-packages/mako/ext/babelplugin.py
/usr/lib/python3.10/site-packages/mako/ext/beaker_cache.py
/usr/lib/python3.10/site-packages/mako/ext/extract.py
/usr/lib/python3.10/site-packages/mako/ext/linguaplugin.py
/usr/lib/python3.10/site-packages/mako/ext/preprocessors.py
/usr/lib/python3.10/site-packages/mako/ext/pygmentplugin.py
/usr/lib/python3.10/site-packages/mako/ext/turbogears.py
/usr/lib/python3.10/site-packages/mako/filters.py
/usr/lib/python3.10/site-packages/mako/lexer.py
/usr/lib/python3.10/site-packages/mako/lookup.py
/usr/lib/python3.10/site-packages/mako/parsetree.py
/usr/lib/python3.10/site-packages/mako/pygen.py
/usr/lib/python3.10/site-packages/mako/pyparser.py
/usr/lib/python3.10/site-packages/mako/runtime.py
/usr/lib/python3.10/site-packages/mako/template.py
/usr/lib/python3.10/site-packages/mako/testing
/usr/lib/python3.10/site-packages/mako/testing/__init__.py
/usr/lib/python3.10/site-packages/mako/testing/__pycache__
/usr/lib/python3.10/site-packages/mako/testing/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/testing/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/testing/__pycache__/_config.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/testing/__pycache__/_config.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/testing/__pycache__/assertions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/testing/__pycache__/assertions.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/testing/__pycache__/config.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/testing/__pycache__/config.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/testing/__pycache__/exclusions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/testing/__pycache__/exclusions.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/testing/__pycache__/fixtures.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/testing/__pycache__/fixtures.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/testing/__pycache__/helpers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mako/testing/__pycache__/helpers.cpython-310.pyc
/usr/lib/python3.10/site-packages/mako/testing/_config.py
/usr/lib/python3.10/site-packages/mako/testing/assertions.py
/usr/lib/python3.10/site-packages/mako/testing/config.py
/usr/lib/python3.10/site-packages/mako/testing/exclusions.py
/usr/lib/python3.10/site-packages/mako/testing/fixtures.py
/usr/lib/python3.10/site-packages/mako/testing/helpers.py
/usr/lib/python3.10/site-packages/mako/util.py
/usr/share/doc/packages/python310-Mako
/usr/share/doc/packages/python310-Mako/CHANGES
/usr/share/doc/packages/python310-Mako/README.rst
/usr/share/doc/packages/python310-Mako/examples
/usr/share/doc/packages/python310-Mako/examples/bench
/usr/share/doc/packages/python310-Mako/examples/bench/basic.py
/usr/share/doc/packages/python310-Mako/examples/bench/cheetah
/usr/share/doc/packages/python310-Mako/examples/bench/cheetah/footer.tmpl
/usr/share/doc/packages/python310-Mako/examples/bench/cheetah/header.tmpl
/usr/share/doc/packages/python310-Mako/examples/bench/cheetah/template.tmpl
/usr/share/doc/packages/python310-Mako/examples/bench/django
/usr/share/doc/packages/python310-Mako/examples/bench/django/templates
/usr/share/doc/packages/python310-Mako/examples/bench/django/templates/base.html
/usr/share/doc/packages/python310-Mako/examples/bench/django/templates/template.html
/usr/share/doc/packages/python310-Mako/examples/bench/django/templatetags
/usr/share/doc/packages/python310-Mako/examples/bench/django/templatetags/__init__.py
/usr/share/doc/packages/python310-Mako/examples/bench/django/templatetags/bench.py
/usr/share/doc/packages/python310-Mako/examples/bench/genshi
/usr/share/doc/packages/python310-Mako/examples/bench/genshi/base.html
/usr/share/doc/packages/python310-Mako/examples/bench/genshi/template.html
/usr/share/doc/packages/python310-Mako/examples/bench/jinja2
/usr/share/doc/packages/python310-Mako/examples/bench/jinja2/footer.html
/usr/share/doc/packages/python310-Mako/examples/bench/jinja2/header.html
/usr/share/doc/packages/python310-Mako/examples/bench/jinja2/template.html
/usr/share/doc/packages/python310-Mako/examples/bench/jinja2_inheritance
/usr/share/doc/packages/python310-Mako/examples/bench/jinja2_inheritance/base.html
/usr/share/doc/packages/python310-Mako/examples/bench/jinja2_inheritance/template.html
/usr/share/doc/packages/python310-Mako/examples/bench/kid
/usr/share/doc/packages/python310-Mako/examples/bench/kid/base.kid
/usr/share/doc/packages/python310-Mako/examples/bench/kid/template.kid
/usr/share/doc/packages/python310-Mako/examples/bench/mako
/usr/share/doc/packages/python310-Mako/examples/bench/mako/footer.html
/usr/share/doc/packages/python310-Mako/examples/bench/mako/header.html
/usr/share/doc/packages/python310-Mako/examples/bench/mako/template.html
/usr/share/doc/packages/python310-Mako/examples/bench/mako_inheritance
/usr/share/doc/packages/python310-Mako/examples/bench/mako_inheritance/base.html
/usr/share/doc/packages/python310-Mako/examples/bench/mako_inheritance/template.html
/usr/share/doc/packages/python310-Mako/examples/bench/myghty
/usr/share/doc/packages/python310-Mako/examples/bench/myghty/base.myt
/usr/share/doc/packages/python310-Mako/examples/bench/myghty/template.myt
/usr/share/doc/packages/python310-Mako/examples/wsgi
/usr/share/doc/packages/python310-Mako/examples/wsgi/htdocs
/usr/share/doc/packages/python310-Mako/examples/wsgi/htdocs/index.html
/usr/share/doc/packages/python310-Mako/examples/wsgi/run_wsgi.py
/usr/share/doc/packages/python310-Mako/examples/wsgi/templates
/usr/share/doc/packages/python310-Mako/examples/wsgi/templates/root.html
/usr/share/libalternatives/mako-render
/usr/share/libalternatives/mako-render/310.conf
/usr/share/licenses/python310-Mako
/usr/share/licenses/python310-Mako/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:22:28 2024