Hello community, here is the log from the commit of package python-msm for openSUSE:Factory checked in at 2019-02-11 21:28:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-msm (Old) and /work/SRC/openSUSE:Factory/.python-msm.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-msm" Mon Feb 11 21:28:07 2019 rev:7 rq:673171 version:0.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-msm/python-msm.changes 2019-02-04 14:25:03.221063950 +0100 +++ /work/SRC/openSUSE:Factory/.python-msm.new.28833/python-msm.changes 2019-02-11 21:28:11.066989948 +0100 @@ -1,0 +2,6 @@ +Sat Feb 9 19:44:13 UTC 2019 - Antonio Larrosa <[email protected]> + +- Fix removal of typing dependency so it's correctly removed +- Add Requires python-fasteners + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-msm.spec ++++++ --- /var/tmp/diff_new_pack.zOXuaH/_old 2019-02-11 21:28:11.890989503 +0100 +++ /var/tmp/diff_new_pack.zOXuaH/_new 2019-02-11 21:28:11.894989500 +0100 @@ -34,6 +34,7 @@ BuildRequires: python-rpm-macros Requires: patch Requires: python-GitPython +Requires: python-fasteners BuildArch: noarch %python_subpackages @@ -46,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 sed -i -e "s/data_files=\[('msm', \['LICENSE'\])\]//" setup.py chmod -x LICENSE
