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:
parent
4e962cd503
commit
de1c863be4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:763a522cc5d1673ba7a4092c0914790f11704b1d4c41e2671e50d0f702a8c6a0
|
||||
size 2050170
|
3
Cython-0.29.12.tar.gz
Normal file
3
Cython-0.29.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20da832a5e9a8e93d1e1eb64650258956723940968eb585506531719b55b804f
|
||||
size 2050537
|
@ -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>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-Cython
|
||||
Version: 0.29.11
|
||||
Version: 0.29.12
|
||||
Release: 0
|
||||
Summary: The Cython compiler for writing C extensions for the Python language
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user