diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-18 15:39:20 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-18 22:53:45 +0000 |
| commit | 8abfb8873645dcbe769e188264f1ad62c78c1b51 (patch) | |
| tree | ac3b21faca4c77d691d05f5822d2b5cf6bf69034 /meta/recipes-devtools/python | |
| parent | f97595e533d47977ff5fa119de74ec55d5e00658 (diff) | |
| download | poky-8abfb8873645dcbe769e188264f1ad62c78c1b51.tar.gz | |
python3-cython: upgrade 3.0.11 -> 3.0.12
Bugfix:
===========
* Release 3.0.11 introduced some incorrect "noexcept" warnings.
* Conditional assignments to variables using the walrus operator could crash.
* 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.
* In Py3, 'pyximport' was not searching 'sys.path' when looking for importable source files.
* Using '& 0' on integers produced with 'int.from_bytes()' could read invalid memory on Python 3.10.
* Modules could fail to compile in PyPy 3.11 due to missing CPython specific header files.
Patch by Matti Picus.
* Minor fix in C++ "partial_sum()" declaration.
(From OE-Core rev: 8ea41b6736f2a0d20816081dcb2363b626030385)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-cython_3.0.12.bb (renamed from meta/recipes-devtools/python/python3-cython_3.0.11.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-cython_3.0.11.bb b/meta/recipes-devtools/python/python3-cython_3.0.12.bb index c1d45eaff5..f1951e3ae6 100644 --- a/meta/recipes-devtools/python/python3-cython_3.0.11.bb +++ b/meta/recipes-devtools/python/python3-cython_3.0.12.bb | |||
| @@ -8,7 +8,7 @@ LICENSE = "Apache-2.0" | |||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=61c3ee8961575861fa86c7e62bc9f69c" | 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=61c3ee8961575861fa86c7e62bc9f69c" |
| 9 | 9 | ||
| 10 | SRC_URI += "file://0001-Output-import-relative-paths-in-generated-C-code.-GH.patch" | 10 | SRC_URI += "file://0001-Output-import-relative-paths-in-generated-C-code.-GH.patch" |
| 11 | SRC_URI[sha256sum] = "7146dd2af8682b4ca61331851e6aebce9fe5158e75300343f80c07ca80b1faff" | 11 | SRC_URI[sha256sum] = "b988bb297ce76c671e28c97d017b95411010f7c77fa6623dd0bb47eed1aee1bc" |
| 12 | 12 | ||
| 13 | inherit pypi setuptools3 cython | 13 | inherit pypi setuptools3 cython |
| 14 | 14 | ||
