forked from pool/python-Chameleon
e0905b8899dfc331cd65be278dab49d497045a267d2b578363b7736abb40f3c1
- update to 4.5.2:
* Fix a regression where a static symbol would not get
correctly imported.
* Add Python 3.13 classifier.
* Fix a regression where default_extension was no longer permitted
* Chameleon now has type annotations!
* Fix a regression where generated template code would
suboptimal due to incorrect handling of internal variables.
* Always cook templates in debug mode, even when using
CHAMELEON_CACHE option to persist generated code on disk.
* Parsing the AST back to Python code now uses the built-in
ast.unparse function. This change is not directly surfaced
but means that the unparsing code is now more correctly
tracking changes to the interpreter.
* Drop support for platforms where AST nodes aren't weakref-
capable (e.g., older PyPy).
* Fix a PyPy compatibility issue having to do with determining
the set
OBS-URL: https://build.opensuse.org/request/show/1142764
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Chameleon?expand=0&rev=17
Description
No description provided
Languages
RPM Spec
100%