14
0
forked from pool/python-Cython

Accepting request 1247117 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1247117
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=85
This commit is contained in:
2025-02-20 15:27:33 +00:00
committed by Git OBS Bridge
4 changed files with 25 additions and 5 deletions

BIN
cython-3.0.11.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
cython-3.0.12.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Feb 19 09:54:43 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.0.12
* Release 3.0.11 introduced some incorrect ``noexcept`` warnings.
(Github issue :issue:`6335`)
* Conditional assignments to variables using the walrus operator
could crash. (Github issue :issue:`6094`)
* Dict assignments to struct members with reserved C names could generate
invalid C code.
* Fused ctuples with the same entry types but different sizes could
fail to compile. (Github issue :issue:`6328`)
* In Py3, `pyximport` was not searching `sys.path` when looking for
importable source files. (Github issue :issue:`5615`)
* Using `& 0` on integers produced with `int.from_bytes()` could read
invalid memory on Python 3.10. (Github issue :issue:`6480`)
* Modules could fail to compile in PyPy 3.11 due to missing CPython
specific header files. Patch by Matti Picus. (Github issue :issue:`6482`)
* Minor fix in C++ ``partial_sum()`` declaration.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Aug 31 11:48:36 UTC 2024 - Dirk Müller <dmueller@suse.com> Sat Aug 31 11:48:36 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-Cython # spec file for package python-Cython
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%bcond_with test %bcond_with test
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-Cython Name: python-Cython
Version: 3.0.11 Version: 3.0.12
Release: 0 Release: 0
Summary: The Cython compiler for writing C extensions for the Python language Summary: The Cython compiler for writing C extensions for the Python language
License: Apache-2.0 License: Apache-2.0