Accepting request 694800 from devel:languages:python
- update to 0.29.7 * Crash when the shared Cython config module gets unloaded and another Cython module reports an exceptions. Cython now makes sure it keeps an owned reference to the module * Resolved a C89 compilation problem when enabling the fast-gil sharing feature. * Coverage reporting did not include the signature line of cdef functions * Casting a GIL-requiring function into a nogil function now issues a warning * Generators and coroutines were missing their return type annotation - update to 0.29.7 * Crash when the shared Cython config module gets unloaded and another Cython module reports an exceptions. Cython now makes sure it keeps an owned reference to the module * Resolved a C89 compilation problem when enabling the fast-gil sharing feature. * Coverage reporting did not include the signature line of cdef functions * Casting a GIL-requiring function into a nogil function now issues a warning * Generators and coroutines were missing their return type annotation OBS-URL: https://build.opensuse.org/request/show/694800 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=48
This commit is contained in:
commit
354ad337c6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c5d33f1b5c864382fbce810a8fd9e015447869ae42e98e6301e977b8165e7ae
|
||||
size 2047021
|
3
Cython-0.29.7.tar.gz
Normal file
3
Cython-0.29.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55d081162191b7c11c7bfcb7c68e913827dfd5de6ecdbab1b99dab190586c1e8
|
||||
size 2047944
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 16 09:26:50 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 0.29.7
|
||||
* Crash when the shared Cython config module gets unloaded and another
|
||||
Cython module reports an exceptions. Cython now makes sure it keeps
|
||||
an owned reference to the module
|
||||
* Resolved a C89 compilation problem when enabling the fast-gil sharing feature.
|
||||
* Coverage reporting did not include the signature line of cdef functions
|
||||
* Casting a GIL-requiring function into a nogil function now issues a warning
|
||||
* Generators and coroutines were missing their return type annotation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 16:08:29 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# Tests currently fail randomly in OBS multiple local rund do not trigger them
|
||||
%bcond_with test
|
||||
Name: python-Cython-doc
|
||||
Version: 0.29.6
|
||||
Version: 0.29.7
|
||||
Release: 0
|
||||
Summary: The Cython compiler for writing C extensions for the Python language
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 16 09:26:50 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 0.29.7
|
||||
* Crash when the shared Cython config module gets unloaded and another
|
||||
Cython module reports an exceptions. Cython now makes sure it keeps
|
||||
an owned reference to the module
|
||||
* Resolved a C89 compilation problem when enabling the fast-gil sharing feature.
|
||||
* Coverage reporting did not include the signature line of cdef functions
|
||||
* Casting a GIL-requiring function into a nogil function now issues a warning
|
||||
* Generators and coroutines were missing their return type annotation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 16:08:29 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-Cython
|
||||
Version: 0.29.6
|
||||
Version: 0.29.7
|
||||
Release: 0
|
||||
Summary: The Cython compiler for writing C extensions for the Python language
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user