- update to 23.1.0:
* ``cryptography`` maximum version has been increased to 40.0.x. * Add ``OpenSSL.SSL.Connection.DTLSv1_get_timeout`` and ``OpenSSL.SSL.Connection.DTLSv1_handle_timeout`` to support DTLS timeouts `#1180 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=100
This commit is contained in:
parent
f0708814a1
commit
93b1e4678c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c1cc5f86bcacefc84dada7d31175cae1b1518d5f60d3d0bb595a67822a868a6f
|
|
||||||
size 182375
|
|
3
pyOpenSSL-23.1.0.tar.gz
Normal file
3
pyOpenSSL-23.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8cb78010a1eb2c8e24b851693b7b04dfe9b1dc0a5ab3843927b10a85b1dfbb2e
|
||||||
|
size 182977
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 27 07:54:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 23.1.0:
|
||||||
|
* ``cryptography`` maximum version has been increased to
|
||||||
|
40.0.x.
|
||||||
|
* Add ``OpenSSL.SSL.Connection.DTLSv1_get_timeout`` and
|
||||||
|
``OpenSSL.SSL.Connection.DTLSv1_handle_timeout``
|
||||||
|
to support DTLS timeouts `#1180
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 2 18:47:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Mon Jan 2 18:47:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%global skip_python2 1
|
%global skip_python2 1
|
||||||
Name: python-pyOpenSSL%{psuffix}
|
Name: python-pyOpenSSL%{psuffix}
|
||||||
Version: 23.0.0
|
Version: 23.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python wrapper module around the OpenSSL library
|
Summary: Python wrapper module around the OpenSSL library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -41,7 +41,7 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module cryptography >= 38.0.0 with %python-cryptography < 40}
|
BuildRequires: %{python_module cryptography >= 38.0.0 with %python-cryptography < 41}
|
||||||
BuildRequires: %{python_module flaky}
|
BuildRequires: %{python_module flaky}
|
||||||
BuildRequires: %{python_module pretend}
|
BuildRequires: %{python_module pretend}
|
||||||
BuildRequires: %{python_module pyOpenSSL >= %version}
|
BuildRequires: %{python_module pyOpenSSL >= %version}
|
||||||
@ -50,7 +50,7 @@ BuildRequires: ca-certificates-mozilla
|
|||||||
BuildRequires: openssl
|
BuildRequires: openssl
|
||||||
%endif
|
%endif
|
||||||
Requires: python-cffi
|
Requires: python-cffi
|
||||||
Requires: (python-cryptography >= 38.0.0 with python-cryptography < 40)
|
Requires: (python-cryptography >= 38.0.0 with python-cryptography < 41)
|
||||||
Provides: pyOpenSSL = %{version}
|
Provides: pyOpenSSL = %{version}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user