This update for python-httplib2 contains the following fixes:
Security fixes included in this update:
Non-security fixes included in this update:
Update in SLE to 0.19.0 (bsc#1182053, CVE-2021-21240)
update to 0.19.0:
update to 0.18.1: (bsc#1171998, CVE-2020-11078)
update to 0.17.3:
Update to 0.17.1
Update to 0.14.0:
version update to 0.13.1 0.13.1
deleted patches httplib2 started to use certifi and this is already bent to use system certificate bundle.
handle the case when validation is disabled correctly. The 'check_hostname' context attribute has to be set first, othewise a 'ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled.' exception is raised.
handle the case with ssl_version being None correctly
Use ssl.create_default_context in the python2 case so that the system wide certificates are loaded as trusted again.
Source url must be https.
Spec file cleanups
Update to 0.10.3
Update to 0.10.2
Update to 0.10.1
Remove httplib2-bnc-818100.patch, merged upstream.
Project moved from code.google.com to GitHub, fix the url accordingly
attempt to build multi-python
update and cleanup of httplib2-use-system-certs.patch, so that the passthrough is clean for python2 and so that it does the right thing in python3