- 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=152
This commit is contained in:
parent
5498509ec7
commit
bcbb9374bd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cdf04d07c3600860e8c2ebaad4e8f52ac3feb212453c1764a49ac08c827e8443
|
||||
size 2076225
|
3
Cython-0.29.25.tar.gz
Normal file
3
Cython-0.29.25.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a87cbe3756e7c464acf3e9420d8741e62d3b2eace0846cb39f664ad378aab284
|
||||
size 2079062
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 20:16:04 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <info@paolostivanin.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user