diff options
author | Derek Straka <derek@asterius.io> | 2017-11-12 10:23:45 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-11-19 13:36:25 -0800 |
commit | c4a5e2c787673903a0150737a038fb00ace77f8b (patch) | |
tree | 149200f6a502f3210bcd20184d79a70b12c9be33 /meta-python/recipes-devtools/python/python-cython.inc | |
parent | 67cbad338dec365984c2f781ce84199b57282b91 (diff) | |
download | meta-openembedded-c4a5e2c787673903a0150737a038fb00ace77f8b.tar.gz |
python-cython: update to version 0.27.3
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 f8305575e..8d8f27c02 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" | 8 | BBCLASSEXTEND = "native" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "64abe5847736eb413a525b70b48afd7f" | 10 | SRC_URI[md5sum] = "6149238287d662bd5d5e572482252493" |
11 | SRC_URI[sha256sum] = "265dacf64ed8c0819f4be9355c39beaa13dc2ad2f85237a2c4e478f5ce644b48" | 11 | SRC_URI[sha256sum] = "6a00512de1f2e3ce66ba35c5420babaef1fe2d9c43a8faab4080b0dbcc26bc64" |
12 | 12 | ||
13 | inherit pypi | 13 | inherit pypi |
14 | 14 | ||