diff options
author | Derek Straka <derek@asterius.io> | 2018-03-18 10:32:34 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-21 18:38:23 -0700 |
commit | 8d121d70d6daced617957c4e751d2bd4eeafcf56 (patch) | |
tree | 34701d8dd6695316b44cd4aaa8b65d5f328f2096 /meta-python/recipes-devtools/python/python-cython.inc | |
parent | 45c8f3391129a99a36d6edb75f14d07287180029 (diff) | |
download | meta-openembedded-8d121d70d6daced617957c4e751d2bd4eeafcf56.tar.gz |
python-cython: update to version 0.28
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@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 dee647ef1a..550d9a3c76 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] = "6149238287d662bd5d5e572482252493" | 10 | SRC_URI[md5sum] = "459a7980c508e61fc37b3245612969ac" |
11 | SRC_URI[sha256sum] = "6a00512de1f2e3ce66ba35c5420babaef1fe2d9c43a8faab4080b0dbcc26bc64" | 11 | SRC_URI[sha256sum] = "518f7e22da54109661e483a91a63045203caf9fd78da4a69185a7622f759965f" |
12 | 12 | ||
13 | inherit pypi | 13 | inherit pypi |
14 | 14 | ||