1
0

Accepting request 227513 from home:mvyskocil:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/227513
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=28
This commit is contained in:
Jan Matejek
2014-03-26 15:28:17 +00:00
committed by Git OBS Bridge
parent b2a771095c
commit 859b1d46e6
7 changed files with 63 additions and 143 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Feb 24 12:58:58 UTC 2014 - mvyskocil@suse.com
- update to 0.14
* Support for TLSv1.1 and TLSv1.2
* First-class support for PyPy
* New flags, such as MODE_RELEASE_BUFFERS and OP_NO_COMPRESSION
* Some APIs to access to the SSL session cache
* A variety of bug fixes for error handling cases
* Documentation has been converted from LaTeX
+ python-pyOpenSSL-doc is now build from single spec file
* pyOpenSSL now depends on cryptography, so it became pure-python
module
+ changed to noarch package, add proper dependencies
* Development moved to github
+ changed Url tag respectivelly
- refreshed bug-lp-1265482.diff
-------------------------------------------------------------------
Thu Jan 2 11:17:23 UTC 2014 - dmueller@suse.com