14
0

osc copypac from project:openSUSE:Factory package:python-pyOpenSSL revision:16

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyOpenSSL?expand=0&rev=18
This commit is contained in:
Stephan Kulow
2014-05-01 18:44:58 +00:00
committed by Git OBS Bridge
parent 38dcda0006
commit 6bbbe12431
7 changed files with 143 additions and 63 deletions

View File

@@ -0,0 +1,53 @@
-------------------------------------------------------------------
Sun Oct 6 07:58:13 UTC 2013 - tchvatal@suse.com
- Fix the doc build for real
-------------------------------------------------------------------
Tue Oct 1 08:55:05 UTC 2013 - speilicke@suse.com
- BuildRequire texlive-babel to get access to english.tpl
-------------------------------------------------------------------
Mon Jul 23 12:48:35 UTC 2012 - werner@suse.de
- Make it build with TeXLive 2012
-------------------------------------------------------------------
Mon Jul 9 18:34:08 PDT 2012 - msuman@opensuse.org
- Update to version 0.13
* Add OPENSSL_VERSION_NUMBER, SSLeay_version and related
constants for retrieving version information about the
underlying OpenSSL library.
* Support OpenSSL 1.0.0a and related changes.
* Remove SSLv2 support if the underlying OpenSSL library does
not provide it.
* Add a new method to the X509 type, get_signature_algorithm.
* Add a new method to the Connection type, get_peer_cert_chain.
* Add the PKey.check method to verify the internal consistency
of a PKey instance.
* Bug fixes.
-------------------------------------------------------------------
Fri Jun 15 14:36:11 UTC 2012 - saschpe@suse.de
- Changed license of doc package to Apache-2.0 (bnc#767269)
-------------------------------------------------------------------
Tue Sep 13 20:55:06 UTC 2011 - saschpe@suse.de
- Recommend base package instead of requiring it
-------------------------------------------------------------------
Thu Sep 1 08:48:23 UTC 2011 - saschpe@suse.de
- Changed license to Apache-2.0, to fix bnc#715423
-------------------------------------------------------------------
Wed Aug 31 14:21:58 UTC 2011 - saschpe@suse.de
- Initial version, obsoletes 'python-openssl':
* Builds properly on all SUSE version
* Has real HTML documentation