From 9feb72ee1ac35ac344a46981cfda1d9415165beab54d56ac2ff8d68da6af4b5b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 21 Dec 2023 16:15:45 +0000 Subject: [PATCH] - update to 3.0.7: * In the iterator of generator expressions, ``await`` and ``yield`` were not correctly analysed. * ``cpdef`` enums with the same name cimported from different modules could lead to invalid C code. * Some declarations in ``cpython.unicode`` were fixed and extended. * Compiling fused types used in pxd files could crash Cython in Python 3.11+. * Source files with non-ASCII file names could crash Cython. * Includes all bug-fixes and features from the 0.29 maintenance branch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=190 --- Cython-3.0.6.tar.gz | 3 --- Cython-3.0.7.tar.gz | 3 +++ python-Cython.changes | 16 ++++++++++++++++ python-Cython.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 Cython-3.0.6.tar.gz create mode 100644 Cython-3.0.7.tar.gz diff --git a/Cython-3.0.6.tar.gz b/Cython-3.0.6.tar.gz deleted file mode 100644 index 61e8390..0000000 --- a/Cython-3.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:399d185672c667b26eabbdca420c98564583798af3bc47670a8a09e9f19dd660 -size 2740354 diff --git a/Cython-3.0.7.tar.gz b/Cython-3.0.7.tar.gz new file mode 100644 index 0000000..eae4089 --- /dev/null +++ b/Cython-3.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb299acf3a578573c190c858d49e0cf9d75f4bc49c3f24c5a63804997ef09213 +size 2741910 diff --git a/python-Cython.changes b/python-Cython.changes index 09e4874..4b2b240 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Dec 21 16:15:20 UTC 2023 - Dirk Müller + +- update to 3.0.7: + * In the iterator of generator expressions, ``await`` and + ``yield`` were not correctly analysed. + * ``cpdef`` enums with the same name cimported from different + modules could lead to invalid C code. + * Some declarations in ``cpython.unicode`` were fixed and + extended. + * Compiling fused types used in pxd files could crash Cython in + Python 3.11+. + * Source files with non-ASCII file names could crash Cython. + * Includes all bug-fixes and features from the 0.29 maintenance + branch + ------------------------------------------------------------------- Mon Nov 27 08:49:57 UTC 2023 - Dirk Müller diff --git a/python-Cython.spec b/python-Cython.spec index a3507f6..8cf29c6 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -19,7 +19,7 @@ %bcond_with test %{?sle15_python_module_pythons} Name: python-Cython -Version: 3.0.6 +Version: 3.0.7 Release: 0 Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0