Hello community,

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

Package is "python-certifi"

Fri Oct 20 14:39:16 2017 rev:11 rq:535011 version:2017.7.27.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-certifi/python-certifi.changes    
2017-10-18 12:50:14.379900512 +0200
+++ /work/SRC/openSUSE:Factory/.python-certifi.new/python-certifi.changes       
2017-10-20 14:39:17.338715872 +0200
@@ -1,0 +2,5 @@
+Wed Oct 18 17:23:39 UTC 2017 - jmate...@suse.com
+
+- fix macros to support not having python2
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-certifi.spec ++++++
--- /var/tmp/diff_new_pack.Qxg8P9/_old  2017-10-20 14:39:19.374620602 +0200
+++ /var/tmp/diff_new_pack.Qxg8P9/_new  2017-10-20 14:39:19.378620415 +0200
@@ -62,11 +62,11 @@
  rm %{buildroot}%{$python_sitelib}/certifi/cacert.pem
 }
 
-%if %have_python2
+%if 0%{?have_python2}
 %py_compile %{buildroot}%{python2_sitelib}/certifi/
 %py_compile -O %{buildroot}%{python2_sitelib}/certifi/
 %endif
-%if %have_python3
+%if 0%{?have_python3}
 %py3_compile %{buildroot}%{python3_sitelib}/certifi/
 %py3_compile -O %{buildroot}%{python3_sitelib}/certifi/
 %endif


Reply via email to