diff --git a/certifi-2019.11.28.tar.gz b/certifi-2019.11.28.tar.gz deleted file mode 100644 index a979821..0000000 --- a/certifi-2019.11.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25b64c7da4cd7479594d035c08c2d809eb4aab3a26e5a990ea98cc450c320f1f -size 156407 diff --git a/certifi-2020.4.5.1.tar.gz b/certifi-2020.4.5.1.tar.gz new file mode 100644 index 0000000..6b6782b --- /dev/null +++ b/certifi-2020.4.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51fcb31174be6e6664c5f69e3e1691a2d72a1a12e90f872cbdb1567eb47b6519 +size 158038 diff --git a/python-certifi-shipped-requests-cabundle.patch b/python-certifi-shipped-requests-cabundle.patch index eaac063..14cf545 100644 --- a/python-certifi-shipped-requests-cabundle.patch +++ b/python-certifi-shipped-requests-cabundle.patch @@ -1,10 +1,13 @@ -Index: certifi-2019.3.9/certifi/core.py +Index: certifi-2020.4.5.1/certifi/core.py =================================================================== ---- certifi-2019.3.9.orig/certifi/core.py -+++ certifi-2019.3.9/certifi/core.py -@@ -12,4 +12,4 @@ import os +--- certifi-2020.4.5.1.orig/certifi/core.py ++++ certifi-2020.4.5.1/certifi/core.py +@@ -23,7 +23,7 @@ except ImportError: def where(): f = os.path.dirname(__file__) -- return os.path.join(f, 'cacert.pem') +- return os.path.join(f, "cacert.pem") + return "/etc/ssl/ca-bundle.pem" + + + def contents(): diff --git a/python-certifi.changes b/python-certifi.changes index 3157745..30870e9 100644 --- a/python-certifi.changes +++ b/python-certifi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jun 3 11:12:41 UTC 2020 - Dirk Mueller + +- update to 2020.4.5.1: + adds Agencia Catalana de Certificacio (NIF Q-0801176-I) OU=Serveis + Publics de Certificacio/Vegeu + ------------------------------------------------------------------- Fri Jan 24 15:06:39 UTC 2020 - Marketa Calabkova diff --git a/python-certifi.spec b/python-certifi.spec index 6e5b43e..6d1f6af 100644 --- a/python-certifi.spec +++ b/python-certifi.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-certifi -Version: 2019.11.28 +Version: 2020.4.5.1 Release: 0 Summary: Python package for providing Mozilla's CA Bundle License: MPL-2.0