Accepting request 943796 from devel:languages:python

- 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/request/show/943796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=62
This commit is contained in:
2022-01-07 11:44:34 +00:00
committed by Git OBS Bridge
parent f6ed3d83c1
commit d17222ee88
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>