forked from pool/python-Cython
Accepting request 1306743 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1306743 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=89
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10ee785e42328924b78f75a74f66a813cb956b4a9bc91c44816d089d5934c089
|
||||
size 3186689
|
3
cython-3.1.4.tar.gz
Normal file
3
cython-3.1.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9aefefe831331e2d66ab31799814eae4d0f8a2d246cbaaaa14d1be29ef777683
|
||||
size 3190778
|
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 22 12:31:13 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 3.1.4
|
||||
* Declarations for the new PyUnstable_*() refcounting C-API functions in Py3.14
|
||||
were added.
|
||||
* The monitoring code could crash on tracing.
|
||||
* Initialising the monitoring code could fail with a CPython exception.
|
||||
* Optimised integer shifting triggered undefined behaviour in C.
|
||||
* Deallocating objects that inherit from external types defined in pxd files
|
||||
could run into an infinite loop.
|
||||
* A reference to metaclasses could be leaked on instantiation.
|
||||
* (Unlikely) error handling during empty builtin container tests was ineffective.
|
||||
* Generated *_api.h files used potentially unknown Cython configuration macros.
|
||||
* cythonize() avoids parallel compiler runs on systems using spawn() in
|
||||
multiprocessing.
|
||||
* The @cython.ufunc decorator was missing in type checker stubs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 13 12:01:11 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Cython
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -24,7 +24,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-Cython
|
||||
Version: 3.1.3
|
||||
Version: 3.1.4
|
||||
Release: 0
|
||||
Summary: The Cython compiler for writing C extensions for the Python language
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user