14
0

Accepting request 579612 from home:stefannica:branches:devel:languages:python

- update httplib2-use-system-certs.patch: 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.

OBS-URL: https://build.opensuse.org/request/show/579612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=74
This commit is contained in:
Tomáš Chvátal
2018-02-26 08:37:30 +00:00
committed by Git OBS Bridge
parent 3adfe884ac
commit 52ccb74791
2 changed files with 31 additions and 18 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Feb 23 16:31:07 UTC 2018 - snica@suse.com
- update httplib2-use-system-certs.patch: 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.
-------------------------------------------------------------------
Wed Jan 10 07:47:54 UTC 2018 - dmueller@suse.com