forked from pool/python-pingparsing
Accepting request 877403 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/877403 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pingparsing?expand=0&rev=8
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef63603a55bfad70dcd51734980dbe07a4fb2cf30823a56db3c41be475f89731
|
||||
size 42448
|
||||
3
pingparsing-1.2.0.tar.gz
Normal file
3
pingparsing-1.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2234c12f5a949792889b6f8f7adfc7991a8327974996ab41d34237b08a676380
|
||||
size 42012
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 6 14:07:45 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 15:52:27 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
||||
@@ -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