From 749c8767935bf4a11103e7dad32042a1ba7d7d68 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 3 Jan 2022 13:18:44 -0300 Subject: [PATCH] python3-cython: upgrade 0.29.25 -> 0.29.26 Signed-off-by: Otavio Salvador Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-cython.inc | 2 +- .../{python3-cython_0.29.25.bb => python3-cython_0.29.26.bb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-cython_0.29.25.bb => python3-cython_0.29.26.bb} (100%) diff --git a/meta/recipes-devtools/python/python-cython.inc b/meta/recipes-devtools/python/python-cython.inc index 93d6fdf13ba..278da5ea726 100644 --- a/meta/recipes-devtools/python/python-cython.inc +++ b/meta/recipes-devtools/python/python-cython.inc @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa" PYPI_PACKAGE = "Cython" BBCLASSEXTEND = "native nativesdk" -SRC_URI[sha256sum] = "a87cbe3756e7c464acf3e9420d8741e62d3b2eace0846cb39f664ad378aab284" +SRC_URI[sha256sum] = "af377d543a762867da11fcf6e558f7a4a535ff8693f30cce123fab10c00fa312" UPSTREAM_CHECK_REGEX = "Cython-(?P.*)\.tar" inherit pypi diff --git a/meta/recipes-devtools/python/python3-cython_0.29.25.bb b/meta/recipes-devtools/python/python3-cython_0.29.26.bb similarity index 100% rename from meta/recipes-devtools/python/python3-cython_0.29.25.bb rename to meta/recipes-devtools/python/python3-cython_0.29.26.bb -- 2.47.2