Hello community,
here is the log from the commit of package python-nose_warnings_filters for
openSUSE:Factory checked in at 2018-12-24 11:40:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nose_warnings_filters (Old)
and /work/SRC/openSUSE:Factory/.python-nose_warnings_filters.new.28833
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nose_warnings_filters"
Mon Dec 24 11:40:17 2018 rev:3 rq:659514 version:0.1.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-nose_warnings_filters/python-nose_warnings_filters.changes
2018-03-04 12:53:09.138392104 +0100
+++
/work/SRC/openSUSE:Factory/.python-nose_warnings_filters.new.28833/python-nose_warnings_filters.changes
2018-12-24 11:40:18.313509970 +0100
@@ -1,0 +2,5 @@
+Tue Dec 4 12:50:52 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nose_warnings_filters.spec ++++++
--- /var/tmp/diff_new_pack.lccZXq/_old 2018-12-24 11:40:18.689509636 +0100
+++ /var/tmp/diff_new_pack.lccZXq/_new 2018-12-24 11:40:18.693509632 +0100
@@ -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,18 +24,15 @@
Summary: Allow to inject warning filters during nosetest
License: MIT
Group: Development/Languages/Python
-Url: https://github.com/Carreau/nose_warnings_filters
+URL: https://github.com/Carreau/nose_warnings_filters
Source:
https://files.pythonhosted.org/packages/source/n/nose_warnings_filters/nose_warnings_filters-%{version}.tar.gz
Source1:
https://raw.githubusercontent.com/Carreau/nose_warnings_filters/0.1.1/LICENSE
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-nose
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
-
%python_subpackages
%description
@@ -47,10 +44,9 @@
to load the configuration using the ``-c`` flag: run the tests with
``nosetests -c nose.cfg``.
-
%prep
%setup -q -n nose_warnings_filters-%{version}
-cp %SOURCE1 .
+cp %{SOURCE1} .
%build
%python_build
@@ -65,8 +61,7 @@
%endif
%files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE
+%license LICENSE
%{python_sitelib}/*
%changelog