forked from pool/python-Chameleon
504ed13ac82848edb70798ccd3d435e1dc0b9e0d620f7b23f38960d4d6acf0f9
* 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/package/show/devel:languages:python/python-Chameleon?expand=0&rev=47
Description
No description provided
Languages
RPM Spec
100%