15
0

- update to 2017.11.5:

* Sync with bundle mozilla release
- remove  python-certifi-fix-version-string.patch: obsolete

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certifi?expand=0&rev=23
This commit is contained in:
2017-11-14 23:20:46 +00:00
committed by Git OBS Bridge
parent c6d24616d3
commit cd31096eb1
5 changed files with 11 additions and 14 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-certifi
Version: 2017.7.27.1
Version: 2017.11.5
Release: 0
Summary: Python package for providing Mozilla's CA Bundle
License: MPL-2.0
@@ -27,7 +27,6 @@ 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
Patch1: python-certifi-fix-version-string.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: ca-certificates
@@ -49,7 +48,6 @@ derived from Mozilla Firefox's canonical set.
%prep
%setup -q -n certifi-%{version}
%patch0 -p1
%patch1 -p1
%build
%python_build