Accepting request 808048 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/808048 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=55
This commit is contained in:
commit
9a2eeeed08
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6361588cb1d82875bcfbad83d7dd66c442099759f895cf547995f00601f9caf2
|
||||
size 2060265
|
3
Cython-0.29.19.tar.gz
Normal file
3
Cython-0.29.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97f98a7dc0d58ea833dc1f8f8b3ce07adf4c0f030d1886c5399a2135ed415258
|
||||
size 2062542
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 21 15:16:20 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 0.29.19
|
||||
* Exception position reporting could run into race conditions on threaded code.
|
||||
It now uses function-local variables again.
|
||||
* Error handling early in the module init code could lead to a crash.
|
||||
* Error handling in cython.array creation was improved to avoid calling C-API
|
||||
functions with an error held.
|
||||
* A memory corruption was fixed when garbage collection was triggered during
|
||||
calls to PyType_Ready() of extension type subclasses. (Github issue #3603)
|
||||
* Memory view slicing generated unused error handling code which could negatively
|
||||
impact the C compiler optimisations for parallel OpenMP code etc.
|
||||
Also, it is now helped by static branch hints. (Github issue #2987)
|
||||
* Cython's built-in OpenMP functions were not translated inside of call arguments.
|
||||
Original patch by Celelibi and David Woods. (Github issue #3594)
|
||||
* Complex buffer item types of structs of arrays could fail to validate.
|
||||
* Decorators were not allowed on nested async def functions.
|
||||
* C-tuples could use invalid C struct casting. Patch by MegaIng.
|
||||
* Optimised %d string formatting into f-strings failed on float values.
|
||||
* Optimised aligned string formatting (%05s, %-5s) failed.
|
||||
* Three missing timedelta access macros were added in cpython.datetime.
|
||||
* The signature of the NumPy C-API function PyArray_SearchSorted() was fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 07:29:52 UTC 2020 - Johannes Grassler <johannes.grassler@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-Cython
|
||||
Version: 0.29.17
|
||||
Version: 0.29.19
|
||||
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