From aff34c7f293300a8d6af513185347b417929f5a38f1802f82e30382fac253c56 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 1 Feb 2021 18:08:18 +0000 Subject: [PATCH] - update to 20.0.1: - Fixed compatibility with OpenSSL 1.1.0. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=81 --- pyOpenSSL-20.0.0.tar.gz | 3 --- pyOpenSSL-20.0.1.tar.gz | 3 +++ python-pyOpenSSL.changes | 4 ++-- python-pyOpenSSL.spec | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 pyOpenSSL-20.0.0.tar.gz create mode 100644 pyOpenSSL-20.0.1.tar.gz diff --git a/pyOpenSSL-20.0.0.tar.gz b/pyOpenSSL-20.0.0.tar.gz deleted file mode 100644 index 84b5529..0000000 --- a/pyOpenSSL-20.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92f08eccbd73701cf744e8ffd6989aa7842d48cbe3fea8a7c031c5647f590ac5 -size 173786 diff --git a/pyOpenSSL-20.0.1.tar.gz b/pyOpenSSL-20.0.1.tar.gz new file mode 100644 index 0000000..4fcc637 --- /dev/null +++ b/pyOpenSSL-20.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c231c759543ba02560fcd2480c48dcec4dae34c9da7d3747c508227e0624b51 +size 173736 diff --git a/python-pyOpenSSL.changes b/python-pyOpenSSL.changes index 52d8baa..5f7b436 100644 --- a/python-pyOpenSSL.changes +++ b/python-pyOpenSSL.changes @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:84d858ff793aa3b6717d86586ddc70e26db6ac318e7fa553f25da661b2bd96c7 -size 19412 +oid sha256:e05852a63a3a1c902a00ff8bdede0b7f243092e0347cce7363cba3efba1b924e +size 19610 diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index 2028ff9..4411689 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyOpenSSL # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-pyOpenSSL -Version: 20.0.0 +Version: 20.0.1 Release: 0 Summary: Python wrapper module around the OpenSSL library License: Apache-2.0