14
0
forked from pool/python-Cython

- update to 0.29.34:

* A refence leak of the for-loop list/tuple iterable was
    resolved if the for-loop's  ``else:`` branch executes 
    a ``break`` for an outer loop.
  * Some C compile failures in CPython 3.12 were resolved.
  * Some old usages of the deprecated Python ``imp`` module were
    replaced with ``importlib``.
  * Patch by Matúš Valo.  (Github issue :issue:`5300`)
  * Some issues with ``depfile`` generation were resolved.
  * Patches by Eli Schwartz.  (Github issues :issue:`5279`,
    :issue:`5291`)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=167
This commit is contained in:
2023-04-03 20:03:43 +00:00
committed by Git OBS Bridge
parent d8c2bde919
commit 685688d439
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Apr 3 19:58:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.29.34:
* A refence leak of the for-loop list/tuple iterable was
resolved if the for-loop's ``else:`` branch executes
a ``break`` for an outer loop.
* Some C compile failures in CPython 3.12 were resolved.
* Some old usages of the deprecated Python ``imp`` module were
replaced with ``importlib``.
* Patch by Matúš Valo. (Github issue :issue:`5300`)
* Some issues with ``depfile`` generation were resolved.
* Patches by Eli Schwartz. (Github issues :issue:`5279`,
:issue:`5291`)
-------------------------------------------------------------------
Sat Jan 7 12:27:04 UTC 2023 - Dirk Müller <dmueller@suse.com>