From: Yash Shinde Date: Tue, 19 May 2026 17:22:03 +0000 (+0530) Subject: python3-pyopenssl: upgrade 26.1.0 -> 26.2.0 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=eaf0da2b6f0d71fb7dd84321ef36da3364581762;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-pyopenssl: upgrade 26.1.0 -> 26.2.0 https://github.com/pyca/pyopenssl/compare/26.1.0...26.2.0 https://github.com/pyca/pyopenssl/releases/tag/26.2.0 Signed-off-by: Yash Shinde Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pyopenssl_26.1.0.bb b/meta/recipes-devtools/python/python3-pyopenssl_26.2.0.bb similarity index 85% rename from meta/recipes-devtools/python/python3-pyopenssl_26.1.0.bb rename to meta/recipes-devtools/python/python3-pyopenssl_26.2.0.bb index 6163093ca9..9660a03f89 100644 --- a/meta/recipes-devtools/python/python3-pyopenssl_26.1.0.bb +++ b/meta/recipes-devtools/python/python3-pyopenssl_26.2.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" DEPENDS += "openssl python3-cryptography" -SRC_URI[sha256sum] = "737f0a2275c5bc54f3b02137687e1a765931fb3949b9a92a825e4d33b9eec08b" +SRC_URI[sha256sum] = "8c6fcecd1183a7fc897548dfe388b0cdb7f37e018200d8409cf33959dbe35387" inherit pypi setuptools3