diff options
author | wangmy <wangmy@fujitsu.com> | 2021-04-22 15:54:05 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-23 10:12:10 +0100 |
commit | 05343e76117d137d5f8012a47a6b8efb1db9ce6a (patch) | |
tree | 11da28ec130e150d83d616ce644a8f0d0f85e89b | |
parent | 7bc3a900a6269e461b9325d71aa1241194e5d82f (diff) | |
download | poky-05343e76117d137d5f8012a47a6b8efb1db9ce6a.tar.gz |
python3-cython: upgrade 0.29.22 -> 0.29.23
(From OE-Core rev: 7f0482bf6709277f2506e71d828f6bed3ab72263)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.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.23.bb (renamed from meta/recipes-devtools/python/python3-cython_0.29.22.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 0e6bac06a7..04fd2ec2b7 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] = "df6b83c7a6d1d967ea89a2903e4a931377634a297459652e4551734c48195406" | 12 | SRC_URI[sha256sum] = "6a0d31452f0245daacb14c979c77e093eb1a546c760816b5eed0047686baad8e" |
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.22.bb b/meta/recipes-devtools/python/python3-cython_0.29.23.bb index 2ec4033fa0..2ec4033fa0 100644 --- a/meta/recipes-devtools/python/python3-cython_0.29.22.bb +++ b/meta/recipes-devtools/python/python3-cython_0.29.23.bb | |||