14
0
forked from pool/python-Cython

Accepting request 717369 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/717369
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=130
This commit is contained in:
2019-07-21 17:20:04 +00:00
committed by Git OBS Bridge
parent 4e962cd503
commit de1c863be4
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Jul 21 16:56:52 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 0.29.12:
* Fix compile error in CPython 3.8b2 regarding the PyCode_New()
signature. (Github issue #3031)
* Fix a C compiler warning about a missing int downcast. (Github
issue #3028)
* Fix reported error positions of undefined builtins and
constants. Patch by Orivej Desh. (Github issue #3030)
* A 32 bit issue in the Pythran support was resolved. Patch by Serge
Guelton. (Github issue #3032)
-------------------------------------------------------------------
Sat Jul 6 21:26:09 UTC 2019 - Arun Persaud <arun@gmx.de>