Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-msm for openSUSE:Factory checked in at 2024-05-17 20:06:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-msm (Old) and /work/SRC/openSUSE:Factory/.python-msm.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-msm" Fri May 17 20:06:19 2024 rev:14 rq:1174766 version:0.8.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-msm/python-msm.changes 2020-05-26 17:23:05.860462044 +0200 +++ /work/SRC/openSUSE:Factory/.python-msm.new.1880/python-msm.changes 2024-05-17 20:07:38.696763711 +0200 @@ -1,0 +2,6 @@ +Thu May 16 14:49:06 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Use %autosetup macro: allows us to eliminate usage of deprecated + %patchN syntax. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-msm.spec ++++++ --- /var/tmp/diff_new_pack.OYlUJ3/_old 2024-05-17 20:07:39.516793341 +0200 +++ /var/tmp/diff_new_pack.OYlUJ3/_new 2024-05-17 20:07:39.536794064 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-msm # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -58,9 +58,8 @@ Mycroft skills. %prep -%setup -q -n mycroft-skills-manager-%{version} -%patch1 -p1 -%patch2 -p1 +%autosetup -p1 -n mycroft-skills-manager-%{version} + 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
