diff --git a/24.1.0.tar.gz b/24.1.0.tar.gz deleted file mode 100644 index 86fd625..0000000 --- a/24.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a4d5c1e489fe71d379d7c091068a6a6e8e836567bd936006d2ba435a7e14141 -size 39217 diff --git a/24.2.0.tar.gz b/24.2.0.tar.gz new file mode 100644 index 0000000..0c5b9c6 --- /dev/null +++ b/24.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49fe780f8b15153f23aca32bca763926c1575e1fbabc241eed5634cd21a9202d +size 38118 diff --git a/python-service_identity.changes b/python-service_identity.changes index 491207e..05eb8a9 100644 --- a/python-service_identity.changes +++ b/python-service_identity.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Oct 30 19:54:23 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-service_identity.spec b/python-service_identity.spec index 70483f4..751e11a 100644 --- a/python-service_identity.spec +++ b/python-service_identity.spec @@ -19,7 +19,7 @@ %define oname service_identity %{?sle15_python_module_pythons} Name: python-service_identity -Version: 24.1.0 +Version: 24.2.0 Release: 0 Summary: Service identity verification for pyOpenSSL License: MIT @@ -34,7 +34,7 @@ BuildRequires: %{python_module hatch_vcs} BuildRequires: %{python_module hatchling >= 1.14.0} BuildRequires: %{python_module idna} 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} BuildRequires: %{python_module pytest} @@ -46,7 +46,7 @@ Requires: python-cryptography Requires: python-pyasn1 Requires: python-pyasn1-modules Recommends: python-idna -Recommends: python-pyOpenSSL +Recommends: python-pyOpenSSL >= 17.1.0 BuildArch: noarch %ifpython2 Requires: python-ipaddress