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] rawhide: Update to v26.3.0
Date: Thu, 02 Jul 2026 13:49:28 GMT	[thread overview]
Message-ID: <178300016822.1.3610339971528703865.rpms-pyOpenSSL-74fc9fe3a2ab@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-07-02 13:49 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=178300016822.1.3610339971528703865.rpms-pyOpenSSL-74fc9fe3a2ab@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