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}