15
0

- Do not build for Python 3.6, due to no NumPy.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nagiosplugin?expand=0&rev=6
This commit is contained in:
2021-04-22 06:29:09 +00:00
committed by Git OBS Bridge
parent f0ba375dfd
commit 84c70c79ea
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 22 06:28:03 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Do not build for Python 3.6, due to no NumPy.
-------------------------------------------------------------------
Mon Mar 30 12:47:51 UTC 2020 - pgajdos@suse.com

View File

@@ -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 <mardnh@gmx.de>
#
# 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}