15
0

- update to 4.6.0:

* Improve startup time when no template is used.
  * Fix ast deprecation warnings up to Python 3.13.
  * Fix load_module deprecation warnings for Python >= 3.10.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Chameleon?expand=0&rev=53
This commit is contained in:
2025-01-02 14:13:55 +00:00
committed by Git OBS Bridge
parent 6c71b9d3aa
commit 869c33fd71
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jan 2 14:13:48 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 4.6.0:
* Improve startup time when no template is used.
* Fix ast deprecation warnings up to Python 3.13.
* Fix load_module deprecation warnings for Python >= 3.10.
-------------------------------------------------------------------
Sat Apr 20 13:30:44 UTC 2024 - Dirk Müller <dmueller@suse.com>