From ed021b92783c59372467fefc320f3d4028409fcceac62f942ed45838c3ede3c1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 15 Nov 2016 09:05:32 +0000 Subject: [PATCH 1/3] Accepting request 440201 from home:mlin7442:branches:devel:languages:python update to 16.2.0 OBS-URL: https://build.opensuse.org/request/show/440201 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=35 --- pyOpenSSL-16.0.0.tar.gz | 3 --- pyOpenSSL-16.2.0.tar.gz | 3 +++ python-pyOpenSSL.changes | 17 +++++++++++++++++ python-pyOpenSSL.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 pyOpenSSL-16.0.0.tar.gz create mode 100644 pyOpenSSL-16.2.0.tar.gz diff --git a/pyOpenSSL-16.0.0.tar.gz b/pyOpenSSL-16.0.0.tar.gz deleted file mode 100644 index f875866..0000000 --- a/pyOpenSSL-16.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:363d10ee43d062285facf4e465f4f5163f9f702f9134f0a5896f134cbb92d17d -size 171929 diff --git a/pyOpenSSL-16.2.0.tar.gz b/pyOpenSSL-16.2.0.tar.gz new file mode 100644 index 0000000..4b3a75f --- /dev/null +++ b/pyOpenSSL-16.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7779a3bbb74e79db234af6a08775568c6769b5821faecf6e2f4143edb227516e +size 167305 diff --git a/python-pyOpenSSL.changes b/python-pyOpenSSL.changes index 8ae95ca..c4d1d8b 100644 --- a/python-pyOpenSSL.changes +++ b/python-pyOpenSSL.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Nov 14 08:46:18 UTC 2016 - mlin@suse.com + +- Update to 16.2.0 + * Deprecations + ** Dropped support for OpenSSL 0.9.8. + * Changes + ** Fix memory leak in OpenSSL.crypto.dump_privatekey() with FILETYPE_TEXT. #496 + ** Enable use of CRL (and more) in verify context. #483 + ** OpenSSL.crypto.PKey can now be constructed from cryptography objects and also + exported as such. #439 + ** Support newer versions of cryptography which use opaque structs for OpenSSL + 1.1.0 compatibility. + ** Fixed compatibility errors with OpenSSL 1.1.0. + ** Fixed an issue that caused failures with subinterpreters and embedded Pythons. + #552 + ------------------------------------------------------------------- Mon May 16 15:29:16 UTC 2016 - jmatejek@suse.com diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index b0f7184..6a479b3 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -17,7 +17,7 @@ Name: python-pyOpenSSL -Version: 16.0.0 +Version: 16.2.0 Release: 0 Url: https://github.com/pyca/pyopenssl Summary: Python wrapper module around the OpenSSL library @@ -30,7 +30,7 @@ Patch2: rsa128-i586.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: openssl-devel BuildRequires: python-Sphinx -BuildRequires: python-cryptography >= 1.3.1 +BuildRequires: python-cryptography >= 1.3.4 BuildRequires: python-devel BuildRequires: python-pytest BuildRequires: python-setuptools From 7e58fc1d47590ccbf77460bfa36ff465b2d2d546c01c93b94bf5df6c2223cfd5 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Tue, 15 Nov 2016 14:54:47 +0000 Subject: [PATCH 2/3] Accepting request 440354 from home:mlin7442:branches:devel:languages:python change the source url to pypi.io OBS-URL: https://build.opensuse.org/request/show/440354 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=36 --- python-pyOpenSSL.changes | 6 ++++++ python-pyOpenSSL.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-pyOpenSSL.changes b/python-pyOpenSSL.changes index c4d1d8b..b29c610 100644 --- a/python-pyOpenSSL.changes +++ b/python-pyOpenSSL.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 15 09:39:09 UTC 2016 - mlin@suse.com + +- Change source url to pypi.io + * version 16.2.0 source tarball failed to download from pypi.python.org + ------------------------------------------------------------------- Mon Nov 14 08:46:18 UTC 2016 - mlin@suse.com diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index 6a479b3..b520aa0 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -23,7 +23,7 @@ Url: https://github.com/pyca/pyopenssl Summary: Python wrapper module around the OpenSSL library License: Apache-2.0 Group: Development/Languages/Python -Source: http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz +Source: https://pypi.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz Patch0: bug-lp-1265482.diff Patch1: skip-networked-test.patch Patch2: rsa128-i586.patch From a9ca258a6563d9a2f5675e4742d27a23276cc3486d50a93e289be362ba6f7d44 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 16 Nov 2016 07:46:51 +0000 Subject: [PATCH 3/3] - fix source url OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=37 --- python-pyOpenSSL.changes | 5 +++++ python-pyOpenSSL.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pyOpenSSL.changes b/python-pyOpenSSL.changes index b29c610..4e0c56d 100644 --- a/python-pyOpenSSL.changes +++ b/python-pyOpenSSL.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 16 07:46:25 UTC 2016 - dmueller@suse.com + +- fix source url + ------------------------------------------------------------------- Tue Nov 15 09:39:09 UTC 2016 - mlin@suse.com diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index b520aa0..92d858a 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -23,7 +23,7 @@ Url: https://github.com/pyca/pyopenssl Summary: Python wrapper module around the OpenSSL library License: Apache-2.0 Group: Development/Languages/Python -Source: https://pypi.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz +Source: https://pypi.io/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz Patch0: bug-lp-1265482.diff Patch1: skip-networked-test.patch Patch2: rsa128-i586.patch