diff --git a/certifi-2020.4.5.1.tar.gz b/certifi-2020.4.5.1.tar.gz deleted file mode 100644 index 6b6782b..0000000 --- a/certifi-2020.4.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51fcb31174be6e6664c5f69e3e1691a2d72a1a12e90f872cbdb1567eb47b6519 -size 158038 diff --git a/certifi-2020.6.20.tar.gz b/certifi-2020.6.20.tar.gz new file mode 100644 index 0000000..3478e27 --- /dev/null +++ b/certifi-2020.6.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5930595817496dd21bb8dc35dad090f1c2cd0adfaf21204bf6732ca5d8ee34d3 +size 157997 diff --git a/python-certifi-shipped-requests-cabundle.patch b/python-certifi-shipped-requests-cabundle.patch index 14cf545..56b87e3 100644 --- a/python-certifi-shipped-requests-cabundle.patch +++ b/python-certifi-shipped-requests-cabundle.patch @@ -1,13 +1,13 @@ -Index: certifi-2020.4.5.1/certifi/core.py +Index: certifi-2020.6.20/certifi/core.py =================================================================== ---- 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__) +--- certifi-2020.6.20.orig/certifi/core.py ++++ certifi-2020.6.20/certifi/core.py +@@ -53,7 +53,7 @@ except ImportError: + def where(): + f = os.path.dirname(__file__) -- return os.path.join(f, "cacert.pem") -+ return "/etc/ssl/ca-bundle.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 30870e9..57234a3 100644 --- a/python-certifi.changes +++ b/python-certifi.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Aug 15 17:09:57 UTC 2020 - Arun Persaud + +- specfile: + * update line numbers and whitespace in patch + +- update to version 2020.6.20: + * Updates in enabled CAs + +- changes from version 2020.04.05.2: + * Document policy for cert addition (#127) + * Clarify trust origin is Mozilla (#126) + * Fix where() so that it works with importlib.resources when + available + * Goodbye python 2 + ------------------------------------------------------------------- Wed Jun 3 11:12:41 UTC 2020 - Dirk Mueller diff --git a/python-certifi.spec b/python-certifi.spec index 6d1f6af..2971cdd 100644 --- a/python-certifi.spec +++ b/python-certifi.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-certifi -Version: 2020.4.5.1 +Version: 2020.6.20 Release: 0 Summary: Python package for providing Mozilla's CA Bundle License: MPL-2.0