diff options
author | Derek Straka <derek@asterius.io> | 2018-06-28 10:05:03 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-06-29 00:35:58 -0700 |
commit | 145408acff00f0faf25ee51d34dcb9a63cdb0cd1 (patch) | |
tree | 346e754068ad17def9fde15128e73bf2b68d27dc /meta-python/recipes-devtools/python/python-cython.inc | |
parent | 175bf73fe68f9724192885d4aa7bdaa79ee672f5 (diff) | |
download | meta-openembedded-145408acff00f0faf25ee51d34dcb9a63cdb0cd1.tar.gz |
python-cython: update to version 0.28.3
Signed-off-by: Derek Straka <derek@asterius.io>
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 5d3b9d5baf..33873c91d1 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] = "0e0568d6bed4b09ad01afe0a38805305" | 10 | SRC_URI[md5sum] = "586f0eb70ba1fcc34334e9e10c5e68c0" |
11 | SRC_URI[sha256sum] = "634e2f10fc8d026c633cffacb45cd8f4582149fa68e1428124e762dbc566e68a" | 11 | SRC_URI[sha256sum] = "1aae6d6e9858888144cea147eb5e677830f45faaff3d305d77378c3cba55f526" |
12 | 12 | ||
13 | inherit pypi | 13 | inherit pypi |
14 | 14 | ||