From: Richard Purdie Date: Sat, 1 Feb 2025 08:23:02 +0000 (+0000) Subject: python3-pyopenssl: upgrade 24.3.0 -> 25.0.0 X-Git-Tag: yocto-5.2~600 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98db2721ca2b1edde25cd855f102d1cb7faaa203;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pyopenssl: upgrade 24.3.0 -> 25.0.0 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb b/meta/recipes-devtools/python/python3-pyopenssl_25.0.0.bb similarity index 85% rename from meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb rename to meta/recipes-devtools/python/python3-pyopenssl_25.0.0.bb index b8a980be42b..6485f3e1ed6 100644 --- a/meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb +++ b/meta/recipes-devtools/python/python3-pyopenssl_25.0.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" DEPENDS += "openssl python3-cryptography" -SRC_URI[sha256sum] = "49f7a019577d834746bc55c5fce6ecbcec0f2b4ec5ce1cf43a9a173b8138bb36" +SRC_URI[sha256sum] = "cd2cef799efa3936bb08e8ccb9433a575722b9dd986023f1cabc4ae64e9dac16" inherit pypi setuptools3