diff mbox series

[07/10] python3-cython: upgrade 3.1.2 -> 3.1.3

Message ID 20250825035109.797-7-liuyd.fnst@fujitsu.com
State New
Headers show
Series [01/10] harfbuzz: upgrade 11.2.1 -> 11.4.1 | expand

Commit Message

Liu Yiding Aug. 25, 2025, 3:51 a.m. UTC
Changelog:
==========
- Some method calls with 0 or 1 argument failed to use ``PyObject_VectorCallMethod()``.
- Walrus assignments of literal Python integers could generate invalid C code.
  (Github issue :issue:`6989`)
- ``cython.pythread_type_lock`` (also used as fallback for ``cython.pymutex``)
  could stall on heavily contended locks.
  (Github issue :issue:`6999`)
- C string arrays (not pointers) always coerced to the Python default string type,
  even on explicit casts to other string types.
  (Github issue :issue:`7020`)
- Unterminated ``\N{}`` character escapes in strings could unrail the parser.
  (Github issue :issue:`7056`)
- An internal C function was not marked as ``static`` and leaked a linker symbol.
  (Github issue :issue:`6957`)
- Some Unicode letters were not recognised as lexically valid name parts.
  (Github issue :issue:`7059`)
- Compatibility with PyPy3.8 was lost by accident.
- The Linux binary wheels of 3.1.2 used SSSE3 CPU instructions which are not available on some CPUs.
  (Github issue :issue:`7038`)

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
---
 .../python/{python3-cython_3.1.2.bb => python3-cython_3.1.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-cython_3.1.2.bb => python3-cython_3.1.3.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-cython_3.1.2.bb b/meta/recipes-devtools/python/python3-cython_3.1.3.bb
similarity index 93%
rename from meta/recipes-devtools/python/python3-cython_3.1.2.bb
rename to meta/recipes-devtools/python/python3-cython_3.1.3.bb
index 77dbbe8b2c..dcb61a3634 100644
--- a/meta/recipes-devtools/python/python3-cython_3.1.2.bb
+++ b/meta/recipes-devtools/python/python3-cython_3.1.3.bb
@@ -7,7 +7,7 @@  SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=61c3ee8961575861fa86c7e62bc9f69c"
 
-SRC_URI[sha256sum] = "6bbf7a953fa6762dfecdec015e3b054ba51c0121a45ad851fa130f63f5331381"
+SRC_URI[sha256sum] = "10ee785e42328924b78f75a74f66a813cb956b4a9bc91c44816d089d5934c089"
 
 inherit pypi setuptools3 cython