15
0

Accepting request 892932 from home:mnhauke

- Update to version 1.3.1
  * Change PingTransmitter.ping_option accepts Sequence
  * Fix a problem that --interface option value is not properly
    applied to ping commands

OBS-URL: https://build.opensuse.org/request/show/892932
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=19
This commit is contained in:
2021-05-13 21:13:36 +00:00
committed by Git OBS Bridge
parent 5f85403d27
commit b8da38b31d
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be4d3fb162a1cb806bc25989354c2fbb6557e30d79357197eea6b4cab042a51e
size 43203

3
pingparsing-1.3.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81b442dceda5276da94e11ac5f6e6aa34a9aba7cb465a73aa4002c038f3f8c81
size 43443

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 13 16:42:28 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.3.1
* Change PingTransmitter.ping_option accepts Sequence
* Fix a problem that --interface option value is not properly
applied to ping commands
-------------------------------------------------------------------
Sun Mar 28 11:15:28 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pingparsing
Version: 1.3.0
Version: 1.3.1
Release: 0
Summary: CLI-tool/Python-library for parsing ping command output
License: MIT
@@ -35,10 +35,10 @@ 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
Requires: python-subprocrunner >= 1.2.2
Requires: python-typepy >= 1.1.0
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module humanreadable >= 0.1.0}