14
0
forked from pool/python-Cython

- update to 0.29.26:

* An incompatibility with CPython 3.11.0a3 was resolved.
  * The ``in`` operator failed on literal lists with starred
    expressions.
  * A C compiler warning in PyPy about a missing struct field
    initialisation was resolved.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=153
This commit is contained in:
2022-01-04 16:02:15 +00:00
committed by Git OBS Bridge
parent bcbb9374bd
commit 2346705dab
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jan 4 15:59:48 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.29.26:
* An incompatibility with CPython 3.11.0a3 was resolved.
* The ``in`` operator failed on literal lists with starred
expressions.
* A C compiler warning in PyPy about a missing struct field
initialisation was resolved.
-------------------------------------------------------------------
Mon Dec 6 20:16:04 UTC 2021 - Dirk Müller <dmueller@suse.com>