From bcf654d773acaf1db2a33282acec39e30e3fe23435c373b4e6fdedba292504d8 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 | 6 ++++++ python-pyOpenSSL.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 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 250b484..72dd87a 100644 --- a/python-pyOpenSSL.changes +++ b/python-pyOpenSSL.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 1 18:07:21 UTC 2021 - Dirk Müller + +- update to 20.0.1: + - Fixed compatibility with OpenSSL 1.1.0. + ------------------------------------------------------------------- Tue Dec 22 22:28:30 UTC 2020 - Matej Cepl 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