From d5a90261e470a4e7c3cedccf29ff176d51fd930f1b3b57f8c7b0d8d7d519d813 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 27 Mar 2023 07:55:49 +0000 Subject: [PATCH 1/2] - 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 --- pyOpenSSL-23.0.0.tar.gz | 3 --- pyOpenSSL-23.1.0.tar.gz | 3 +++ python-pyOpenSSL.changes | 4 ++-- python-pyOpenSSL.spec | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 pyOpenSSL-23.0.0.tar.gz create mode 100644 pyOpenSSL-23.1.0.tar.gz diff --git a/pyOpenSSL-23.0.0.tar.gz b/pyOpenSSL-23.0.0.tar.gz deleted file mode 100644 index 5d7b979..0000000 --- a/pyOpenSSL-23.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1cc5f86bcacefc84dada7d31175cae1b1518d5f60d3d0bb595a67822a868a6f -size 182375 diff --git a/pyOpenSSL-23.1.0.tar.gz b/pyOpenSSL-23.1.0.tar.gz new file mode 100644 index 0000000..4278400 --- /dev/null +++ b/pyOpenSSL-23.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb78010a1eb2c8e24b851693b7b04dfe9b1dc0a5ab3843927b10a85b1dfbb2e +size 182977 diff --git a/python-pyOpenSSL.changes b/python-pyOpenSSL.changes index 8879068..13e15b4 100644 --- a/python-pyOpenSSL.changes +++ b/python-pyOpenSSL.changes @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32d682c4496888d69b8db7968f7b40b930f17bc17f9984f6e30c49d49fbba1ee -size 22774 +oid sha256:7b56e1eb7043a70eea82651f2e7ca424f522863111494163f30902d7d161269d +size 23146 diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index ddbf780..588d409 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -27,7 +27,7 @@ %endif %global skip_python2 1 Name: python-pyOpenSSL%{psuffix} -Version: 23.0.0 +Version: 23.1.0 Release: 0 Summary: Python wrapper module around the OpenSSL library License: Apache-2.0 @@ -41,7 +41,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros %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 pretend} BuildRequires: %{python_module pyOpenSSL >= %version} @@ -50,7 +50,7 @@ BuildRequires: ca-certificates-mozilla BuildRequires: openssl %endif 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} BuildArch: noarch %python_subpackages From 3916b0eb63a495f6294c7169404f669e2cbde933e9ed664bcd4ff118c98ad2a3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 28 Mar 2023 15:40:57 +0000 Subject: [PATCH 2/2] - update to 23.1.1: * Worked around an issue in OpenSSL 3.1.0 which caused `X509Extension.get_short_name` to raise an exception when no short name was known to OpenSSL. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=101 --- pyOpenSSL-23.1.0.tar.gz | 3 --- pyOpenSSL-23.1.1.tar.gz | 3 +++ python-pyOpenSSL.changes | 4 ++-- python-pyOpenSSL.spec | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 pyOpenSSL-23.1.0.tar.gz create mode 100644 pyOpenSSL-23.1.1.tar.gz diff --git a/pyOpenSSL-23.1.0.tar.gz b/pyOpenSSL-23.1.0.tar.gz deleted file mode 100644 index 4278400..0000000 --- a/pyOpenSSL-23.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cb78010a1eb2c8e24b851693b7b04dfe9b1dc0a5ab3843927b10a85b1dfbb2e -size 182977 diff --git a/pyOpenSSL-23.1.1.tar.gz b/pyOpenSSL-23.1.1.tar.gz new file mode 100644 index 0000000..bf6918b --- /dev/null +++ b/pyOpenSSL-23.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841498b9bec61623b1b6c47ebbc02367c07d60e0e195f19790817f10cc8db0b7 +size 183402 diff --git a/python-pyOpenSSL.changes b/python-pyOpenSSL.changes index 13e15b4..27946e3 100644 --- a/python-pyOpenSSL.changes +++ b/python-pyOpenSSL.changes @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b56e1eb7043a70eea82651f2e7ca424f522863111494163f30902d7d161269d -size 23146 +oid sha256:f20f6821f42113068f332b127648475ccea40625452bc901ff5bc50e3ebf7371 +size 23459 diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index 588d409..4493dc1 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -27,7 +27,7 @@ %endif %global skip_python2 1 Name: python-pyOpenSSL%{psuffix} -Version: 23.1.0 +Version: 23.1.1 Release: 0 Summary: Python wrapper module around the OpenSSL library License: Apache-2.0