From c91867c7a8911cb1d74d85ef6f460f9c4b387b5359c000e958bcb7bc3d78abb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 20 Sep 2019 12:45:29 +0000 Subject: [PATCH 1/2] - Sync to the latest 2019.9.11: * Updates in enabled CAs OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certifi?expand=0&rev=40 --- certifi-2019.6.16.tar.gz | 3 --- certifi-2019.9.11.tar.gz | 3 +++ python-certifi.changes | 6 ++++++ python-certifi.spec | 25 ++++--------------------- 4 files changed, 13 insertions(+), 24 deletions(-) delete mode 100644 certifi-2019.6.16.tar.gz create mode 100644 certifi-2019.9.11.tar.gz diff --git a/certifi-2019.6.16.tar.gz b/certifi-2019.6.16.tar.gz deleted file mode 100644 index 9feaa17..0000000 --- a/certifi-2019.6.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:945e3ba63a0b9f577b1395204e13c3a231f9bc0223888be653286534e5873695 -size 156721 diff --git a/certifi-2019.9.11.tar.gz b/certifi-2019.9.11.tar.gz new file mode 100644 index 0000000..d273227 --- /dev/null +++ b/certifi-2019.9.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f3620cfea4f83eedc95b24abd9cd56f3c4b146dd0177e83a21b4eb49e21e50 +size 154855 diff --git a/python-certifi.changes b/python-certifi.changes index 2170758..d1b4de8 100644 --- a/python-certifi.changes +++ b/python-certifi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 20 12:43:15 UTC 2019 - Tomáš Chvátal + +- Sync to the latest 2019.9.11: + * Updates in enabled CAs + ------------------------------------------------------------------- Wed Jul 24 09:12:13 UTC 2019 - pgajdos@suse.com diff --git a/python-certifi.spec b/python-certifi.spec index eba6424..9e881ac 100644 --- a/python-certifi.spec +++ b/python-certifi.spec @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-certifi -Version: 2019.6.16 +Version: 2019.9.11 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://github.com/certifi/python-certifi Source: https://files.pythonhosted.org/packages/source/c/certifi/certifi-%{version}.tar.gz # PATCH-FIX-SUSE -- prefer SUSE certificates (only for use on SUSE platforms) Patch0: python-certifi-shipped-requests-cabundle.patch @@ -62,25 +62,8 @@ derived from Mozilla Firefox's canonical set. %endif } -%if 0%{?rhel} || 0%{?fedora} -%if 0%{?have_python2} -%python_exec -m compileall %{buildroot}%{python2_sitelib}/certifi/ -%python_exec -O -m compileall %{buildroot}%{python2_sitelib}/certifi/ -%endif -%if 0%{?have_python3} -%python_exec -m compileall %{buildroot}%{python3_sitelib}/certifi/ -%python_exec -O -m compileall %{buildroot}%{python3_sitelib}/certifi/ -%endif -%else -%if 0%{?have_python2} -%py_compile %{buildroot}%{python2_sitelib}/certifi/ -%py_compile -O %{buildroot}%{python2_sitelib}/certifi/ -%endif -%if 0%{?have_python3} -%py3_compile %{buildroot}%{python3_sitelib}/certifi/ -%py3_compile -O %{buildroot}%{python3_sitelib}/certifi/ -%endif -%endif +%python_expand $python -m compileall %{buildroot}%{$python_sitelib}/certifi/ +%python_expand $python -O -m compileall %{buildroot}%{$python_sitelib}/certifi/ %python_expand %fdupes %{buildroot}%{$python_sitelib} From 3f2ca723e4baf6a398e4b234a8a29a8eac92a45917561a6e8f69c5383ca4090c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 20 Sep 2019 12:46:08 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certifi?expand=0&rev=41 --- python-certifi.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-certifi.spec b/python-certifi.spec index 9e881ac..d5198b2 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://github.com/certifi/python-certifi +URL: https://github.com/certifi/python-certifi Source: https://files.pythonhosted.org/packages/source/c/certifi/certifi-%{version}.tar.gz # PATCH-FIX-SUSE -- prefer SUSE certificates (only for use on SUSE platforms) Patch0: python-certifi-shipped-requests-cabundle.patch