forked from pool/python-certifi
- 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:
parent
c6d24616d3
commit
cd31096eb1
3
certifi-2017.11.5.tar.gz
Normal file
3
certifi-2017.11.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ec74291ca1136b40f0379e1128ff80e866597e4e2c1e755739a913bbc3613c0
|
||||
size 329246
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40523d2efb60523e113b44602298f0960e900388cf3bb6043f645cf57ea9e3f5
|
||||
size 348217
|
@ -1,8 +0,0 @@
|
||||
diff -Nru certifi-2017.7.27.1.orig/certifi/__init__.py certifi-2017.7.27.1/certifi/__init__.py
|
||||
--- certifi-2017.7.27.1.orig/certifi/__init__.py 2017-07-27 17:45:44.000000000 +0200
|
||||
+++ certifi-2017.7.27.1/certifi/__init__.py 2017-10-12 10:50:57.829829040 +0200
|
||||
@@ -1,3 +1,3 @@
|
||||
from .core import where, old_where
|
||||
|
||||
-__version__ = "2017.07.27.1"
|
||||
+__version__ = "2017.7.27.1"
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 23:19:14 UTC 2017 - dmueller@suse.com
|
||||
|
||||
- update to 2017.11.5:
|
||||
* Sync with bundle mozilla release
|
||||
- remove python-certifi-fix-version-string.patch: obsolete
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 18 17:23:39 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user