From ab59098ae889c5321ccd7f855a201f75eb144bb3b179b4763d7fb5526f794446 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Tue, 3 Oct 2017 11:53:44 +0000 Subject: [PATCH] Accepting request 530668 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/530668 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certifi?expand=0&rev=17 --- certifi-2017.4.17.tar.gz | 3 --- certifi-2017.7.27.1.tar.gz | 3 +++ python-certifi-shipped-requests-cabundle.patch | 2 +- python-certifi.changes | 12 ++++++++++++ python-certifi.spec | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 certifi-2017.4.17.tar.gz create mode 100644 certifi-2017.7.27.1.tar.gz diff --git a/certifi-2017.4.17.tar.gz b/certifi-2017.4.17.tar.gz deleted file mode 100644 index 48e091b..0000000 --- a/certifi-2017.4.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7527ebf7461582ce95f7a9e03dd141ce810d40590834f4ec20cddd54234c10a -size 373512 diff --git a/certifi-2017.7.27.1.tar.gz b/certifi-2017.7.27.1.tar.gz new file mode 100644 index 0000000..70b7d9a --- /dev/null +++ b/certifi-2017.7.27.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40523d2efb60523e113b44602298f0960e900388cf3bb6043f645cf57ea9e3f5 +size 348217 diff --git a/python-certifi-shipped-requests-cabundle.patch b/python-certifi-shipped-requests-cabundle.patch index d6a3962..b8b9692 100644 --- a/python-certifi-shipped-requests-cabundle.patch +++ b/python-certifi-shipped-requests-cabundle.patch @@ -2,7 +2,7 @@ +++ b/certifi/core.py @@ -21,7 +21,7 @@ def where(): - f = os.path.split(__file__)[0] + f = os.path.dirname(__file__) - return os.path.join(f, 'cacert.pem') + return "/etc/ssl/ca-bundle.pem" diff --git a/python-certifi.changes b/python-certifi.changes index a79fc73..7df228c 100644 --- a/python-certifi.changes +++ b/python-certifi.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Oct 3 05:42:11 UTC 2017 - arun@gmx.de + +- updated patch + +- update to version 2017.7.27.1: + * Use a more expressive API for getting the dir a path is in + * set zip_safe=False to help out setuptools (#63) + * Change license from ISC to MPL-2.0 in setup.py + * Add trove classifiers for missing supported Python versions + * Rename [wheel] section to [bdist_wheel] as the former is legacy + ------------------------------------------------------------------- Mon Jul 10 18:42:12 UTC 2017 - toddrme2178@gmail.com diff --git a/python-certifi.spec b/python-certifi.spec index 0449af3..ccc1ece 100644 --- a/python-certifi.spec +++ b/python-certifi.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-certifi -Version: 2017.4.17 +Version: 2017.7.27.1 Release: 0 Summary: Python package for providing Mozilla's CA Bundle License: MPL-2.0