From b93742ab13b05fad222c6e7f626b3560b45ee5c2f4ed73edd02d790fe3cd275b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 18 May 2022 19:51:42 +0000 Subject: [PATCH] Accepting request 977894 from home:polslinux:branches:devel:languages:python - update to 0.29.30: * Avoid acquiring the GIL at the end of nogil functions. This change was backported in order to avoid generating wrong C code that would trigger C compiler warnings with tracing support enabled. * Function definitions in finally: clauses were not correctly generated. * A case where C-API functions could be called with a live exception set was fixed. * Cython now correctly generates Python methods for both the provided regular and reversed special numeric methods of extension types. * The C union type in pure Python mode mishandled some field names. OBS-URL: https://build.opensuse.org/request/show/977894 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=159 --- Cython-0.29.28.tar.gz | 3 --- Cython-0.29.30.tar.gz | 3 +++ python-Cython.changes | 14 ++++++++++++++ python-Cython.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 Cython-0.29.28.tar.gz create mode 100644 Cython-0.29.30.tar.gz diff --git a/Cython-0.29.28.tar.gz b/Cython-0.29.28.tar.gz deleted file mode 100644 index e7fa37b..0000000 --- a/Cython-0.29.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6fac2342802c30e51426828fe084ff4deb1b3387367cf98976bb2e64b6f8e45 -size 2081368 diff --git a/Cython-0.29.30.tar.gz b/Cython-0.29.30.tar.gz new file mode 100644 index 0000000..5f9cbb5 --- /dev/null +++ b/Cython-0.29.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2235b62da8fe6fa8b99422c8e583f2fb95e143867d337b5c75e4b9a1a865f9e3 +size 2085208 diff --git a/python-Cython.changes b/python-Cython.changes index 7d0b1cf..48041b1 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed May 18 08:35:39 UTC 2022 - Paolo Stivanin + +- update to 0.29.30: + * Avoid acquiring the GIL at the end of nogil functions. This change + was backported in order to avoid generating wrong C code that + would trigger C compiler warnings with tracing support enabled. + * Function definitions in finally: clauses were not correctly generated. + * A case where C-API functions could be called with a live exception + set was fixed. + * Cython now correctly generates Python methods for both the provided + regular and reversed special numeric methods of extension types. + * The C union type in pure Python mode mishandled some field names. + ------------------------------------------------------------------- Sun Mar 20 20:33:02 UTC 2022 - Dirk Müller diff --git a/python-Cython.spec b/python-Cython.spec index 2975186..7daf6f0 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -20,7 +20,7 @@ %define oldpython python %bcond_with test Name: python-Cython -Version: 0.29.28 +Version: 0.29.30 Release: 0 Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0