Hello community,
here is the log from the commit of package python-nose-cov for openSUSE:Factory
checked in at 2019-01-24 14:14:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nose-cov (Old)
and /work/SRC/openSUSE:Factory/.python-nose-cov.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nose-cov"
Thu Jan 24 14:14:12 2019 rev:2 rq:667865 version:1.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nose-cov/python-nose-cov.changes
2018-06-02 11:57:37.003966287 +0200
+++
/work/SRC/openSUSE:Factory/.python-nose-cov.new.28833/python-nose-cov.changes
2019-01-24 14:14:13.299306574 +0100
@@ -1,0 +2,5 @@
+Tue Dec 4 12:50:48 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nose-cov.spec ++++++
--- /var/tmp/diff_new_pack.h1Sni7/_old 2019-01-24 14:14:13.603306222 +0100
+++ /var/tmp/diff_new_pack.h1Sni7/_new 2019-01-24 14:14:13.607306218 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-nose-cov
#
-# 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,20 +24,18 @@
Summary: Nose plugin for coverage reporting
License: MIT
Group: Development/Languages/Python
-Url: http://bitbucket.org/memedough/nose-cov/overview
+URL: http://bitbucket.org/memedough/nose-cov/overview
Source:
https://files.pythonhosted.org/packages/source/n/nose-cov/nose-cov-%{version}.tar.gz
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-cov-core >= 1.6
+Requires: python-nose >= 0.11.4
+BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module cov-core >= 1.6}
BuildRequires: %{python_module nose >= 0.11.4}
%endif
-Requires: python-cov-core >= 1.6
-Requires: python-nose >= 0.11.4
-BuildArch: noarch
-
%python_subpackages
%description
@@ -57,8 +55,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE.txt README.txt
+%license LICENSE.txt
+%doc README.txt
%{python_sitelib}/*
%changelog