Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
049263c3cc |
BIN
23.1.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
23.1.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
24.2.0.tar.gz
(Stored with Git LFS)
BIN
24.2.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,28 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
|
||||||
|
|
||||||
- update to 24.1.0:
|
|
||||||
* If a certificate doesn't contain any `subjectAltName`s, we
|
|
||||||
now raise `service_identity.CertificateError` instead of
|
|
||||||
`service_identity.VerificationError` to make the problem
|
|
||||||
easier to debug.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Sep 18 09:42:13 UTC 2023 - pgajdos@suse.com
|
|
||||||
|
|
||||||
- python-six is not required
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 21 13:47:12 UTC 2023 - ecsos <ecsos@opensuse.org>
|
Wed Jun 21 13:47:12 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-service_identity
|
# spec file for package python-service_identity
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -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.2.0
|
Version: 23.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Service identity verification for pyOpenSSL
|
Summary: Service identity verification for pyOpenSSL
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -34,10 +34,11 @@ 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.1.0}
|
BuildRequires: %{python_module pyOpenSSL >= 17.0.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}
|
||||||
|
BuildRequires: %{python_module six}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@@ -45,8 +46,9 @@ Requires: python-attrs >= 19.1.0
|
|||||||
Requires: python-cryptography
|
Requires: python-cryptography
|
||||||
Requires: python-pyasn1
|
Requires: python-pyasn1
|
||||||
Requires: python-pyasn1-modules
|
Requires: python-pyasn1-modules
|
||||||
|
Requires: python-six
|
||||||
Recommends: python-idna
|
Recommends: python-idna
|
||||||
Recommends: python-pyOpenSSL >= 17.1.0
|
Recommends: python-pyOpenSSL
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%ifpython2
|
%ifpython2
|
||||||
Requires: python-ipaddress
|
Requires: python-ipaddress
|
||||||
|
Reference in New Issue
Block a user