diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-04-10 17:37:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-13 11:56:07 +0100 |
commit | bd346a9eca861ec02d2e6f8c2f3ed092ac887bc0 (patch) | |
tree | 0d9e41bec54328234a5b54e03aeee09e446e1a1d | |
parent | 94d818760d5afd7ab4749e50de8d19078bc8c061 (diff) | |
download | poky-bd346a9eca861ec02d2e6f8c2f3ed092ac887bc0.tar.gz |
python3-cython: upgrade 0.29.33 -> 0.29.34
Bugs fixed
==========
- A refence leak of the for-loop list/tuple iterable was resolved if the
for-loop's else: branch executes a break for an outer loop.
- Some C compile failures in CPython 3.12 were resolved.
- Some old usages of the deprecated Python imp module were replaced with importlib.
- Some issues with depfile generation were resolved.
(From OE-Core rev: 4589082930c86aa4a24003c79cd99d6e414cbf44)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python-cython.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-cython_0.29.34.bb (renamed from meta/recipes-devtools/python/python3-cython_0.29.33.bb) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-cython.inc b/meta/recipes-devtools/python/python-cython.inc index 30d1b39467..2b778493cd 100644 --- a/meta/recipes-devtools/python/python-cython.inc +++ b/meta/recipes-devtools/python/python-cython.inc | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa" | |||
9 | PYPI_PACKAGE = "Cython" | 9 | PYPI_PACKAGE = "Cython" |
10 | BBCLASSEXTEND = "native nativesdk" | 10 | BBCLASSEXTEND = "native nativesdk" |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "5040764c4a4d2ce964a395da24f0d1ae58144995dab92c6b96f44c3f4d72286a" | 12 | SRC_URI[sha256sum] = "1909688f5d7b521a60c396d20bba9e47a1b2d2784bfb085401e1e1e7d29a29a8" |
13 | UPSTREAM_CHECK_REGEX = "Cython-(?P<pver>.*)\.tar" | 13 | UPSTREAM_CHECK_REGEX = "Cython-(?P<pver>.*)\.tar" |
14 | 14 | ||
15 | inherit pypi | 15 | inherit pypi |
diff --git a/meta/recipes-devtools/python/python3-cython_0.29.33.bb b/meta/recipes-devtools/python/python3-cython_0.29.34.bb index 78be2b94ed..78be2b94ed 100644 --- a/meta/recipes-devtools/python/python3-cython_0.29.33.bb +++ b/meta/recipes-devtools/python/python3-cython_0.29.34.bb | |||