Hello community,

here is the log from the commit of package python-msm for openSUSE:Factory 
checked in at 2018-08-28 09:24:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-msm (Old)
 and      /work/SRC/openSUSE:Factory/.python-msm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-msm"

Tue Aug 28 09:24:52 2018 rev:4 rq:631830 version:0.5.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-msm/python-msm.changes    2018-08-27 
12:59:58.676857348 +0200
+++ /work/SRC/openSUSE:Factory/.python-msm.new/python-msm.changes       
2018-08-28 09:24:56.156920051 +0200
@@ -1,0 +2,6 @@
+Mon Aug 27 11:08:39 UTC 2018 - [email protected]
+
+- Fix the sed like that removes the typing dependency which is not needed
+  in python 3.5+ .
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-msm.spec ++++++
--- /var/tmp/diff_new_pack.EosNHS/_old  2018-08-28 09:24:56.972922598 +0200
+++ /var/tmp/diff_new_pack.EosNHS/_new  2018-08-28 09:24:56.976922610 +0200
@@ -33,8 +33,8 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-GitPython
 Requires:       patch
+Requires:       python-GitPython
 BuildArch:      noarch
 %python_subpackages
 
@@ -47,7 +47,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-sed -i -e "s/install_requires=['GitPython', 
'typing']/install_requires=['GitPython']/" setup.py
+sed -i -e "s/install_requires=\['GitPython', 
'typing'\]/install_requires=['GitPython']/" setup.py
 
 cp %{SOURCE99} .
 


Reply via email to