14
0

- Use a slightly different approach for bnc#761500, try to use /etc/ssl/certs

but use /etc/ssl/ca-bundle.pem as a fallback. The previous fix didn't work
  for me as (my) Python ssl module doesn't support cert directories...
- No need to check SUSE versions for python-certifi, it only is/was
  part of openSUSE:Factory for a brief period of time

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=20
This commit is contained in:
Sascha Peilicke
2012-05-23 12:16:00 +00:00
committed by Git OBS Bridge
parent d22ba905da
commit 46275a5a11
4 changed files with 66 additions and 55 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed May 23 12:09:35 UTC 2012 - saschpe@suse.de
- Use a slightly different approach for bnc#761500, try to use /etc/ssl/certs
but use /etc/ssl/ca-bundle.pem as a fallback. The previous fix didn't work
for me as (my) Python ssl module doesn't support cert directories...
- No need to check SUSE versions for python-certifi, it only is/was
part of openSUSE:Factory for a brief period of time
-------------------------------------------------------------------
Sun May 20 17:44:57 UTC 2012 - jfunk@funktronics.ca