forked from pool/python-Cython
Accepting request 992316 from home:ohollmann:branches:devel:languages:python
Update to 0.29.32 OBS-URL: https://build.opensuse.org/request/show/992316 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=161
This commit is contained in:
parent
b93742ab13
commit
8d973359e6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2235b62da8fe6fa8b99422c8e583f2fb95e143867d337b5c75e4b9a1a865f9e3
|
||||
size 2085208
|
3
Cython-0.29.32.tar.gz
Normal file
3
Cython-0.29.32.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8733cf4758b79304f2a4e39ebfac5e92341bce47bcceb26c1254398b2f8c1af7
|
||||
size 2088773
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 2 11:51:50 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>
|
||||
|
||||
- Update to 0.29.32:
|
||||
- Bugs fixed:
|
||||
* Revert "Using memoryview typed arguments in inner functions is now
|
||||
rejected as unsupported."
|
||||
* from module import * failed in 0.29.31 when using memoryviews
|
||||
- Changes from 0.29.31:
|
||||
- Features added:
|
||||
* A new argument --module-name was added to the cython command to provide
|
||||
the (one) exact target module name from the command line.
|
||||
- Bugs fixed:
|
||||
* Use importlib.util.find_spec() instead of the deprecated
|
||||
importlib.find_loader() function when setting up the package path at
|
||||
import-time.
|
||||
* Require the C compiler to support the two-arg form of va_start on
|
||||
Python 3.10 and higher.
|
||||
* Make fused_type subscriptable in Shadow.py.
|
||||
* Fix the incorrect code generation of the target type in bytearray loops.
|
||||
* Atomic refcounts for memoryviews were not used on some GCC versions by
|
||||
accident.
|
||||
* Silence some GCC -Wconversion warnings in C utility code.
|
||||
* Tuple multiplication was ignored in expressions such as [*(1,) * 2].
|
||||
* Calling append methods on extension types could fail to find the method in
|
||||
some cases.
|
||||
* Ensure that object buffers (e.g. ndarray[object, ndim=1]) containing NULL
|
||||
pointers are safe to use, returning None instead of the NULL pointer.
|
||||
* Using memoryview typed arguments in inner functions is now rejected as
|
||||
unsupported.
|
||||
* Compilation could fail on systems (e.g. FIPS) that block MD5 checksums at
|
||||
runtime.
|
||||
* Experimental adaptations for the CPython "nogil" fork was added. Note that
|
||||
there is no official support for this in Cython 0.x.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 18 08:35:39 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define oldpython python
|
||||
%bcond_with test
|
||||
Name: python-Cython
|
||||
Version: 0.29.30
|
||||
Version: 0.29.32
|
||||
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