Accepting request 775286 from devel:languages:python

- update to 0.29.15
 * Crash when returning a temporary Python object from an async-def function.
 * Crash when using **kwargs in generators.
 * Double reference free in __class__ cell handling for super() calls.
 * Compile error when using *args as Python class bases.
 * Fixed C name collision in the auto-pickle code
 * Deprecated import failed in Python 3.9

OBS-URL: https://build.opensuse.org/request/show/775286
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=52
This commit is contained in:
2020-02-22 18:02:28 +00:00
committed by Git OBS Bridge
parent 8e7b6f861b
commit b2f3ef941e
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 18 16:45:37 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.29.15
* Crash when returning a temporary Python object from an async-def function.
* Crash when using **kwargs in generators.
* Double reference free in __class__ cell handling for super() calls.
* Compile error when using *args as Python class bases.
* Fixed C name collision in the auto-pickle code
* Deprecated import failed in Python 3.9
-------------------------------------------------------------------
Sat Nov 16 16:44:06 UTC 2019 - Arun Persaud <arun@gmx.de>