diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-05-09 13:22:06 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-09 20:34:33 -0700 |
commit | aa8870e345641124f758547578e75a827d634bf6 (patch) | |
tree | 38c88df8beb1a937e228ca757fab475eace0de13 /meta-python/recipes-devtools/python/python-cython.inc | |
parent | 77e6635a56dfd3f737382305f3416f393bc0e77a (diff) | |
download | meta-openembedded-aa8870e345641124f758547578e75a827d634bf6.tar.gz |
python-cython: upgrade 0.29.6 -> 0.29.7
-Upgrade from python-cython_0.29.6.bb to python-cython_0.29.7.bb.
-Upgrade from python3-cython_0.29.6.bb to python3-cython_0.29.7.bb.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cython.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-cython.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-cython.inc b/meta-python/recipes-devtools/python/python-cython.inc index afdf974a4..8ccbe0a87 100644 --- a/meta-python/recipes-devtools/python/python-cython.inc +++ b/meta-python/recipes-devtools/python/python-cython.inc | |||
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa" | |||
7 | PYPI_PACKAGE = "Cython" | 7 | PYPI_PACKAGE = "Cython" |
8 | BBCLASSEXTEND = "native nativesdk" | 8 | BBCLASSEXTEND = "native nativesdk" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "8a9441e85ac8085e3d947082db4e7993" | 10 | SRC_URI[md5sum] = "24f6a7e0e6691fbecf5880f38cdf880e" |
11 | SRC_URI[sha256sum] = "6c5d33f1b5c864382fbce810a8fd9e015447869ae42e98e6301e977b8165e7ae" | 11 | SRC_URI[sha256sum] = "55d081162191b7c11c7bfcb7c68e913827dfd5de6ecdbab1b99dab190586c1e8" |
12 | 12 | ||
13 | inherit pypi | 13 | inherit pypi |
14 | 14 | ||