summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-04-10 17:39:55 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-13 11:55:40 +0100
commit0015bd07542ceaba8fa533d5179ffab0162259e0 (patch)
treeca6a250418639ff8ceb2e09c6360c6738383e1ca
parentd725ef02a36d497e7ed44c61f9b72f9212f0521a (diff)
downloadopenembedded-core-contrib-0015bd07542ceaba8fa533d5179ffab0162259e0.tar.gz
python3-pyopenssl: upgrade 23.0.0 -> 23.1.1
Changelog: =========== - Worked around an issue in OpenSSL 3.1.0 which caused X509Extension.get_short_name to raise an exception when no short name was known to OpenSSL. #1204. - cryptography maximum version has been increased to 40.0.x. - Add OpenSSL.SSL.Connection.DTLSv1_get_timeout and OpenSSL.SSL.Connection.DTLSv1_handle_timeout to support DTLS timeouts #1180. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r--meta/recipes-devtools/python/python3-pyopenssl_23.1.1.bb (renamed from meta/recipes-devtools/python/python3-pyopenssl_23.0.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pyopenssl_23.0.0.bb b/meta/recipes-devtools/python/python3-pyopenssl_23.1.1.bb
index 822d21a58a..90a6252f7c 100644
--- a/meta/recipes-devtools/python/python3-pyopenssl_23.0.0.bb
+++ b/meta/recipes-devtools/python/python3-pyopenssl_23.1.1.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
DEPENDS += "openssl ${PYTHON_PN}-cryptography"
-SRC_URI[sha256sum] = "c1cc5f86bcacefc84dada7d31175cae1b1518d5f60d3d0bb595a67822a868a6f"
+SRC_URI[sha256sum] = "841498b9bec61623b1b6c47ebbc02367c07d60e0e195f19790817f10cc8db0b7"
PYPI_PACKAGE = "pyOpenSSL"
inherit pypi setuptools3