From 85ac2280ed37a65050f00014dc52a821c6b71a1330dab793b272d0a5689cea4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 16 Apr 2019 09:29:07 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-Cython?expand=0&rev=124 --- Cython-0.29.6.tar.gz | 3 --- Cython-0.29.7.tar.gz | 3 +++ python-Cython-doc.changes | 12 ++++++++++++ python-Cython-doc.spec | 2 +- python-Cython.changes | 12 ++++++++++++ python-Cython.spec | 2 +- 6 files changed, 29 insertions(+), 5 deletions(-) delete mode 100644 Cython-0.29.6.tar.gz create mode 100644 Cython-0.29.7.tar.gz diff --git a/Cython-0.29.6.tar.gz b/Cython-0.29.6.tar.gz deleted file mode 100644 index f14698e..0000000 --- a/Cython-0.29.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c5d33f1b5c864382fbce810a8fd9e015447869ae42e98e6301e977b8165e7ae -size 2047021 diff --git a/Cython-0.29.7.tar.gz b/Cython-0.29.7.tar.gz new file mode 100644 index 0000000..eba4a19 --- /dev/null +++ b/Cython-0.29.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d081162191b7c11c7bfcb7c68e913827dfd5de6ecdbab1b99dab190586c1e8 +size 2047944 diff --git a/python-Cython-doc.changes b/python-Cython-doc.changes index 57a70f5..8846a07 100644 --- a/python-Cython-doc.changes +++ b/python-Cython-doc.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Apr 16 09:26:50 UTC 2019 - Ondřej Súkup + +- 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 diff --git a/python-Cython-doc.spec b/python-Cython-doc.spec index 2a49774..02e9fd2 100644 --- a/python-Cython-doc.spec +++ b/python-Cython-doc.spec @@ -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 diff --git a/python-Cython.changes b/python-Cython.changes index 295ebfa..20a1932 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Apr 16 09:26:50 UTC 2019 - Ondřej Súkup + +- 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 diff --git a/python-Cython.spec b/python-Cython.spec index 846ea9d..99b540e 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -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