1
0

- update httplib2-use-system-certs.patch: Also use

ssl.create_default_context in the python2 case so that
  the system wide certificates are loaded as trusted again.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=69
This commit is contained in:
2018-01-09 11:05:33 +00:00
committed by Git OBS Bridge
parent 0fcb096fd6
commit bffbdd4e27
3 changed files with 40 additions and 13 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jan 9 11:04:53 UTC 2018 - dmueller@suse.com
- update httplib2-use-system-certs.patch: Also use
ssl.create_default_context in the python2 case so that
the system wide certificates are loaded as trusted again.
-------------------------------------------------------------------
Wed Apr 19 22:13:57 UTC 2017 - toddrme2178@gmail.com