Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-nagiosplugin for
openSUSE:Factory checked in at 2021-04-22 18:04:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nagiosplugin (Old)
and /work/SRC/openSUSE:Factory/.python-nagiosplugin.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nagiosplugin"
Thu Apr 22 18:04:10 2021 rev:3 rq:887451 version:1.3.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nagiosplugin/python-nagiosplugin.changes
2020-03-30 23:06:59.328299067 +0200
+++
/work/SRC/openSUSE:Factory/.python-nagiosplugin.new.12324/python-nagiosplugin.changes
2021-04-22 18:05:45.366674451 +0200
@@ -1,0 +2,5 @@
+Thu Apr 22 06:28:03 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Do not build for Python 3.6, due to no NumPy.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nagiosplugin.spec ++++++
--- /var/tmp/diff_new_pack.BHG1Cs/_old 2021-04-22 18:05:45.758675094 +0200
+++ /var/tmp/diff_new_pack.BHG1Cs/_new 2021-04-22 18:05:45.762675101 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-nagiosplugin
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2017, Martin Hauke <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python36 1
Name: python-nagiosplugin
Version: 1.3.2
Release: 0
Summary: Class library for writing Nagios (Icinga) plugins
License: ZPL-2.1
-Group: Development/Languages/Python
URL: https://bitbucket.org/flyingcircus/nagiosplugin
Source:
https://files.pythonhosted.org/packages/source/n/nagiosplugin/nagiosplugin-%{version}.tar.gz
BuildRequires: %{python_module setuptools}