Hello community,
here is the log from the commit of package python-nose_warnings_filters for
openSUSE:Leap:15.2 checked in at 2020-03-09 18:09:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-nose_warnings_filters (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-nose_warnings_filters.new.26092
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nose_warnings_filters"
Mon Mar 9 18:09:23 2020 rev:15 rq:776852 version:0.1.5
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-nose_warnings_filters/python-nose_warnings_filters.changes
2020-01-15 15:50:49.803508030 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-nose_warnings_filters.new.26092/python-nose_warnings_filters.changes
2020-03-09 18:09:24.213027839 +0100
@@ -1,0 +2,10 @@
+Tue Jan 8 17:43:50 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrasing in descriptions.
+
+-------------------------------------------------------------------
+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.BRISPN/_old 2020-03-09 18:09:24.513028269 +0100
+++ /var/tmp/diff_new_pack.BRISPN/_new 2020-03-09 18:09:24.517028274 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-nose_warnings_filters
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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/
#
@@ -21,36 +21,32 @@
Name: python-nose_warnings_filters
Version: 0.1.5
Release: 0
-Summary: Allow to inject warning filters during nosetest
+Summary: Nose plugin 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
-Put the same arguments as ``warnings.filterwarnings`` in ``setup.cfg``
-at the root of your project. Separated each argument by pipes ``|``, one
-filter per line. Whitespace are stripped.
-
-If you prefer another name for the configuration file, you can tell nose
-to load the configuration using the ``-c`` flag: run the tests with
-``nosetests -c nose.cfg``.
+This python-nose plugin works by putting the same arguments as
+`warnings.filterwarnings` into `setup.cfg` at the root of a project,
+separated each argument by pipes `|`, one filter per line. Whitespace
+are stripped.
+nose can be told to load a differently named configuration files
+with `nosetests -c`.
%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