Hello community,

here is the log from the commit of package python-msgpack for openSUSE:Factory 
checked in at 2018-02-26 23:27:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-msgpack (Old)
 and      /work/SRC/openSUSE:Factory/.python-msgpack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-msgpack"

Mon Feb 26 23:27:10 2018 rev:2 rq:580264 version:0.5.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-msgpack/python-msgpack.changes    
2018-02-14 09:45:57.192211041 +0100
+++ /work/SRC/openSUSE:Factory/.python-msgpack.new/python-msgpack.changes       
2018-02-26 23:27:27.237366677 +0100
@@ -1,0 +2,6 @@
+Mon Feb 26 12:33:08 UTC 2018 - [email protected]
+
+- Provide also python-msgpack-python in the python2 package to
+  be able to obsolete the python2-msgpack-python package correctly.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-msgpack.spec ++++++
--- /var/tmp/diff_new_pack.0x3htJ/_old  2018-02-26 23:27:28.493321507 +0100
+++ /var/tmp/diff_new_pack.0x3htJ/_new  2018-02-26 23:27:28.497321363 +0100
@@ -18,6 +18,7 @@
 
 %bcond_without test
 
+%define oldpython python
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-msgpack
 Version:        0.5.4
@@ -34,8 +35,12 @@
 BuildRequires:  gcc-c++
 BuildRequires:  python-rpm-macros
 # was renamed at 0.5.0
-Provides:       python-msgpack-python = 0.5.0
+Provides:       python-msgpack-python = %{version}
 Obsoletes:      python-msgpack-python < 0.5.0
+%ifpython2
+Provides:       %{oldpython}-msgpack-python = %{version}
+Obsoletes:      %{oldpython}-msgpack-python < 0.5.0
+%endif
 %if %{with test}
 # Test requirements:
 BuildRequires:  %{python_module pytest}


Reply via email to