SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python310-Mako-1.2.4-1.2.noarch.rpm :

* Sat Dec 03 2022 Yogalakshmi Arunachalam - 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 - 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 - update to 1.2.2:
* Fixed issue in lexer where the regexp used to match tags would not correctly interpret quoted sections individually
* Mon Jul 18 2022 Steve Kowalik - 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 pgajdosAATTsuse.com- python-mock is not required for build
* Mon Dec 06 2021 Dirk Müller - 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 - 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 - Remove obsolete %suse_version %if
* Tue Oct 05 2021 Stefan Schubert - Added BuildRequires: alts
* Thu Sep 30 2021 Stefan Schubert - Use libalternatives instead of update-alternatives.
* Sun Jan 24 2021 Dirk Müller - 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.
* Fri Dec 11 2020 Benjamin Greiner - Let the python-rpm-macros do their job for the correct provides and obsoletes tags for multiple python3 flavors gh#openSUSE/python-rpm-macros#66
* Mon Jun 08 2020 Ondřej Súkup - update to 1.1.3
* The default template encoding is now utf-8
* Mon May 25 2020 Petr Gajdos - %python3_only -> %python_alternative
* Mon Mar 02 2020 Ondřej Súkup - update to 1.1.2
* Added –output-file argument to the Mako command line runner
* Tue Feb 18 2020 Ondřej Súkup - update to 1.1.1
* Replaced usage of the long-superseded “parser.suite” module in the mako.util package for parsing the python magic encoding comment with the “ast.parse” function
* Added “babel” and “lingua” dependency entries to the setuptools entrypoints for the babel and lingua extensions
 
ICM