pyOpenSSL 25.2.0__tar.gz → 25.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/CHANGELOG.rst +15 -1
- {pyopenssl-25.2.0/src/pyOpenSSL.egg-info → pyopenssl-25.3.0}/PKG-INFO +17 -3
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/setup.py +1 -1
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/src/OpenSSL/version.py +1 -1
- {pyopenssl-25.2.0 → pyopenssl-25.3.0/src/pyOpenSSL.egg-info}/PKG-INFO +17 -3
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/src/pyOpenSSL.egg-info/requires.txt +1 -1
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/CODE_OF_CONDUCT.rst +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/CONTRIBUTING.rst +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/INSTALL.rst +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/LICENSE +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/MANIFEST.in +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/README.rst +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/doc/ChangeLog_old.txt +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/doc/Makefile +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/doc/Quotes +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/doc/README +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/doc/api/crypto.rst +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/doc/api/ssl.rst +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/doc/api.rst +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/doc/backward-compatibility.rst +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/doc/changelog.rst +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/doc/conf.py +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/doc/images/pyopenssl-brand.png +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/doc/images/pyopenssl-icon.png +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/doc/images/pyopenssl-logo.png +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/doc/images/pyopenssl.svg +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/doc/index.rst +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/doc/install.rst +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/doc/internals.rst +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/doc/introduction.rst +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/doc/make.bat +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/noxfile.py +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/pyproject.toml +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/setup.cfg +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/src/OpenSSL/SSL.py +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/src/OpenSSL/__init__.py +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/src/OpenSSL/_util.py +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/src/OpenSSL/crypto.py +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/src/OpenSSL/debug.py +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/src/OpenSSL/py.typed +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/src/OpenSSL/rand.py +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/src/pyOpenSSL.egg-info/SOURCES.txt +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/src/pyOpenSSL.egg-info/dependency_links.txt +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/src/pyOpenSSL.egg-info/top_level.txt +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/tests/__init__.py +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/tests/conftest.py +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/tests/test_crypto.py +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/tests/test_debug.py +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/tests/test_rand.py +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/tests/test_ssl.py +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/tests/test_util.py +0 -0
- {pyopenssl-25.2.0 → pyopenssl-25.3.0}/tests/util.py +0 -0
|
@@ -4,7 +4,7 @@ Changelog
|
|
|
4
4
|
Versions are year-based with a strict backward-compatibility policy.
|
|
5
5
|
The third digit is only for regressions.
|
|
6
6
|
|
|
7
|
-
25.
|
|
7
|
+
25.4.0 (UNRELEASED)
|
|
8
8
|
-------------------
|
|
9
9
|
|
|
10
10
|
Backward-incompatible changes:
|
|
@@ -16,6 +16,20 @@ Deprecations:
|
|
|
16
16
|
Changes:
|
|
17
17
|
^^^^^^^^
|
|
18
18
|
|
|
19
|
+
25.3.0 (2025-09-16)
|
|
20
|
+
-------------------
|
|
21
|
+
|
|
22
|
+
Backward-incompatible changes:
|
|
23
|
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
24
|
+
|
|
25
|
+
Deprecations:
|
|
26
|
+
^^^^^^^^^^^^^
|
|
27
|
+
|
|
28
|
+
Changes:
|
|
29
|
+
^^^^^^^^
|
|
30
|
+
|
|
31
|
+
- Maximum supported ``cryptography`` version is now 46.x.
|
|
32
|
+
|
|
19
33
|
|
|
20
34
|
25.2.0 (2025-09-14)
|
|
21
35
|
-------------------
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyOpenSSL
|
|
3
|
-
Version: 25.
|
|
3
|
+
Version: 25.3.0
|
|
4
4
|
Summary: Python wrapper module around the OpenSSL library
|
|
5
5
|
Home-page: https://pyopenssl.org/
|
|
6
6
|
Author: The pyOpenSSL developers
|
|
@@ -28,7 +28,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
28
28
|
Classifier: Topic :: System :: Networking
|
|
29
29
|
Requires-Python: >=3.7
|
|
30
30
|
License-File: LICENSE
|
|
31
|
-
Requires-Dist: cryptography<
|
|
31
|
+
Requires-Dist: cryptography<47,>=45.0.7
|
|
32
32
|
Requires-Dist: typing-extensions>=4.9; python_version < "3.13" and python_version >= "3.8"
|
|
33
33
|
Provides-Extra: test
|
|
34
34
|
Requires-Dist: pytest-rerunfailures; extra == "test"
|
|
@@ -97,7 +97,7 @@ You can also join ``#pyca`` on ``irc.libera.chat`` to ask questions or get invol
|
|
|
97
97
|
Release Information
|
|
98
98
|
===================
|
|
99
99
|
|
|
100
|
-
25.
|
|
100
|
+
25.4.0 (UNRELEASED)
|
|
101
101
|
-------------------
|
|
102
102
|
|
|
103
103
|
Backward-incompatible changes:
|
|
@@ -109,6 +109,20 @@ Deprecations:
|
|
|
109
109
|
Changes:
|
|
110
110
|
^^^^^^^^
|
|
111
111
|
|
|
112
|
+
25.3.0 (2025-09-16)
|
|
113
|
+
-------------------
|
|
114
|
+
|
|
115
|
+
Backward-incompatible changes:
|
|
116
|
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
117
|
+
|
|
118
|
+
Deprecations:
|
|
119
|
+
^^^^^^^^^^^^^
|
|
120
|
+
|
|
121
|
+
Changes:
|
|
122
|
+
^^^^^^^^
|
|
123
|
+
|
|
124
|
+
- Maximum supported ``cryptography`` version is now 46.x.
|
|
125
|
+
|
|
112
126
|
|
|
113
127
|
25.2.0 (2025-09-14)
|
|
114
128
|
-------------------
|
|
@@ -94,7 +94,7 @@ if __name__ == "__main__":
|
|
|
94
94
|
packages=find_packages(where="src"),
|
|
95
95
|
package_dir={"": "src"},
|
|
96
96
|
install_requires=[
|
|
97
|
-
"cryptography>=45.0.7,<
|
|
97
|
+
"cryptography>=45.0.7,<47",
|
|
98
98
|
(
|
|
99
99
|
"typing-extensions>=4.9; "
|
|
100
100
|
"python_version < '3.13' and python_version >= '3.8'"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyOpenSSL
|
|
3
|
-
Version: 25.
|
|
3
|
+
Version: 25.3.0
|
|
4
4
|
Summary: Python wrapper module around the OpenSSL library
|
|
5
5
|
Home-page: https://pyopenssl.org/
|
|
6
6
|
Author: The pyOpenSSL developers
|
|
@@ -28,7 +28,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
28
28
|
Classifier: Topic :: System :: Networking
|
|
29
29
|
Requires-Python: >=3.7
|
|
30
30
|
License-File: LICENSE
|
|
31
|
-
Requires-Dist: cryptography<
|
|
31
|
+
Requires-Dist: cryptography<47,>=45.0.7
|
|
32
32
|
Requires-Dist: typing-extensions>=4.9; python_version < "3.13" and python_version >= "3.8"
|
|
33
33
|
Provides-Extra: test
|
|
34
34
|
Requires-Dist: pytest-rerunfailures; extra == "test"
|
|
@@ -97,7 +97,7 @@ You can also join ``#pyca`` on ``irc.libera.chat`` to ask questions or get invol
|
|
|
97
97
|
Release Information
|
|
98
98
|
===================
|
|
99
99
|
|
|
100
|
-
25.
|
|
100
|
+
25.4.0 (UNRELEASED)
|
|
101
101
|
-------------------
|
|
102
102
|
|
|
103
103
|
Backward-incompatible changes:
|
|
@@ -109,6 +109,20 @@ Deprecations:
|
|
|
109
109
|
Changes:
|
|
110
110
|
^^^^^^^^
|
|
111
111
|
|
|
112
|
+
25.3.0 (2025-09-16)
|
|
113
|
+
-------------------
|
|
114
|
+
|
|
115
|
+
Backward-incompatible changes:
|
|
116
|
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
117
|
+
|
|
118
|
+
Deprecations:
|
|
119
|
+
^^^^^^^^^^^^^
|
|
120
|
+
|
|
121
|
+
Changes:
|
|
122
|
+
^^^^^^^^
|
|
123
|
+
|
|
124
|
+
- Maximum supported ``cryptography`` version is now 46.x.
|
|
125
|
+
|
|
112
126
|
|
|
113
127
|
25.2.0 (2025-09-14)
|
|
114
128
|
-------------------
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|