Hello community,
here is the log from the commit of package python-nose_warnings_filters for
openSUSE:Factory checked in at 2019-01-11 14:04:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"
Fri Jan 11 14:04:24 2019 rev:4 rq:663806 version:0.1.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-nose_warnings_filters/python-nose_warnings_filters.changes
2018-12-24 11:40:18.313509970 +0100
+++
/work/SRC/openSUSE:Factory/.python-nose_warnings_filters.new.28833/python-nose_warnings_filters.changes
2019-01-11 14:04:42.875846809 +0100
@@ -1,0 +2,5 @@
+Tue Jan 8 17:43:50 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrasing in descriptions.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nose_warnings_filters.spec ++++++
--- /var/tmp/diff_new_pack.f7GV4Z/_old 2019-01-11 14:04:43.311846370 +0100
+++ /var/tmp/diff_new_pack.f7GV4Z/_new 2019-01-11 14:04:43.315846366 +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
@@ -21,7 +21,7 @@
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
@@ -36,13 +36,13 @@
%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}