From 5041436522cc24b92b7252856a264e208535ed66899602ccdd49ec8e56a82a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 12 Feb 2019 08:00:17 +0000 Subject: [PATCH] Accepting request 673494 from home:jayvdb:branches:devel:languages:python - Update to 2018.11.29 OBS-URL: https://build.opensuse.org/request/show/673494 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certifi?expand=0&rev=34 --- certifi-2018.11.29.tar.gz | 3 +++ certifi-2018.4.16.tar.gz | 3 --- python-certifi-shipped-requests-cabundle.patch | 14 ++++++++------ python-certifi.changes | 13 +++++++++++++ python-certifi.spec | 4 ++-- 5 files changed, 26 insertions(+), 11 deletions(-) create mode 100644 certifi-2018.11.29.tar.gz delete mode 100644 certifi-2018.4.16.tar.gz diff --git a/certifi-2018.11.29.tar.gz b/certifi-2018.11.29.tar.gz new file mode 100644 index 0000000..99b9b85 --- /dev/null +++ b/certifi-2018.11.29.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f9c83ef4c0c621eaef743f133f09fa8a74a9b75f037e8624f83bd1b6626cb7 +size 153772 diff --git a/certifi-2018.4.16.tar.gz b/certifi-2018.4.16.tar.gz deleted file mode 100644 index 4e06e88..0000000 --- a/certifi-2018.4.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13e698f54293db9f89122b0581843a782ad0934a4fe0172d2a980ba77fc61bb7 -size 149967 diff --git a/python-certifi-shipped-requests-cabundle.patch b/python-certifi-shipped-requests-cabundle.patch index b8b9692..43b135a 100644 --- a/python-certifi-shipped-requests-cabundle.patch +++ b/python-certifi-shipped-requests-cabundle.patch @@ -1,11 +1,13 @@ ---- a/certifi/core.py.orig -+++ b/certifi/core.py -@@ -21,7 +21,7 @@ - def where(): - f = os.path.dirname(__file__) +--- 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 @@ + + def where(): +- f = os.path.dirname(__file__) +- - return os.path.join(f, 'cacert.pem') + return "/etc/ssl/ca-bundle.pem" - def old_where(): + if __name__ == '__main__': diff --git a/python-certifi.changes b/python-certifi.changes index f1fb7a7..c552ba4 100644 --- a/python-certifi.changes +++ b/python-certifi.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Feb 11 22:29:47 UTC 2019 - John Vandenberg + +- Update to 2018.11.29 + * Deprecated old_where() has been removed + * Removed certificates + + Visa eCommerce Root + + Certplus Root CA G1 + + Certplus Root CA G2 + + OpenTrust Root CA G1 + + OpenTrust Root CA G2 + + OpenTrust Root CA G3 + ------------------------------------------------------------------- Tue Jan 8 23:55:51 UTC 2019 - Jonathan Brownell diff --git a/python-certifi.spec b/python-certifi.spec index 981eef0..20fe0e4 100644 --- a/python-certifi.spec +++ b/python-certifi.spec @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-certifi -Version: 2018.4.16 +Version: 2018.11.29 Release: 0 Summary: Python package for providing Mozilla's CA Bundle License: MPL-2.0