forked from pool/python-certifi
Accepting request 530668 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/530668 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certifi?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
3b3dd5b597
commit
ab59098ae8
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7527ebf7461582ce95f7a9e03dd141ce810d40590834f4ec20cddd54234c10a
|
||||
size 373512
|
||||
3
certifi-2017.7.27.1.tar.gz
Normal file
3
certifi-2017.7.27.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40523d2efb60523e113b44602298f0960e900388cf3bb6043f645cf57ea9e3f5
|
||||
size 348217
|
||||
@@ -2,7 +2,7 @@
|
||||
+++ b/certifi/core.py
|
||||
@@ -21,7 +21,7 @@
|
||||
def where():
|
||||
f = os.path.split(__file__)[0]
|
||||
f = os.path.dirname(__file__)
|
||||
|
||||
- return os.path.join(f, 'cacert.pem')
|
||||
+ return "/etc/ssl/ca-bundle.pem"
|
||||
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 3 05:42:11 UTC 2017 - arun@gmx.de
|
||||
|
||||
- updated patch
|
||||
|
||||
- update to version 2017.7.27.1:
|
||||
* Use a more expressive API for getting the dir a path is in
|
||||
* set zip_safe=False to help out setuptools (#63)
|
||||
* Change license from ISC to MPL-2.0 in setup.py
|
||||
* Add trove classifiers for missing supported Python versions
|
||||
* Rename [wheel] section to [bdist_wheel] as the former is legacy
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 18:42:12 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-certifi
|
||||
Version: 2017.4.17
|
||||
Version: 2017.7.27.1
|
||||
Release: 0
|
||||
Summary: Python package for providing Mozilla's CA Bundle
|
||||
License: MPL-2.0
|
||||
|
||||
Reference in New Issue
Block a user