Hello community,
here is the log from the commit of package python-python-coveralls for
openSUSE:Factory checked in at 2018-12-24 11:42:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-coveralls (Old)
and /work/SRC/openSUSE:Factory/.python-python-coveralls.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-coveralls"
Mon Dec 24 11:42:32 2018 rev:2 rq:659609 version:2.9.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-coveralls/python-python-coveralls.changes
2018-06-13 15:38:00.739603145 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-coveralls.new.28833/python-python-coveralls.changes
2018-12-24 11:42:33.813389797 +0100
@@ -1,0 +2,5 @@
+Tue Dec 4 12:52:59 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-coveralls.spec ++++++
--- /var/tmp/diff_new_pack.azAW2X/_old 2018-12-24 11:42:34.293389371 +0100
+++ /var/tmp/diff_new_pack.azAW2X/_new 2018-12-24 11:42:34.297389368 +0100
@@ -12,36 +12,37 @@
# 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/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-coveralls
Version: 2.9.1
Release: 0
-License: Apache-2.0
Summary: Python interface to coveralls io API
-Url: http://github.com/z4r/python-coveralls
+License: Apache-2.0
Group: Development/Languages/Python
+Url: http://github.com/z4r/python-coveralls
Source:
https://files.pythonhosted.org/packages/source/p/python-coveralls/python-coveralls-%{version}.tar.gz
Source1: python-coveralls-example.tar.gz
-BuildRequires: python-rpm-macros
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
+BuildRequires: python-rpm-macros
# SECTION test requirements
-BuildRequires: %{python_module coverage >= 4.0.3}
BuildRequires: %{python_module PyYAML}
-BuildRequires: %{python_module requests}
-BuildRequires: %{python_module six}
+BuildRequires: %{python_module coverage >= 4.0.3}
BuildRequires: %{python_module httpretty}
-BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pycodestyle}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-runner}
+BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module requests}
+BuildRequires: %{python_module six}
# /SECTION
-BuildRequires: fdupes git
-Requires: python-coverage >= 4.0.3
+BuildRequires: fdupes
+BuildRequires: git
Requires: python-PyYAML
+Requires: python-coverage >= 4.0.3
Requires: python-requests
Requires: python-six
Conflicts: python-coveralls