forked from pool/python-pyOpenSSL
Compare commits
13 Commits
Author | SHA256 | Date | |
---|---|---|---|
4f9167eaa5 | |||
b1405533ee | |||
9e2c2e4277 | |||
28a1e305e8 | |||
ab9d64eeb6 | |||
2563439415 | |||
497fb68de5 | |||
e6a6032ed1 | |||
7893fb3044 | |||
3799fc3dc0 | |||
28aa3af438 | |||
a46c73f42a | |||
ed2ff5e79d |
BIN
pyopenssl-25.0.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
pyopenssl-25.0.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8d031884482e0c67ee92bf9a4d8cceb08d92aba7136432ffb0703c5280fc205b
|
|
||||||
size 179937
|
|
@@ -1,13 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Sat Jul 12 17:23:23 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 25.1.0:
|
|
||||||
* Attempting using any methods that mutate an
|
|
||||||
OpenSSL.SSL.Context after it has been used to create an
|
|
||||||
OpenSSL.SSL.Connection will emit a warning. In a future
|
|
||||||
release, this will raise an exception.
|
|
||||||
* cryptography maximum version has been increased to 45.0.x.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 17 18:29:52 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
|
Thu Apr 17 18:29:52 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pyOpenSSL%{psuffix}
|
Name: python-pyOpenSSL%{psuffix}
|
||||||
Version: 25.1.0
|
Version: 25.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python wrapper module around the OpenSSL library
|
Summary: Python wrapper module around the OpenSSL library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -42,7 +42,7 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-cffi
|
Requires: python-cffi
|
||||||
Requires: (python-cryptography >= 41.0.5 with python-cryptography < 46)
|
Requires: (python-cryptography >= 41.0.5 with python-cryptography < 45)
|
||||||
%if %{python_version_nodots} < 313
|
%if %{python_version_nodots} < 313
|
||||||
Requires: python-typing-extensions >= 4.9
|
Requires: python-typing-extensions >= 4.9
|
||||||
%endif
|
%endif
|
||||||
@@ -51,7 +51,7 @@ Provides: pyopenssl = %{version}-%release
|
|||||||
%if %{without test}
|
%if %{without test}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%else
|
%else
|
||||||
BuildRequires: %{python_module cryptography >= 41.0.5 with %python-cryptography < 46}
|
BuildRequires: %{python_module cryptography >= 41.0.5 with %python-cryptography < 45}
|
||||||
BuildRequires: %{python_module pretend}
|
BuildRequires: %{python_module pretend}
|
||||||
BuildRequires: %{python_module pyOpenSSL >= %version}
|
BuildRequires: %{python_module pyOpenSSL >= %version}
|
||||||
BuildRequires: %{python_module pytest >= 3.0.1}
|
BuildRequires: %{python_module pytest >= 3.0.1}
|
||||||
|
Reference in New Issue
Block a user