From: Wang Mingyu Date: Wed, 22 Nov 2023 09:06:29 +0000 (+0800) Subject: python3-pyasn1: upgrade 0.5.0 -> 0.5.1 X-Git-Tag: yocto-5.2~4496 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42e32865f9c3f075243b2f4110c2c81bfbe78441;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pyasn1: upgrade 0.5.0 -> 0.5.1 Changelog: ============ -Added support for PyPy 3.10 and Python 3.12 -Updated RTD configuration to include a dummy index.rst redirecting to contents.html, ensuring compatibility with third-party documentation and search indexes. -Fixed the API breakage wih decoder.decode(substrateFun=...). Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python-pyasn1.inc b/meta/recipes-devtools/python/python-pyasn1.inc index 9eb87354cf3..52fd98589d3 100644 --- a/meta/recipes-devtools/python/python-pyasn1.inc +++ b/meta/recipes-devtools/python/python-pyasn1.inc @@ -3,7 +3,7 @@ HOMEPAGE = "http://pyasn1.sourceforge.net/" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=190f79253908c986e6cacf380c3a5f6d" -SRC_URI[sha256sum] = "97b7290ca68e62a832558ec3976f15cbf911bf5d7c7039d8b861c2a0ece69fde" +SRC_URI[sha256sum] = "6d391a96e59b23130a5cfa74d6fd7f388dbbe26cc8f1edf39fdddf08d9d6676c" RDEPENDS:${PN}:class-target += " \ ${PYTHON_PN}-codecs \ diff --git a/meta/recipes-devtools/python/python3-pyasn1_0.5.0.bb b/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb similarity index 100% rename from meta/recipes-devtools/python/python3-pyasn1_0.5.0.bb rename to meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb