14
0

- update to 23.2.0:

* Removed ``X509StoreFlags.NOTIFY_POLICY``.
  * ``cryptography`` maximum version has been increased to
    41.0.x.
  * Invalid versions are now rejected in
    ``OpenSSL.crypto.X509Req.set_version``.
  * Added ``X509VerificationCodes`` to ``OpenSSL.SSL``.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=105
This commit is contained in:
2023-06-19 20:26:28 +00:00
committed by Git OBS Bridge
parent e4120dc3df
commit e6e57d5255
5 changed files with 26 additions and 17 deletions

View File

@@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
@@ -25,10 +24,9 @@
%define psuffix %{nil}
%bcond_with test
%endif
%global skip_python2 1
%{?sle15_python_module_pythons}
Name: python-pyOpenSSL%{psuffix}
Version: 23.1.1
Version: 23.2.0
Release: 0
Summary: Python wrapper module around the OpenSSL library
License: Apache-2.0