Hello community,

here is the log from the commit of package python-urllib3 for openSUSE:Factory 
checked in at 2019-06-21 09:47:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-urllib3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-urllib3.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-urllib3"

Fri Jun 21 09:47:52 2019 rev:30 rq:711280 version:1.25.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-urllib3/python-urllib3.changes    
2019-06-20 11:02:20.273091812 +0200
+++ /work/SRC/openSUSE:Factory/.python-urllib3.new.4811/python-urllib3.changes  
2019-06-21 09:47:55.999876462 +0200
@@ -1,0 +2,9 @@
+Fri Jun 21 06:23:36 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- Fixup pre script: the migration issue happens when changing from
+  python-urllib3 to python2-urllib3: the number of installed
+  instances of python2-urlliib3 is at this moment 1, unlike in
+  regular updates. This is due to a name change, which consists not
+  of a pure package update.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-urllib3.spec ++++++
--- /var/tmp/diff_new_pack.yuoN8m/_old  2019-06-21 09:47:57.307877709 +0200
+++ /var/tmp/diff_new_pack.yuoN8m/_new  2019-06-21 09:47:57.311877713 +0200
@@ -155,8 +155,7 @@
 
 %if ! %{with test}
 %pre -n python2-urllib3
-SITELIB=%{python2_sitelib}
-if [ "$1" -gt 1 ] ; then
+  SITELIB=%{python2_sitelib}
     CONFLICTED="${SITELIB}/urllib3/packages/ssl_match_hostname"
     if [ -d "$CONFLICTED" -a ! -L "$CONFLICTED" ] ; then
         # Change from directory to symlink
@@ -164,7 +163,6 @@
         ln -s ../../backports/ssl_match_hostname \
           $CONFLICTED
    fi
-fi
 %endif
 
 %if %{with test}


Reply via email to