forked from pool/python-pingparsing
Accepting request 877398 from home:mnhauke
- Update to version 1.2.0 * Add support for Python 3.10 * Add --timezone option to the CLI * Add time zone support for parser classes OBS-URL: https://build.opensuse.org/request/show/877398 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=15
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pingparsing
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-pingparsing
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: CLI-tool/Python-library for parsing ping command output
|
||||
License: MIT
|
||||
@@ -32,6 +32,7 @@ BuildRequires: python-rpm-macros
|
||||
Requires: python-humanreadable >= 0.1.0
|
||||
Requires: python-loguru >= 0.4.1
|
||||
Requires: python-pyparsing >= 2.0.3
|
||||
Requires: python-pytz >= 2018.9
|
||||
Requires: python-setuptools >= 38.3.0
|
||||
Requires: python-simplejson
|
||||
Requires: python-subprocrunner >= 1.2.1
|
||||
@@ -43,6 +44,7 @@ BuildArch: noarch
|
||||
BuildRequires: %{python_module humanreadable >= 0.1.0}
|
||||
BuildRequires: %{python_module pyparsing >= 2.0.3}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module pytz >= 2018.9}
|
||||
BuildRequires: %{python_module simplejson}
|
||||
BuildRequires: %{python_module subprocrunner >= 1.2.1}
|
||||
BuildRequires: %{python_module typepy >= 1.1.0}
|
||||
|
||||
Reference in New Issue
Block a user