From 8a1183d1f845fe63cb02ef162180c1010a96dcc477528a68d96ff6e23bfd8877 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Thu, 2 May 2019 07:29:17 +0000 Subject: [PATCH] Accepting request 700007 from home:jengelh:branches:devel:languages:python - Trim bias/spellos from description. OBS-URL: https://build.opensuse.org/request/show/700007 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nagiosplugin?expand=0&rev=2 --- python-nagiosplugin.changes | 5 +++++ python-nagiosplugin.spec | 12 +++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/python-nagiosplugin.changes b/python-nagiosplugin.changes index 4888c2f..b9264e5 100644 --- a/python-nagiosplugin.changes +++ b/python-nagiosplugin.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 2 06:17:11 UTC 2019 - Jan Engelhardt + +- Trim bias/spellos from description. + ------------------------------------------------------------------- Fri Aug 25 13:27:10 UTC 2017 - mardnh@gmx.de diff --git a/python-nagiosplugin.spec b/python-nagiosplugin.spec index 5680196..5e253cb 100644 --- a/python-nagiosplugin.spec +++ b/python-nagiosplugin.spec @@ -1,6 +1,7 @@ # # spec file for package python-nagiosplugin # +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -12,7 +13,8 @@ # 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/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} @@ -33,19 +35,19 @@ BuildArch: noarch %python_subpackages %description -**nagiosplugin** is a Python class library which helps writing Nagios (or Icinga) -compatible plugins easily in Python. It cares for much of the boilerplate code +nagiosplugin is a Python class library which helps writing Nagios (or Icinga) +compatible plugins in Python. It cares for much of the boilerplate code and default logic commonly found in Nagios checks, including: - Nagios 3 Plugin API compliant parameters and output formatting - Full Nagios range syntax support - Automatic threshold checking -- Multiple independend measures +- Multiple independent measures - Custom status line to communicate the main point quickly - Long output and performance data - Timeout handling - Persistent "cookies" to retain state information between check runs -- Resume log file processing at the point where the last run left +- Resumption of log file processing at the point where the last run left off - No dependencies beyond the Python standard library %prep