Accepting request 440553 from devel:languages:python
- fix source url - Change source url to pypi.io * version 16.2.0 source tarball failed to download from pypi.python.org - 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 OBS-URL: https://build.opensuse.org/request/show/440553 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyOpenSSL?expand=0&rev=24
This commit is contained in:
commit
18c6199a87
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:363d10ee43d062285facf4e465f4f5163f9f702f9134f0a5896f134cbb92d17d
|
|
||||||
size 171929
|
|
3
pyOpenSSL-16.2.0.tar.gz
Normal file
3
pyOpenSSL-16.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7779a3bbb74e79db234af6a08775568c6769b5821faecf6e2f4143edb227516e
|
||||||
|
size 167305
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
|
- 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
|
Mon May 16 15:29:16 UTC 2016 - jmatejek@suse.com
|
||||||
|
|
||||||
|
@ -17,20 +17,20 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-pyOpenSSL
|
Name: python-pyOpenSSL
|
||||||
Version: 16.0.0
|
Version: 16.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://github.com/pyca/pyopenssl
|
Url: https://github.com/pyca/pyopenssl
|
||||||
Summary: Python wrapper module around the OpenSSL library
|
Summary: Python wrapper module around the OpenSSL library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: http://pypi.python.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
|
Patch0: bug-lp-1265482.diff
|
||||||
Patch1: skip-networked-test.patch
|
Patch1: skip-networked-test.patch
|
||||||
Patch2: rsa128-i586.patch
|
Patch2: rsa128-i586.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
BuildRequires: python-cryptography >= 1.3.1
|
BuildRequires: python-cryptography >= 1.3.4
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-pytest
|
BuildRequires: python-pytest
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user