diff --git a/Cython-0.29.21.tar.gz b/Cython-0.29.21.tar.gz deleted file mode 100644 index 9986dd9..0000000 --- a/Cython-0.29.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e57acb89bd55943c8d8bf813763d20b9099cc7165c0f16b707631a7654be9cad -size 2067355 diff --git a/Cython-0.29.22.tar.gz b/Cython-0.29.22.tar.gz new file mode 100644 index 0000000..11eef3c --- /dev/null +++ b/Cython-0.29.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6b83c7a6d1d967ea89a2903e4a931377634a297459652e4551734c48195406 +size 2072112 diff --git a/python-Cython.changes b/python-Cython.changes index df4294b..fa1fcc1 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Tue Feb 23 07:22:13 UTC 2021 - Paolo Stivanin + +- Update to 0.29.22 + * Some declarations were added to the provided pxd includes. + Patches by Zackery Spytz and John Kirkham. + (Github issues #3811, #3882, #3899, #3901) + * A crash when calling certain functions in Py3.9 and later was resolved. + (Github issue #3917) + * ``const`` memory views of structs failed to compile. + (Github issue #2251) + * ``const`` template declarations could not be nested. + Patch by Ashwin Srinath. (Github issue #1355) + * The declarations in the ``cpython.pycapsule`` module were missing their + ``const`` modifiers and generated incorrect C code. + Patch by Warren Weckesser. (Github issue #3964) + * Casts to memory views failed for fused dtypes. + Patch by David Woods. (Github issue #3881) + * ``repr()`` was assumed to return ``str`` instead of ``unicode`` + with ``language_level=3`` + * Calling ``cpdef`` functions from cimported modules crashed the compiler. + Patch by David Woods. (Github issue #4000) + * Cython no longer validates the ABI size of the NumPy classes + it compiled against. + * A C compiler warning about enum value casting was resolved in GCC. + (Github issue #2749) + * Coverage reporting in the annotated HTML file failed in Py3.9. + Patch by Nick Pope. (Github issue #3865) + * The embedding code now reports Python errors as exit status. + * Long type declarations could lead to (harmless) random changes in the + C file when used in auto-generated Python wrappers or pickled classes. + ------------------------------------------------------------------- Wed Jul 8 22:36:13 UTC 2020 - Ondřej Súkup diff --git a/python-Cython.spec b/python-Cython.spec index 49ef6f9..7e3563a 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -1,7 +1,7 @@ # # spec file for package python-Cython # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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.21 +Version: 0.29.22 Release: 0 Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0