diff mbox series

[5/8] python3-pyopenssl: upgrade 25.0.0 -> 25.1.0

Message ID b888c6a1c612298c9ac72786883f0c5d285130bf.1748816484.git.tim.orling@konsulko.com
State Accepted, archived
Commit f83f00c1a5bb17e89651c5b19ec0a65e61a1bde7
Headers show
Series [1/8] python3-setuptools-rust: upgrade 1.11.0 -> 1.11.1 | expand

Commit Message

Tim Orling June 1, 2025, 10:26 p.m. UTC
From: Tim Orling <tim.orling@konsulko.com>

Comparing changes since 25.0.0:
https://github.com/pyca/pyopenssl/compare/25.0.0...25.1.0

Changelog:

https://www.pyopenssl.org/en/latest/changelog.html

25.1.0 (2025-05-17):
Backward-incompatible changes:
* None

Deprecations:
* Attempting using any methods that mutate an OpenSSL.SSL.Context after
  it has been used to create an OpenSSL.SSL.Connection will emit a
  warning. In a future release, this will raise an exception.

Changes:
* cryptography maximum version has been increased to 45.0.x.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 ...{python3-pyopenssl_25.0.0.bb => python3-pyopenssl_25.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pyopenssl_25.0.0.bb => python3-pyopenssl_25.1.0.bb} (85%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pyopenssl_25.0.0.bb b/meta/recipes-devtools/python/python3-pyopenssl_25.1.0.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-pyopenssl_25.0.0.bb
rename to meta/recipes-devtools/python/python3-pyopenssl_25.1.0.bb
index 6485f3e1ed6..c1f571c552e 100644
--- a/meta/recipes-devtools/python/python3-pyopenssl_25.0.0.bb
+++ b/meta/recipes-devtools/python/python3-pyopenssl_25.1.0.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 DEPENDS += "openssl python3-cryptography"
 
-SRC_URI[sha256sum] = "cd2cef799efa3936bb08e8ccb9433a575722b9dd986023f1cabc4ae64e9dac16"
+SRC_URI[sha256sum] = "8d031884482e0c67ee92bf9a4d8cceb08d92aba7136432ffb0703c5280fc205b"
 
 inherit pypi setuptools3