From: Alexander Kanavin Date: Wed, 4 Dec 2024 06:49:04 +0000 (+0100) Subject: python3-markdown: update 3.6 -> 3.7 X-Git-Tag: yocto-5.2~1079 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68f5e7215073776ea01512fa4c41534b57840681;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-markdown: update 3.6 -> 3.7 Signed-off-by: Alexander Kanavin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-markdown_3.6.bb b/meta/recipes-devtools/python/python3-markdown_3.7.bb similarity index 72% rename from meta/recipes-devtools/python/python3-markdown_3.6.bb rename to meta/recipes-devtools/python/python3-markdown_3.7.bb index 7c648373957..619779d7695 100644 --- a/meta/recipes-devtools/python/python3-markdown_3.6.bb +++ b/meta/recipes-devtools/python/python3-markdown_3.7.bb @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ec58cdf7cfed06a21f7a9362627a5480" inherit pypi python_setuptools_build_meta -PYPI_PACKAGE = "Markdown" -SRC_URI[sha256sum] = "ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224" +UPSTREAM_CHECK_PYPI_PACKAGE = "Markdown" +SRC_URI[sha256sum] = "2ae2471477cfd02dbbf038d5d9bc226d40def84b4fe2986e49b59b6b472bbed2" BBCLASSEXTEND = "native nativesdk"