forked from pool/python-service_identity
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 86addd7fd4 | |||
| 76b4df06de |
BIN
24.1.0.tar.gz
LFS
BIN
24.1.0.tar.gz
LFS
Binary file not shown.
BIN
24.2.0.tar.gz
LFS
Normal file
BIN
24.2.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 30 19:54:23 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 24.2.0:
|
||||||
|
* Python 3.13 is now officially supported.
|
||||||
|
* pyOpenSSL's identity extraction has been reimplemented using
|
||||||
|
*cryptography*'s primitives instead of deprecated pyOpenSSL
|
||||||
|
APIs.
|
||||||
|
* As a result, the oldest supported pyOpenSSL version is now
|
||||||
|
17.1.0.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 20 20:31:18 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sat Jan 20 20:31:18 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
%define oname service_identity
|
%define oname service_identity
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-service_identity
|
Name: python-service_identity
|
||||||
Version: 24.1.0
|
Version: 24.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Service identity verification for pyOpenSSL
|
Summary: Service identity verification for pyOpenSSL
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -34,7 +34,7 @@ BuildRequires: %{python_module hatch_vcs}
|
|||||||
BuildRequires: %{python_module hatchling >= 1.14.0}
|
BuildRequires: %{python_module hatchling >= 1.14.0}
|
||||||
BuildRequires: %{python_module idna}
|
BuildRequires: %{python_module idna}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pyOpenSSL >= 17.0.0}
|
BuildRequires: %{python_module pyOpenSSL >= 17.1.0}
|
||||||
BuildRequires: %{python_module pyasn1-modules}
|
BuildRequires: %{python_module pyasn1-modules}
|
||||||
BuildRequires: %{python_module pyasn1}
|
BuildRequires: %{python_module pyasn1}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
@@ -46,7 +46,7 @@ Requires: python-cryptography
|
|||||||
Requires: python-pyasn1
|
Requires: python-pyasn1
|
||||||
Requires: python-pyasn1-modules
|
Requires: python-pyasn1-modules
|
||||||
Recommends: python-idna
|
Recommends: python-idna
|
||||||
Recommends: python-pyOpenSSL
|
Recommends: python-pyOpenSSL >= 17.1.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%ifpython2
|
%ifpython2
|
||||||
Requires: python-ipaddress
|
Requires: python-ipaddress
|
||||||
|
|||||||
Reference in New Issue
Block a user