public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pyOpenSSL] f44: Update to v26.2.0
@ 2026-07-08 18:55 Jeremy Cline
0 siblings, 0 replies; only message in thread
From: Jeremy Cline @ 2026-07-08 18:55 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/pyOpenSSL
Branch : f44
Commit : 77c24f071c6dd9e8fb76480ab8ad4a8bd828331d
Author : Jeremy Cline <jeremycline@microsoft.com>
Date : 2026-07-08T14:48:34-04:00
Stats : +3/-2 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/pyOpenSSL/c/77c24f071c6dd9e8fb76480ab8ad4a8bd828331d?branch=f44
Log:
Update to v26.2.0
## Backward-incompatible changes
- Removed deprecated OpenSSL.crypto.X509Extension,
OpenSSL.crypto.X509Req.add_extension,
OpenSSL.crypto.X509Req.get_extensions,
OpenSSL.crypto.X509.add_extension,
OpenSSL.crypto.X509.get_extensions. cryptography.x509 should be used
instead.
- It is now an error to calling any mutating method on
OpenSSL.SSL.Context after it has been used to create a Connection.
This was previously deprecated and has always been unsafe.
## Changes
- Added OpenSSL.SSL.Connection.set_options to set options on a
per-connection basis.
Signed-off-by: Jeremy Cline <jeremycline@microsoft.com>
---
diff --git a/.gitignore b/.gitignore
index a92b11e..416d28f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
/pyopenssl-25.3.0.tar.gz
/pyopenssl-26.0.0.tar.gz
/pyopenssl-26.1.0.tar.gz
+/pyopenssl-26.2.0.tar.gz
diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec
index 4bcd790..bd11fab 100644
--- a/pyOpenSSL.spec
+++ b/pyOpenSSL.spec
@@ -1,7 +1,7 @@
%global srcname pyopenssl
Name: pyOpenSSL
-Version: 26.1.0
+Version: 26.2.0
Release: %autorelease
Summary: Python wrapper module around the OpenSSL library
License: Apache-2.0
diff --git a/sources b/sources
index ef6aff2..c4bfe8d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pyopenssl-26.1.0.tar.gz) = 084117296b7013d665d7f30705b26ad5dd2758febfc7080ae656328d40a2e992b74c52abcc39b9243bc9a918b4611f1f497e56928a5789ffc63c0b521357eb9c
+SHA512 (pyopenssl-26.2.0.tar.gz) = 701f205adad7384731710f572b48a41af87ea4ba7c7111421962e01079407f3e7b289dd5972feec80a6d182b818ee39e45c88464108589b16fe8239c19080265
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-08 18:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-08 18:55 [rpms/pyOpenSSL] f44: Update to v26.2.0 Jeremy Cline
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox