public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jeremy Cline <jeremycline@microsoft.com>
To: git-commits@fedoraproject.org
Subject: [rpms/pyOpenSSL] f44: Update to v26.2.0
Date: Wed, 08 Jul 2026 18:55:25 GMT [thread overview]
Message-ID: <178353692590.1.14529234164021578902.rpms-pyOpenSSL-77c24f071c6d@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-08 18:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178353692590.1.14529234164021578902.rpms-pyOpenSSL-77c24f071c6d@fedoraproject.org \
--to=jeremycline@microsoft.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox