Hello community,
here is the log from the commit of package python-nagiosplugin for
openSUSE:Leap:15.2 checked in at 2020-04-02 16:48:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-nagiosplugin (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-nagiosplugin.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nagiosplugin"
Thu Apr 2 16:48:29 2020 rev:2 rq:790205 version:1.3.2
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-nagiosplugin/python-nagiosplugin.changes
2020-02-16 18:29:29.122754593 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-nagiosplugin.new.3248/python-nagiosplugin.changes
2020-04-02 16:48:30.641965275 +0200
@@ -1,0 +2,12 @@
+Mon Mar 30 12:47:51 UTC 2020 - [email protected]
+
+- version update to 1.3.2
+ - Include `doc` and `tests` directories in source distribution to support
+ Gentoo package building tests (#22)
+ - Update official python support to 2.7, 3.4+ in README
+ - Fixed a packaging bug
+ - New maintainer/contributor information and project home
+ - Updated tests and package metadata for recent Python 3 versions
+ - Newer tooling for tests/documentation
+
+-------------------------------------------------------------------
Old:
----
nagiosplugin-1.2.4.tar.gz
New:
----
nagiosplugin-1.3.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nagiosplugin.spec ++++++
--- /var/tmp/diff_new_pack.MlOwHw/_old 2020-04-02 16:48:31.105967101 +0200
+++ /var/tmp/diff_new_pack.MlOwHw/_new 2020-04-02 16:48:31.109967117 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-nagiosplugin
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2017, Martin Hauke <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -18,9 +18,8 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
Name: python-nagiosplugin
-Version: 1.2.4
+Version: 1.3.2
Release: 0
Summary: Class library for writing Nagios (Icinga) plugins
License: ZPL-2.1
@@ -32,6 +31,10 @@
BuildRequires: python-rpm-macros
Requires: python-setuptools
BuildArch: noarch
+# SECTION test requirements
+BuildRequires: %{python_module numpy}
+BuildRequires: %{python_module pytest}
+# /SECTION
%python_subpackages
%description
@@ -60,10 +63,8 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%if %{with test}
%check
-%python_exec setup.py test
-%endif
+%pytest
%files %{python_files}
%license LICENSE.txt
++++++ nagiosplugin-1.2.4.tar.gz -> nagiosplugin-1.3.2.tar.gz ++++++
++++ 9568 lines of diff (skipped)