forked from pool/python-certifi
Accepting request 732168 from devel:languages:python
- Sync to the latest 2019.9.11: * Updates in enabled CAs OBS-URL: https://build.opensuse.org/request/show/732168 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certifi?expand=0&rev=20
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:945e3ba63a0b9f577b1395204e13c3a231f9bc0223888be653286534e5873695
|
||||
size 156721
|
||||
3
certifi-2019.9.11.tar.gz
Normal file
3
certifi-2019.9.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4f3620cfea4f83eedc95b24abd9cd56f3c4b146dd0177e83a21b4eb49e21e50
|
||||
size 154855
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 12:43:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Sync to the latest 2019.9.11:
|
||||
* Updates in enabled CAs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 09:12:13 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user