14
0

Accepting request 487690 from devel:languages:python:singlespec

1

OBS-URL: https://build.opensuse.org/request/show/487690
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=63
This commit is contained in:
Todd R
2017-04-19 14:09:02 +00:00
committed by Git OBS Bridge
parent 06a2205920
commit 5f935d64e2
6 changed files with 54 additions and 48 deletions

View File

@@ -1,9 +1,35 @@
-------------------------------------------------------------------
Wed Apr 12 18:16:09 UTC 2017 - toddrme2178@gmail.com
- Update to 0.10.3
* Fix certificate validation on Python<=2.7.8 without ssl.CertificateError
- Update to 0.10.2
* Just a reupload of 0.10.1, which was broken for Python3
because wheel distribution doesn't play well with our 2/3 split code base.
- Update to 0.10.1
* Remove VeriSign Class 3 CA from trusted certs
* Add IdenTrust DST Root CA X3
* Support for specifying the SSL protocol version (Python v2)
* On App Engine use urlfetch's default deadline if None is passed.
* Fix TypeError on AppEngine “__init__() got an unexpected keyword argument 'ssl_version
* Send SNI data for SSL connections on Python 2.7.9+
* Verify the server hostname if certificate validation is enabled
* Add proxy_headers argument to ProxyInfo constructor
* Make disable_ssl_certificate_validation work with Python 3.5.
* Fix socket error handling
- Remove httplib2-bnc-818100.patch, merged upstream.
-------------------------------------------------------------------
Wed Oct 12 19:50:16 UTC 2016 - rjschwei@suse.com
- Project moved from code.google.com to GitHub, fix the url
accordingly
-------------------------------------------------------------------
Wed Apr 27 14:38:59 UTC 2016 - jmatejek@suse.com
- attempt to build multi-python
-------------------------------------------------------------------
Wed Mar 2 16:45:18 UTC 2016 - jmatejek@suse.com