From 09906bf26f1eb7af800b01b22421b26128e0c009962ad371644a4b89f89c0667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 11 Mar 2019 10:02:47 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-certifi?expand=0&rev=36 --- certifi-2018.11.29.tar.gz | 3 --- certifi-2019.3.9.tar.gz | 3 +++ python-certifi-shipped-requests-cabundle.patch | 17 +++++++---------- python-certifi.changes | 9 +++++++++ python-certifi.spec | 2 +- 5 files changed, 20 insertions(+), 14 deletions(-) delete mode 100644 certifi-2018.11.29.tar.gz create mode 100644 certifi-2019.3.9.tar.gz diff --git a/certifi-2018.11.29.tar.gz b/certifi-2018.11.29.tar.gz deleted file mode 100644 index 99b9b85..0000000 --- a/certifi-2018.11.29.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47f9c83ef4c0c621eaef743f133f09fa8a74a9b75f037e8624f83bd1b6626cb7 -size 153772 diff --git a/certifi-2019.3.9.tar.gz b/certifi-2019.3.9.tar.gz new file mode 100644 index 0000000..7648e8d --- /dev/null +++ b/certifi-2019.3.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26104d6835d1f5e49452a26eb2ff87fe7090b89dfcaee5ea2212697e1e1d7ae +size 158179 diff --git a/python-certifi-shipped-requests-cabundle.patch b/python-certifi-shipped-requests-cabundle.patch index 43b135a..eaac063 100644 --- a/python-certifi-shipped-requests-cabundle.patch +++ b/python-certifi-shipped-requests-cabundle.patch @@ -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__': diff --git a/python-certifi.changes b/python-certifi.changes index c552ba4..2536206 100644 --- a/python-certifi.changes +++ b/python-certifi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Mar 11 09:58:08 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-certifi.spec b/python-certifi.spec index 20fe0e4..63e6875 100644 --- a/python-certifi.spec +++ b/python-certifi.spec @@ -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