15
0

Accepting request 825177 from home:mnhauke

- Update to version 1.1.0
  * Make it possible to parse ping timeouts includes timestamps.
  * Add --addopts option to the CLI.
  * Add -O option to ping execution when --timestamp option is
    specified on Linux.
  * Set default serializer for timestamps of ICMP replies.

OBS-URL: https://build.opensuse.org/request/show/825177
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2020-08-10 11:15:24 +00:00
committed by Git OBS Bridge
parent df10128ec6
commit 3ba83c684f
4 changed files with 14 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Aug 9 15:52:27 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.1.0
* Make it possible to parse ping timeouts includes timestamps.
* Add --addopts option to the CLI.
* Add -O option to ping execution when --timestamp option is
specified on Linux.
* Set default serializer for timestamps of ICMP replies.
-------------------------------------------------------------------
Wed May 20 07:26:14 UTC 2020 - Petr Gajdos <pgajdos@suse.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pingparsing
Version: 1.0.3
Version: 1.1.0
Release: 0
Summary: CLI-tool/Python-library for parsing ping command output
License: MIT