| Message ID | 20260727064158.3784068-3-richard.purdie@linuxfoundation.org |
|---|---|
| State | New |
| Headers | show |
| Series | [01/10] libical: upgrade 4.0.3 -> 4.0.4 | expand |
diff --git a/meta/recipes-devtools/python/python3-cython_3.2.8.bb b/meta/recipes-devtools/python/python3-cython_3.2.9.bb similarity index 93% rename from meta/recipes-devtools/python/python3-cython_3.2.8.bb rename to meta/recipes-devtools/python/python3-cython_3.2.9.bb index e899fc411f8..3457a914901 100644 --- a/meta/recipes-devtools/python/python3-cython_3.2.8.bb +++ b/meta/recipes-devtools/python/python3-cython_3.2.9.bb @@ -7,7 +7,7 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=61c3ee8961575861fa86c7e62bc9f69c" -SRC_URI[sha256sum] = "f4f23a56b25221a06f91817fe8f3114ab8b48a4fac73187dbb64bc2c4a87961f" +SRC_URI[sha256sum] = "d249c9022ab13286b17bd66f30609e800c5f95efeecb06168990c7a66cecde6c" inherit pypi setuptools3 cython
3.2.9 (2026-07-23) ================== Bugs fixed ---------- * Indexing into freshly created lists with an out-of-bounds index could crash. (Github issue :issue:`7793`) * Function arguments with default values could end up uninitialised in closures, leading to crashes. Patch by Anthony Donlon. (Github issue :issue:`7782`) * ``bytearray.append(None)`` could crash. The optimised code was also lacking concurrency guards. (Github issue :issue:`7796`) * Some rare corner cases when concatenating text strings were resolved. (Github issue :issue:`7799`) * Assignments of builtin string types to typedefs of `object` could erroneously be rejected. (Github issue :issue:`7789`) * Subscripting ``type`` failed with a ``TypeError``. (Github issue :issue:`5563`) * Manually disabling ``CYTHON_VECTORCALL`` in CPython could lead to invalid C code. Patch by Florent Gallaire. (Github issue :issue:`7807`) * Some internal Limited API version checks for Py3.12 were corrected. (Github issue :issue:`7845`) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- .../python/{python3-cython_3.2.8.bb => python3-cython_3.2.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-cython_3.2.8.bb => python3-cython_3.2.9.bb} (93%)