diff --git a/Cython-0.29.24.tar.gz b/Cython-0.29.24.tar.gz deleted file mode 100644 index 18f3a0a..0000000 --- a/Cython-0.29.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdf04d07c3600860e8c2ebaad4e8f52ac3feb212453c1764a49ac08c827e8443 -size 2076225 diff --git a/Cython-0.29.25.tar.gz b/Cython-0.29.25.tar.gz new file mode 100644 index 0000000..0768e94 --- /dev/null +++ b/Cython-0.29.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a87cbe3756e7c464acf3e9420d8741e62d3b2eace0846cb39f664ad378aab284 +size 2079062 diff --git a/python-Cython.changes b/python-Cython.changes index 8f1fe44..43b4416 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Dec 6 20:16:04 UTC 2021 - Dirk Müller + +- update to 0.29.25: + * Several incompatibilities with CPython 3.11 were resolved. + * Some C compiler warnings were resolved. + * C++ ``std::move()`` should only be used automatically in MSVC versions that support it. + * The ``Py_hash_t`` type failed to accept arbitrary "index" values. + * Avoid copying unaligned 16-bit values since some platforms require them to be aligned. + Use memcpy() instead to let the C compiler decide how to do it. + * Cython crashed on invalid truthiness tests on C++ types without ``operator bool``. + * The declaration of ``PyUnicode_CompareWithASCIIString()`` in ``cpython.unicode`` was incorrect. + ------------------------------------------------------------------- Wed Jul 14 08:28:08 UTC 2021 - Paolo Stivanin diff --git a/python-Cython.spec b/python-Cython.spec index 3088308..147685c 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.24 +Version: 0.29.25 Release: 0 Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0