14
0
forked from pool/python-Cython

Accepting request 718921 from home:mcepl:branches:devel:languages:python

Update

OBS-URL: https://build.opensuse.org/request/show/718921
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=131
This commit is contained in:
2019-07-26 15:53:16 +00:00
committed by Git OBS Bridge
parent de1c863be4
commit ffe6501201
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jul 26 17:36:50 CEST 2019 - Matej Cepl <mcepl@suse.com>
- Update to 0.29.13:
- A reference leak for None was fixed when converting
a memoryview to a Python object. (Github issue #3023)
- The declaration of PyGILState_STATE in cpython.pystate was
unusable. Patch by Kirill Smelkov. (Github issue #2997)
- The declarations in posix.mman were extended. Patches by
Kirill Smelkov. (Github issues #2893, #2894, #3012)
-------------------------------------------------------------------
Sun Jul 21 16:56:52 UTC 2019 - Arun Persaud <arun@gmx.de>