forked from pool/python-certifi
Accepting request 683745 from devel:languages:python
- Update to 2019.3.9: * Add emSign Root CA - G1 * Add emSign ECC Root CA - G3 * Add Hongkong Post Root CA 3 - Rebase python-certifi-shipped-requests-cabundle.patch OBS-URL: https://build.opensuse.org/request/show/683745 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certifi?expand=0&rev=18
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47f9c83ef4c0c621eaef743f133f09fa8a74a9b75f037e8624f83bd1b6626cb7
|
||||
size 153772
|
||||
3
certifi-2019.3.9.tar.gz
Normal file
3
certifi-2019.3.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b26104d6835d1f5e49452a26eb2ff87fe7090b89dfcaee5ea2212697e1e1d7ae
|
||||
size 158179
|
||||
@@ -1,13 +1,10 @@
|
||||
--- certifi-2018.11.29/certifi/core.py.orig 2019-02-12 01:08:55.597770361 +0700
|
||||
+++ certifi-2018.11.29/certifi/core.py 2019-02-12 01:09:39.350035569 +0700
|
||||
@@ -11,9 +11,7 @@
|
||||
|
||||
|
||||
Index: certifi-2019.3.9/certifi/core.py
|
||||
===================================================================
|
||||
--- certifi-2019.3.9.orig/certifi/core.py
|
||||
+++ certifi-2019.3.9/certifi/core.py
|
||||
@@ -12,4 +12,4 @@ import os
|
||||
def where():
|
||||
- f = os.path.dirname(__file__)
|
||||
-
|
||||
f = os.path.dirname(__file__)
|
||||
|
||||
- return os.path.join(f, 'cacert.pem')
|
||||
+ return "/etc/ssl/ca-bundle.pem"
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 09:58:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 2019.3.9:
|
||||
* Add emSign Root CA - G1
|
||||
* Add emSign ECC Root CA - G3
|
||||
* Add Hongkong Post Root CA 3
|
||||
- Rebase python-certifi-shipped-requests-cabundle.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 22:29:47 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-certifi
|
||||
Version: 2018.11.29
|
||||
Version: 2019.3.9
|
||||
Release: 0
|
||||
Summary: Python package for providing Mozilla's CA Bundle
|
||||
License: MPL-2.0
|
||||
|
||||
Reference in New Issue
Block a user