Hello community,
here is the log from the commit of package python-cov-core for openSUSE:Factory
checked in at 2018-12-06 12:14:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cov-core (Old)
and /work/SRC/openSUSE:Factory/.python-cov-core.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cov-core"
Thu Dec 6 12:14:31 2018 rev:7 rq:653991 version:1.15.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cov-core/python-cov-core.changes
2017-04-03 11:06:06.815157943 +0200
+++
/work/SRC/openSUSE:Factory/.python-cov-core.new.19453/python-cov-core.changes
2018-12-06 12:14:33.229697935 +0100
@@ -1,0 +2,5 @@
+Tue Dec 4 12:46:56 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cov-core.spec ++++++
--- /var/tmp/diff_new_pack.MDdStE/_old 2018-12-06 12:14:33.797697324 +0100
+++ /var/tmp/diff_new_pack.MDdStE/_new 2018-12-06 12:14:33.801697320 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-cov-core
#
-# 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,15 +23,13 @@
Summary: Plugin core for use by pytest-cov, nose-cov and nose2-cov
License: MIT
Group: Development/Languages/Python
-Url: https://github.com/schlamar/cov-core
-Source:
https://pypi.io/packages/source/c/cov-core/cov-core-%{version}.tar.gz
+URL: https://github.com/schlamar/cov-core
+Source:
https://files.pythonhosted.org/packages/source/c/cov-core/cov-core-%{version}.tar.gz
BuildRequires: %{python_module coverage}
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-coverage
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -50,8 +48,8 @@
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%license LICENSE.txt
+%doc README.rst
%pycache_only %{python_sitelib}/__pycache__
%{python_sitelib}/cov_core.py*
%{python_sitelib}/cov_core_init.py*