Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyOpenSSL for
openSUSE:Factory checked in at 2026-08-06 16:18:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyOpenSSL (Old)
and /work/SRC/openSUSE:Factory/.python-pyOpenSSL.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyOpenSSL"
Thu Aug 6 16:18:09 2026 rev:67 rq:1369615 version:26.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyOpenSSL/python-pyOpenSSL.changes
2026-06-16 18:29:16.933224938 +0200
+++
/work/SRC/openSUSE:Factory/.python-pyOpenSSL.new.16738/python-pyOpenSSL.changes
2026-08-06 16:18:25.308530016 +0200
@@ -1,0 +2,6 @@
+Wed Aug 5 00:32:01 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 26.4.0:
+ * Maximum supported cryptography version is now 50.x.
+
+-------------------------------------------------------------------
Old:
----
pyopenssl-26.3.0.tar.gz
New:
----
pyopenssl-26.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyOpenSSL.spec ++++++
--- /var/tmp/diff_new_pack.nMpeBw/_old 2026-08-06 16:18:26.464570472 +0200
+++ /var/tmp/diff_new_pack.nMpeBw/_new 2026-08-06 16:18:26.468570612 +0200
@@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-pyOpenSSL%{psuffix}
-Version: 26.3.0
+Version: 26.4.0
Release: 0
Summary: Python wrapper module around the OpenSSL library
License: Apache-2.0
@@ -42,7 +42,7 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-cffi
-Requires: (python-cryptography >= 49.0.0 with python-cryptography < 50)
+Requires: (python-cryptography >= 49.0.0 with python-cryptography < 51)
%if %{python_version_nodots} < 313
Requires: python-typing-extensions >= 4.9
%endif
@@ -51,7 +51,7 @@
%if %{without test}
BuildArch: noarch
%else
-BuildRequires: %{python_module cryptography >= 49.0.0 with
%python-cryptography < 50}
+BuildRequires: %{python_module cryptography >= 49.0.0 with
%python-cryptography < 51}
BuildRequires: %{python_module pretend}
BuildRequires: %{python_module pyOpenSSL >= %version}
BuildRequires: %{python_module pytest >= 3.0.1}
++++++ pyopenssl-26.3.0.tar.gz -> pyopenssl-26.4.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pyopenssl-26.3.0/CHANGELOG.rst
new/pyopenssl-26.4.0/CHANGELOG.rst
--- old/pyopenssl-26.3.0/CHANGELOG.rst 2026-06-12 22:27:26.000000000 +0200
+++ new/pyopenssl-26.4.0/CHANGELOG.rst 2026-08-01 21:50:18.000000000 +0200
@@ -4,6 +4,21 @@
Versions are year-based with a strict backward-compatibility policy.
The third digit is only for regressions.
+26.4.0 (2026-08-01)
+-------------------
+
+Backward-incompatible changes:
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Deprecations:
+^^^^^^^^^^^^^
+
+Changes:
+^^^^^^^^
+
+- Maximum supported ``cryptography`` version is now 50.x.
+
+
26.3.0 (2026-06-12)
-------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pyopenssl-26.3.0/PKG-INFO
new/pyopenssl-26.4.0/PKG-INFO
--- old/pyopenssl-26.3.0/PKG-INFO 2026-06-12 22:27:29.249154800 +0200
+++ new/pyopenssl-26.4.0/PKG-INFO 2026-08-01 21:50:23.072526700 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: pyOpenSSL
-Version: 26.3.0
+Version: 26.4.0
Summary: Python wrapper module around the OpenSSL library
Home-page: https://pyopenssl.org/
Author: The pyOpenSSL developers
@@ -26,7 +26,7 @@
Classifier: Topic :: System :: Networking
Requires-Python: >=3.9
License-File: LICENSE
-Requires-Dist: cryptography<50,>=49.0.0
+Requires-Dist: cryptography<51,>=49.0.0
Requires-Dist: typing-extensions>=4.9; python_version < "3.13"
Provides-Extra: test
Requires-Dist: pytest-rerunfailures; extra == "test"
@@ -95,6 +95,21 @@
Release Information
===================
+26.4.0 (2026-08-01)
+-------------------
+
+Backward-incompatible changes:
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Deprecations:
+^^^^^^^^^^^^^
+
+Changes:
+^^^^^^^^
+
+- Maximum supported ``cryptography`` version is now 50.x.
+
+
26.3.0 (2026-06-12)
-------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pyopenssl-26.3.0/setup.py
new/pyopenssl-26.4.0/setup.py
--- old/pyopenssl-26.3.0/setup.py 2026-06-12 22:27:26.000000000 +0200
+++ new/pyopenssl-26.4.0/setup.py 2026-08-01 21:50:18.000000000 +0200
@@ -92,7 +92,7 @@
packages=find_packages(where="src"),
package_dir={"": "src"},
install_requires=[
- "cryptography>=49.0.0,<50",
+ "cryptography>=49.0.0,<51",
"typing-extensions>=4.9; python_version < '3.13'",
],
extras_require={
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pyopenssl-26.3.0/src/OpenSSL/version.py
new/pyopenssl-26.4.0/src/OpenSSL/version.py
--- old/pyopenssl-26.3.0/src/OpenSSL/version.py 2026-06-12 22:27:26.000000000
+0200
+++ new/pyopenssl-26.4.0/src/OpenSSL/version.py 2026-08-01 21:50:18.000000000
+0200
@@ -17,7 +17,7 @@
"__version__",
]
-__version__ = "26.3.0"
+__version__ = "26.4.0"
__title__ = "pyOpenSSL"
__uri__ = "https://pyopenssl.org/"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pyopenssl-26.3.0/src/pyOpenSSL.egg-info/PKG-INFO
new/pyopenssl-26.4.0/src/pyOpenSSL.egg-info/PKG-INFO
--- old/pyopenssl-26.3.0/src/pyOpenSSL.egg-info/PKG-INFO 2026-06-12
22:27:29.000000000 +0200
+++ new/pyopenssl-26.4.0/src/pyOpenSSL.egg-info/PKG-INFO 2026-08-01
21:50:23.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: pyOpenSSL
-Version: 26.3.0
+Version: 26.4.0
Summary: Python wrapper module around the OpenSSL library
Home-page: https://pyopenssl.org/
Author: The pyOpenSSL developers
@@ -26,7 +26,7 @@
Classifier: Topic :: System :: Networking
Requires-Python: >=3.9
License-File: LICENSE
-Requires-Dist: cryptography<50,>=49.0.0
+Requires-Dist: cryptography<51,>=49.0.0
Requires-Dist: typing-extensions>=4.9; python_version < "3.13"
Provides-Extra: test
Requires-Dist: pytest-rerunfailures; extra == "test"
@@ -95,6 +95,21 @@
Release Information
===================
+26.4.0 (2026-08-01)
+-------------------
+
+Backward-incompatible changes:
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Deprecations:
+^^^^^^^^^^^^^
+
+Changes:
+^^^^^^^^
+
+- Maximum supported ``cryptography`` version is now 50.x.
+
+
26.3.0 (2026-06-12)
-------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pyopenssl-26.3.0/src/pyOpenSSL.egg-info/requires.txt
new/pyopenssl-26.4.0/src/pyOpenSSL.egg-info/requires.txt
--- old/pyopenssl-26.3.0/src/pyOpenSSL.egg-info/requires.txt 2026-06-12
22:27:29.000000000 +0200
+++ new/pyopenssl-26.4.0/src/pyOpenSSL.egg-info/requires.txt 2026-08-01
21:50:23.000000000 +0200
@@ -1,4 +1,4 @@
-cryptography<50,>=49.0.0
+cryptography<51,>=49.0.0
[:python_version < "3.13"]
typing-extensions>=4.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pyopenssl-26.3.0/tests/test_crypto.py
new/pyopenssl-26.4.0/tests/test_crypto.py
--- old/pyopenssl-26.3.0/tests/test_crypto.py 2026-06-12 22:27:26.000000000
+0200
+++ new/pyopenssl-26.4.0/tests/test_crypto.py 2026-08-01 21:50:18.000000000
+0200
@@ -2004,13 +2004,7 @@
the given PEM to its stdin. Not safe for quotes.
"""
proc = Popen([b"openssl", *list(args)], stdin=PIPE, stdout=PIPE)
- assert proc.stdin is not None
- assert proc.stdout is not None
- proc.stdin.write(pem)
- proc.stdin.close()
- output = proc.stdout.read()
- proc.stdout.close()
- proc.wait()
+ output, _ = proc.communicate(pem)
return output