From 745deb9718a92c48b4e9fa3e2c671eb5b5f851e1b96e75e241cd33774f9a15d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 17 Apr 2018 11:30:27 +0000 Subject: [PATCH 1/2] Accepting request 597425 from home:stroeder:branches:devel:languages:python - update to 2018.4.16 OBS-URL: https://build.opensuse.org/request/show/597425 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certifi?expand=0&rev=27 --- certifi-2018.1.18.tar.gz | 3 --- certifi-2018.4.16.tar.gz | 3 +++ python-certifi.changes | 5 +++++ python-certifi.spec | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 certifi-2018.1.18.tar.gz create mode 100644 certifi-2018.4.16.tar.gz diff --git a/certifi-2018.1.18.tar.gz b/certifi-2018.1.18.tar.gz deleted file mode 100644 index 0141bd3..0000000 --- a/certifi-2018.1.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edbc3f203427eef571f79a7692bb160a2b0f7ccaa31953e99bd17e307cf63f7d -size 151258 diff --git a/certifi-2018.4.16.tar.gz b/certifi-2018.4.16.tar.gz new file mode 100644 index 0000000..4e06e88 --- /dev/null +++ b/certifi-2018.4.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e698f54293db9f89122b0581843a782ad0934a4fe0172d2a980ba77fc61bb7 +size 149967 diff --git a/python-certifi.changes b/python-certifi.changes index 0f34210..838d4c7 100644 --- a/python-certifi.changes +++ b/python-certifi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 17 10:53:35 UTC 2018 - michael@stroeder.com + +- update to 2018.4.16 + ------------------------------------------------------------------- Sun Feb 4 00:36:29 UTC 2018 - arun@gmx.de diff --git a/python-certifi.spec b/python-certifi.spec index 338b7b1..0be4bff 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.1.18 +Version: 2018.4.16 Release: 0 Summary: Python package for providing Mozilla's CA Bundle License: MPL-2.0 From 655766224ddeb771870bbab5f61512b01fd405bab4b8c837d504c1cd5b475717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 17 Apr 2018 11:33:28 +0000 Subject: [PATCH 2/2] * Remove Elektronik Sertifika Hizket from cacert.pem - This is noop as we use our cacert list from /etc/ssl/ca-bundle.pem OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certifi?expand=0&rev=28 --- python-certifi.changes | 2 ++ python-certifi.spec | 9 ++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/python-certifi.changes b/python-certifi.changes index 838d4c7..2f9cc24 100644 --- a/python-certifi.changes +++ b/python-certifi.changes @@ -2,6 +2,8 @@ Tue Apr 17 10:53:35 UTC 2018 - michael@stroeder.com - update to 2018.4.16 + * Remove Elektronik Sertifika Hizket from cacert.pem +- This is noop as we use our cacert list from /etc/ssl/ca-bundle.pem ------------------------------------------------------------------- Sun Feb 4 00:36:29 UTC 2018 - arun@gmx.de diff --git a/python-certifi.spec b/python-certifi.spec index 0be4bff..05fe477 100644 --- a/python-certifi.spec +++ b/python-certifi.spec @@ -23,7 +23,7 @@ Release: 0 Summary: Python package for providing Mozilla's CA Bundle License: MPL-2.0 Group: Development/Languages/Python -Url: https://pypi.python.org/pypi/certifi +URL: https://pypi.python.org/pypi/certifi Source: https://files.pythonhosted.org/packages/source/c/certifi/certifi-%{version}.tar.gz # PATCH-FIX-SUSE -- prefer SUSE certificates Patch0: python-certifi-shipped-requests-cabundle.patch @@ -34,7 +34,6 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: ca-certificates Requires: ca-certificates-mozilla -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -56,7 +55,7 @@ derived from Mozilla Firefox's canonical set. %python_install %{python_expand chmod +x %{buildroot}%{$python_sitelib}/certifi/core.py - sed -i "s|#!/usr/bin/env python|#!%__$python|" %{buildroot}/%{$python_sitelib}/certifi/core.py + sed -i "s|#!%{_bindir}/env python|#!%__$python|" %{buildroot}/%{$python_sitelib}/certifi/core.py rm %{buildroot}%{$python_sitelib}/certifi/cacert.pem } @@ -72,8 +71,8 @@ derived from Mozilla Firefox's canonical set. %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) -%doc README.rst LICENSE +%license LICENSE +%doc README.rst %{python_sitelib}/certifi/ %{python_sitelib}/certifi-%{version}-py*.egg-info