15
0

- 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/package/show/devel:languages:python/python-Chameleon?expand=0&rev=47
This commit is contained in:
2024-01-30 12:03:39 +00:00
committed by Git OBS Bridge
parent 5ca6c74935
commit 504ed13ac8
4 changed files with 26 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e15c82cdd43eb93767107094c0d7559ac9717928b9a6ac5cfa3635921d82676
size 141947

3
Chameleon-4.5.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efd9f57c5d25426181fefa67213ea456f3fc4209b1227e08d2099affd1ddb026
size 141437

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jan 30 12:02:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Wed Jan 10 16:27:29 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-Chameleon
Version: 4.4.3
Version: 4.5.2
Release: 0
Summary: Fast HTML/XML Template Compiler
License: BSD-3-Clause AND BSD-4-Clause AND Python-2.0 AND ZPL-2.1