14
0

Accepting request 1230048 from home:mcalabkova:branches:devel:languages:python

- Update to 3.4.0
  * Fixed ImportHooks: it must raise ModuleNotFoundError instead of ImportError.
  * Use cache_from_source in ImportManager to find out .pyc/.pyo byte-code files.
  * Add compatibility with Python 3.13 (multiple fixes)

OBS-URL: https://build.opensuse.org/request/show/1230048
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cheetah3?expand=0&rev=34
This commit is contained in:
2024-12-11 10:34:30 +00:00
committed by Git OBS Bridge
parent afc421566e
commit bbac3b00b0
4 changed files with 17 additions and 8 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Dec 10 16:53:01 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Update to 3.4.0
* Fixed ImportHooks: it must raise ModuleNotFoundError instead of ImportError.
* Use cache_from_source in ImportManager to find out .pyc/.pyo byte-code files.
* Add compatibility with Python 3.13 (multiple fixes)
-------------------------------------------------------------------
Tue Aug 27 07:25:57 UTC 2024 - Frantisek Simorda <frantisek.simorda@suse.com>