14
0

- update to 21.0.0:

- The minimum ``cryptography`` version is now 3.3.
  - Drop support for Python 3.5
  - Raise an error when an invalid ALPN value is set.
  - Added ``OpenSSL.SSL.Context.set_min_proto_version`` and ``OpenSSL.SSL.Context.set_max_proto_version``
  - Updated ``to_cryptography`` and ``from_cryptography`` methods to support an
    upcoming release of ``cryptography`` without raising deprecation warnings.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=83
This commit is contained in:
2021-10-26 20:28:09 +00:00
committed by Git OBS Bridge
parent bcf654d773
commit 032b476820
4 changed files with 17 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-pyOpenSSL
Version: 20.0.1
Version: 21.0.0
Release: 0
Summary: Python wrapper module around the OpenSSL library
License: Apache-2.0
@@ -29,7 +29,7 @@ Source: https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpe
# Mark tests requiring network access
Patch0: skip-networked-test.patch
BuildRequires: %{python_module cffi}
BuildRequires: %{python_module cryptography >= 2.8}
BuildRequires: %{python_module cryptography >= 3.3}
BuildRequires: %{python_module flaky}
BuildRequires: %{python_module pretend}
BuildRequires: %{python_module pytest >= 3.0.1}
@@ -40,7 +40,7 @@ BuildRequires: fdupes
BuildRequires: openssl
BuildRequires: python-rpm-macros
Requires: python-cffi
Requires: python-cryptography >= 2.8
Requires: python-cryptography >= 3.3
Requires: python-six >= 1.5.2
Provides: pyOpenSSL = %{version}
BuildArch: noarch