Hello community,
here is the log from the commit of package python-zope.testrunner for
openSUSE:Factory checked in at 2018-12-13 19:46:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.testrunner (Old)
and /work/SRC/openSUSE:Factory/.python-zope.testrunner.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.testrunner"
Thu Dec 13 19:46:42 2018 rev:10 rq:654094 version:4.7.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.testrunner/python-zope.testrunner.changes
2017-07-08 12:33:43.368180346 +0200
+++
/work/SRC/openSUSE:Factory/.python-zope.testrunner.new.28833/python-zope.testrunner.changes
2018-12-13 19:46:48.116828646 +0100
@@ -1,0 +2,5 @@
+Tue Dec 4 12:56:33 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.testrunner.spec ++++++
--- /var/tmp/diff_new_pack.vWZ6Yj/_old 2018-12-13 19:46:48.720827862 +0100
+++ /var/tmp/diff_new_pack.vWZ6Yj/_new 2018-12-13 19:46:48.720827862 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-zope.testrunner
#
-# 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/
#
@@ -23,9 +23,8 @@
Summary: Zope testrunner script
License: ZPL-2.1
Group: Development/Languages/Python
-Url: https://pypi.python.org/pypi/zope.testrunner
+URL: https://pypi.python.org/pypi/zope.testrunner
Source:
https://files.pythonhosted.org/packages/source/z/zope.testrunner/zope.testrunner-%{version}.zip
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
# runtime requirements:
BuildRequires: %{python_module six}
@@ -39,7 +38,6 @@
Requires: python-six
Requires: python-zope.exceptions
Requires: python-zope.interface
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -70,8 +68,8 @@
%python_uninstall_alternative zope-testrunner
%files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE.rst README.rst
+%license LICENSE.rst
+%doc README.rst
%python_alternative %{_bindir}/zope-testrunner
%{python_sitelib}/*