From a671183dc769355ed50a44beddcaf171de3fe5920290c9337326b4b6681ed6aa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 21 Apr 2021 21:21:49 +0000 Subject: [PATCH] - update to 0.29.23: * Some problems with Python 3.10 were resolved. Patches by Victor Stinner and David Woods. (Github issues #4046, #4100) * An incorrect "optimisation" was removed that allowed changes to a keyword dict to leak into keyword arguments passed into a function. Patch by Peng Weikang. (Github issue #3227) * Multiplied str constants could end up as bytes constants with language_level=2. Patch by Alphadelta14 and David Woods. (Github issue #3951) * ``PY_SSIZE_T_CLEAN`` does not get defined any more if it is already defined. Patch by Andrew Jones. (Github issue #4104) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=149 --- Cython-0.29.22.tar.gz | 3 --- Cython-0.29.23.tar.gz | 3 +++ python-Cython.changes | 14 ++++++++++++++ python-Cython.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 Cython-0.29.22.tar.gz create mode 100644 Cython-0.29.23.tar.gz diff --git a/Cython-0.29.22.tar.gz b/Cython-0.29.22.tar.gz deleted file mode 100644 index 11eef3c..0000000 --- a/Cython-0.29.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df6b83c7a6d1d967ea89a2903e4a931377634a297459652e4551734c48195406 -size 2072112 diff --git a/Cython-0.29.23.tar.gz b/Cython-0.29.23.tar.gz new file mode 100644 index 0000000..85e516e --- /dev/null +++ b/Cython-0.29.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0d31452f0245daacb14c979c77e093eb1a546c760816b5eed0047686baad8e +size 2073944 diff --git a/python-Cython.changes b/python-Cython.changes index fa1fcc1..f0a7ed3 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Apr 21 21:19:17 UTC 2021 - Dirk Müller + +- update to 0.29.23: + * Some problems with Python 3.10 were resolved. + Patches by Victor Stinner and David Woods. (Github issues #4046, #4100) + * An incorrect "optimisation" was removed that allowed changes to a keyword + dict to leak into keyword arguments passed into a function. + Patch by Peng Weikang. (Github issue #3227) + * Multiplied str constants could end up as bytes constants with language_level=2. + Patch by Alphadelta14 and David Woods. (Github issue #3951) + * ``PY_SSIZE_T_CLEAN`` does not get defined any more if it is already defined. + Patch by Andrew Jones. (Github issue #4104) + ------------------------------------------------------------------- Tue Feb 23 07:22:13 UTC 2021 - Paolo Stivanin diff --git a/python-Cython.spec b/python-Cython.spec index 7e3563a..795e22e 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.22 +Version: 0.29.23 Release: 0 Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0 @@ -36,7 +36,7 @@ BuildRequires: python-rpm-macros Requires: python-devel Requires: python-xml Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives %ifpython2 Provides: %{oldpython}-cython = %{version} Obsoletes: %{oldpython}-cython < %{version}