Hello community,

here is the log from the commit of package python-certifi for openSUSE:Factory 
checked in at 2017-10-18 12:50:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certifi (Old)
 and      /work/SRC/openSUSE:Factory/.python-certifi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-certifi"

Wed Oct 18 12:50:13 2017 rev:10 rq:533639 version:2017.7.27.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-certifi/python-certifi.changes    
2017-10-05 11:49:15.033093975 +0200
+++ /work/SRC/openSUSE:Factory/.python-certifi.new/python-certifi.changes       
2017-10-18 12:50:14.379900512 +0200
@@ -1,0 +2,7 @@
+Thu Oct 12 08:52:57 UTC 2017 - adrian.glaub...@suse.com
+
+- add patch to fix version string from 2017.07.27.1 to
+  2017.7.27.1 to fix the build on SLE12_SP3 and earlier
+  + python-certifi-fix-version-string.patch
+
+-------------------------------------------------------------------

New:
----
  python-certifi-fix-version-string.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-certifi.spec ++++++
--- /var/tmp/diff_new_pack.cH7ZvK/_old  2017-10-18 12:50:16.163816961 +0200
+++ /var/tmp/diff_new_pack.cH7ZvK/_new  2017-10-18 12:50:16.163816961 +0200
@@ -27,6 +27,7 @@
 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
@@ -48,6 +49,7 @@
 %prep
 %setup -q -n certifi-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %python_build

++++++ python-certifi-fix-version-string.patch ++++++
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"

Reply via email to