public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pyOpenSSL] rawhide: Update to v26.3.0
@ 2026-07-02 13:49 Jeremy Cline
  0 siblings, 0 replies; only message in thread
From: Jeremy Cline @ 2026-07-02 13:49 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/pyOpenSSL
            Branch : rawhide
            Commit : 74fc9fe3a2aba2df9bb4f1e93f8589194752e3bd
            Author : Jeremy Cline <jeremycline@microsoft.com>
            Date   : 2026-07-02T09:47:12-04:00
            Stats  : +3/-2 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/pyOpenSSL/c/74fc9fe3a2aba2df9bb4f1e93f8589194752e3bd?branch=rawhide

            Log:
            Update to v26.3.0

This release includes two backwards-incompatible changes, one removes
deprecated objects that are provided by the cryptography module, and a
second fixes a correctness issue:

  - Removed deprecated ``OpenSSL.crypto.X509Req``,
    ``OpenSSL.crypto.dump_certificate_request``, and
    ``OpenSSL.crypto.load_certificate_request``. ``cryptography.x509``
    should be used instead.

  - ``OpenSSL.SSL.Connection.set_session`` now raises ``ValueError`` if
    the ``Session`` was obtained from a ``Connection`` that was using a
    different ``Context`` than this one. OpenSSL requires (but does not
    verify) that sessions only be re-used with a compatible ``SSL_CTX``,
    so this contract is now enforced.

Complete changelog: https://github.com/pyca/pyopenssl/blob/26.3.0/CHANGELOG.rst

---
diff --git a/.gitignore b/.gitignore
index 416d28f..ae78586 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@
 /pyopenssl-26.0.0.tar.gz
 /pyopenssl-26.1.0.tar.gz
 /pyopenssl-26.2.0.tar.gz
+/pyopenssl-26.3.0.tar.gz

diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec
index aff1e46..6fcbdf4 100644
--- a/pyOpenSSL.spec
+++ b/pyOpenSSL.spec
@@ -1,7 +1,7 @@
 %global         srcname     pyopenssl
 
 Name:           pyOpenSSL
-Version:        26.2.0
+Version:        26.3.0
 Release:        %autorelease
 Summary:        Python wrapper module around the OpenSSL library
 License:        Apache-2.0

diff --git a/sources b/sources
index c4bfe8d..8d1c291 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pyopenssl-26.2.0.tar.gz) = 701f205adad7384731710f572b48a41af87ea4ba7c7111421962e01079407f3e7b289dd5972feec80a6d182b818ee39e45c88464108589b16fe8239c19080265
+SHA512 (pyopenssl-26.3.0.tar.gz) = b3f98a1d2b7ad85606dc38a85449b89660049384b4914b0c66465f0bceafa5b26316223bf41dd2929cd36091e871d2226d06d0d84c969835bc199632c882b484

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-02 13:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 13:49 [rpms/pyOpenSSL] rawhide: Update to v26.3.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