From: Richard Purdie Date: Sat, 13 Jun 2026 07:22:08 +0000 (+0000) Subject: python3-pyopenssl: upgrade 26.2.0 -> 26.3.0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9792399e8dc89cd51822d2d131e69e7a477bc18f;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-pyopenssl: upgrade 26.2.0 -> 26.3.0 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pyopenssl_26.2.0.bb b/meta/recipes-devtools/python/python3-pyopenssl_26.3.0.bb similarity index 85% rename from meta/recipes-devtools/python/python3-pyopenssl_26.2.0.bb rename to meta/recipes-devtools/python/python3-pyopenssl_26.3.0.bb index 9660a03f89..c27f0719d1 100644 --- a/meta/recipes-devtools/python/python3-pyopenssl_26.2.0.bb +++ b/meta/recipes-devtools/python/python3-pyopenssl_26.3.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" DEPENDS += "openssl python3-cryptography" -SRC_URI[sha256sum] = "8c6fcecd1183a7fc897548dfe388b0cdb7f37e018200d8409cf33959dbe35387" +SRC_URI[sha256sum] = "589de7fae1c9ea670d18422ed00fc04da787bbde8e1454aea872aa57b49ad341" inherit pypi setuptools3