diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-08-22 14:50:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-23 08:25:52 +0100 |
commit | c443d4e66552d3a69be049098456ec481a62c907 (patch) | |
tree | f8ae4728b5d3a4d2f3f177a87c0685e4351f7b9f | |
parent | d3e0f0c9bf3adc0241973c40ea5bc01a6a83810d (diff) | |
download | poky-c443d4e66552d3a69be049098456ec481a62c907.tar.gz |
python3-cython: upgrade 0.29.23 -> 0.29.24
(From OE-Core rev: 8ae1c8e5b3ca9f05df9bfe49961347f118203c0f)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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.24.bb (renamed from meta/recipes-devtools/python/python3-cython_0.29.23.bb) | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-cython.inc b/meta/recipes-devtools/python/python-cython.inc index e3f14fc49b..5a8ec2a0ff 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] = "6a0d31452f0245daacb14c979c77e093eb1a546c760816b5eed0047686baad8e" | 12 | SRC_URI[sha256sum] = "cdf04d07c3600860e8c2ebaad4e8f52ac3feb212453c1764a49ac08c827e8443" |
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.23.bb b/meta/recipes-devtools/python/python3-cython_0.29.24.bb index 296fb39b6f..b1d21bd15c 100644 --- a/meta/recipes-devtools/python/python3-cython_0.29.23.bb +++ b/meta/recipes-devtools/python/python3-cython_0.29.24.bb | |||
@@ -34,3 +34,4 @@ cython_fix_sources () { | |||
34 | fi | 34 | fi |
35 | done | 35 | done |
36 | } | 36 | } |
37 | |||