Hello community, here is the log from the commit of package python-msm for openSUSE:Factory checked in at 2018-08-27 12:59:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-msm (Old) and /work/SRC/openSUSE:Factory/.python-msm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-msm" Mon Aug 27 12:59:58 2018 rev:3 rq:631620 version:0.5.18 Changes: -------- --- /work/SRC/openSUSE:Factory/python-msm/python-msm.changes 2018-08-13 09:54:40.406872502 +0200 +++ /work/SRC/openSUSE:Factory/.python-msm.new/python-msm.changes 2018-08-27 12:59:58.676857348 +0200 @@ -1,0 +2,8 @@ +Sun Aug 26 18:08:28 UTC 2018 - [email protected] + +- Update to python-msm 0.5.18 + * Handle the new default skill listings +- Drop fix-dependencies.patch and replace it with a sed call since + otherwise we have to rebase it for every release. + +------------------------------------------------------------------- Old: ---- fix-dependencies.patch msm-0.5.17.tar.gz New: ---- msm-0.5.18.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-msm.spec ++++++ --- /var/tmp/diff_new_pack.1JuIQy/_old 2018-08-27 12:59:59.520858269 +0200 +++ /var/tmp/diff_new_pack.1JuIQy/_new 2018-08-27 12:59:59.524858273 +0200 @@ -15,11 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%define skip_python2 1 +%define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-msm -Version: 0.5.17 +Version: 0.5.18 Release: 0 Summary: Mycroft Skills Manager License: Apache-2.0 @@ -28,16 +28,14 @@ Source: https://files.pythonhosted.org/packages/source/m/msm/msm-%{version}.tar.gz Source99: https://raw.githubusercontent.com/MycroftAI/mycroft-skills-manager/master/LICENSE Patch0: fix-skills-directories.patch -Patch1: fix-dependencies.patch -Patch2: do-not-run-pip-or-requirements-script.patch -Patch3: add-local-patch-support.patch +Patch1: do-not-run-pip-or-requirements-script.patch +Patch2: add-local-patch-support.patch BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-GitPython Requires: patch BuildArch: noarch - %python_subpackages %description @@ -49,7 +47,8 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 -%patch3 -p1 +sed -i -e "s/install_requires=['GitPython', 'typing']/install_requires=['GitPython']/" setup.py + cp %{SOURCE99} . %build ++++++ msm-0.5.17.tar.gz -> msm-0.5.18.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/msm-0.5.17/PKG-INFO new/msm-0.5.18/PKG-INFO --- old/msm-0.5.17/PKG-INFO 2018-07-21 00:36:37.000000000 +0200 +++ new/msm-0.5.18/PKG-INFO 2018-08-14 22:49:45.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: msm -Version: 0.5.17 +Version: 0.5.18 Summary: Mycroft Skills Manager Home-page: https://github.com/MycroftAI/mycroft-skills-manager Author: jarbasAI, Matthew Scholefield diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/msm-0.5.17/msm/mycroft_skills_manager.py new/msm-0.5.18/msm/mycroft_skills_manager.py --- old/msm-0.5.17/msm/mycroft_skills_manager.py 2018-07-05 22:00:36.000000000 +0200 +++ new/msm-0.5.18/msm/mycroft_skills_manager.py 2018-08-14 22:48:36.000000000 +0200 @@ -117,9 +117,8 @@ if self.platform not in skill_groups: LOG.error('Unknown platform:' + self.platform) - return chain(*[ - skill_groups.get(i, []) for i in {'default', self.platform} - ]) + return skill_groups.get(self.platform, + skill_groups.get('default', [])) def list(self): """ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/msm-0.5.17/msm.egg-info/PKG-INFO new/msm-0.5.18/msm.egg-info/PKG-INFO --- old/msm-0.5.17/msm.egg-info/PKG-INFO 2018-07-21 00:36:36.000000000 +0200 +++ new/msm-0.5.18/msm.egg-info/PKG-INFO 2018-08-14 22:49:45.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: msm -Version: 0.5.17 +Version: 0.5.18 Summary: Mycroft Skills Manager Home-page: https://github.com/MycroftAI/mycroft-skills-manager Author: jarbasAI, Matthew Scholefield diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/msm-0.5.17/setup.py new/msm-0.5.18/setup.py --- old/msm-0.5.17/setup.py 2018-07-21 00:35:06.000000000 +0200 +++ new/msm-0.5.18/setup.py 2018-08-14 22:48:36.000000000 +0200 @@ -23,7 +23,7 @@ setup( name='msm', - version='0.5.17', + version='0.5.18', packages=['msm'], install_requires=['GitPython', 'typing'], url='https://github.com/MycroftAI/mycroft-skills-manager',
