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:
parent
de1c863be4
commit
ffe6501201
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:20da832a5e9a8e93d1e1eb64650258956723940968eb585506531719b55b804f
|
|
||||||
size 2050537
|
|
3
Cython-0.29.13.tar.gz
Normal file
3
Cython-0.29.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c29d069a4a30f472482343c866f7486731ad638ef9af92bfe5fca9c7323d638e
|
||||||
|
size 2051189
|
@ -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>
|
Sun Jul 21 16:56:52 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
Name: python-Cython
|
Name: python-Cython
|
||||||
Version: 0.29.12
|
Version: 0.29.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Cython compiler for writing C extensions for the Python language
|
Summary: The Cython compiler for writing C extensions for the Python language
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user