forked from pool/python-Cython
Accepting request 874489 from home:polslinux:branches:devel:languages:python
- 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.
OBS-URL: https://build.opensuse.org/request/show/874489
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=147
This commit is contained in:
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 23 07:22:13 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- 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 <mimi.vx@gmail.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user