diff --git a/certifi-2017.11.5.tar.gz b/certifi-2017.11.5.tar.gz new file mode 100644 index 0000000..9bf0e4a --- /dev/null +++ b/certifi-2017.11.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec74291ca1136b40f0379e1128ff80e866597e4e2c1e755739a913bbc3613c0 +size 329246 diff --git a/certifi-2017.7.27.1.tar.gz b/certifi-2017.7.27.1.tar.gz deleted file mode 100644 index 70b7d9a..0000000 --- a/certifi-2017.7.27.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40523d2efb60523e113b44602298f0960e900388cf3bb6043f645cf57ea9e3f5 -size 348217 diff --git a/python-certifi-fix-version-string.patch b/python-certifi-fix-version-string.patch deleted file mode 100644 index ad0e98d..0000000 --- a/python-certifi-fix-version-string.patch +++ /dev/null @@ -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" diff --git a/python-certifi.changes b/python-certifi.changes index 84ef52b..14dd40e 100644 --- a/python-certifi.changes +++ b/python-certifi.changes @@ -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 diff --git a/python-certifi.spec b/python-certifi.spec index cb5e3f5..f6e1fba 100644 --- a/python-certifi.spec +++ b/python-certifi.spec @@ -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