From 2346705dabf85115e608626d6130af425872be096a7c06e517b9f308f16a17ac Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 4 Jan 2022 16:02:15 +0000 Subject: [PATCH] - update to 0.29.26: * An incompatibility with CPython 3.11.0a3 was resolved. * The ``in`` operator failed on literal lists with starred expressions. * A C compiler warning in PyPy about a missing struct field initialisation was resolved. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=153 --- Cython-0.29.25.tar.gz | 3 --- Cython-0.29.26.tar.gz | 3 +++ python-Cython.changes | 10 ++++++++++ python-Cython.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 Cython-0.29.25.tar.gz create mode 100644 Cython-0.29.26.tar.gz diff --git a/Cython-0.29.25.tar.gz b/Cython-0.29.25.tar.gz deleted file mode 100644 index 0768e94..0000000 --- a/Cython-0.29.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a87cbe3756e7c464acf3e9420d8741e62d3b2eace0846cb39f664ad378aab284 -size 2079062 diff --git a/Cython-0.29.26.tar.gz b/Cython-0.29.26.tar.gz new file mode 100644 index 0000000..ba103ea --- /dev/null +++ b/Cython-0.29.26.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af377d543a762867da11fcf6e558f7a4a535ff8693f30cce123fab10c00fa312 +size 2079448 diff --git a/python-Cython.changes b/python-Cython.changes index 43b4416..474f44d 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jan 4 15:59:48 UTC 2022 - Dirk Müller + +- update to 0.29.26: + * An incompatibility with CPython 3.11.0a3 was resolved. + * The ``in`` operator failed on literal lists with starred + expressions. + * A C compiler warning in PyPy about a missing struct field + initialisation was resolved. + ------------------------------------------------------------------- Mon Dec 6 20:16:04 UTC 2021 - Dirk Müller diff --git a/python-Cython.spec b/python-Cython.spec index 147685c..6428898 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -1,7 +1,7 @@ # # spec file for package python-Cython # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Cython -Version: 0.29.25 +Version: 0.29.26 Release: 0 Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0