14
0

- fix certificate handling with certifi, add support for SUSE's

CA bundle (setuptools-certpath.patch, fixes boo#993968)
- remove shebang lines, strip executable bit from README, to silence
  the easy rpmlint warnings

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=100
This commit is contained in:
Jan Matejek
2016-08-31 15:37:24 +00:00
committed by Git OBS Bridge
parent 9931946b2c
commit 8b6122bdee
3 changed files with 44 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Aug 31 14:56:46 UTC 2016 - jmatejek@suse.com
- fix certificate handling with certifi, add support for SUSE's
CA bundle (setuptools-certpath.patch, fixes boo#993968)
- remove shebang lines, strip executable bit from README, to silence
the easy rpmlint warnings
-------------------------------------------------------------------
Tue Aug 30 08:08:13 UTC 2016 - tbechtold@suse.com