Hello community, here is the log from the commit of package python-cogapp for openSUSE:Factory checked in at 2018-12-13 19:41:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cogapp (Old) and /work/SRC/openSUSE:Factory/.python-cogapp.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cogapp" Thu Dec 13 19:41:27 2018 rev:2 rq:653978 version:2.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cogapp/python-cogapp.changes 2017-04-29 10:52:46.486581000 +0200 +++ /work/SRC/openSUSE:Factory/.python-cogapp.new.28833/python-cogapp.changes 2018-12-13 19:41:30.201238640 +0100 @@ -1,0 +2,5 @@ +Tue Dec 4 12:46:44 UTC 2018 - Matej Cepl <[email protected]> + +- Remove superfluous devel dependency for noarch package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cogapp.spec ++++++ --- /var/tmp/diff_new_pack.jLIb0z/_old 2018-12-13 19:41:31.401237363 +0100 +++ /var/tmp/diff_new_pack.jLIb0z/_new 2018-12-13 19:41:31.405237358 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-cogapp # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -24,19 +24,16 @@ Summary: A code generator for executing Python snippets in source files License: MIT Group: Development/Languages/Python -Url: http://nedbatchelder.com/code/cog +URL: http://nedbatchelder.com/code/cog Source: https://files.pythonhosted.org/packages/source/c/cogapp/cogapp-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} -%if %{with test} -BuildRequires: %{python_module nose} -%endif BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch Requires(post): update-alternatives Requires(preun): update-alternatives - +BuildArch: noarch +%if %{with test} +BuildRequires: %{python_module nose} +%endif %python_subpackages %description @@ -67,8 +64,8 @@ %python_uninstall_alternative cog %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE.txt README.txt +%license LICENSE.txt +%doc README.txt %python_alternative %{_bindir}/cog %{python_sitelib}/*
