diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-11-07 10:15:25 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-06 21:21:41 -0800 |
commit | 961279003cdf347f9694926a5506b845cb71b55f (patch) | |
tree | 63966ef63a6cc49290ce492df230c37f4edf31e4 /meta-python/recipes-devtools/python/python-cython.inc | |
parent | f80dc25f5ba73ceac3ed4a2ab3dd8f2ae58c4d00 (diff) | |
download | meta-openembedded-961279003cdf347f9694926a5506b845cb71b55f.tar.gz |
python-cython: upgrade 0.29.13 -> 0.29.14
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 426159465a..3260e92bac 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] = "f8109a2a86cded40b3896ee7a63bc5a5" | 10 | SRC_URI[md5sum] = "6e2f139e30bb08d68366f9370d87964c" |
11 | SRC_URI[sha256sum] = "c29d069a4a30f472482343c866f7486731ad638ef9af92bfe5fca9c7323d638e" | 11 | SRC_URI[sha256sum] = "e4d6bb8703d0319eb04b7319b12ea41580df44fd84d83ccda13ea463c6801414" |
12 | 12 | ||
13 | inherit pypi | 13 | inherit pypi |
14 | 14 | ||