15
0

Accepting request 881813 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/881813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pingparsing?expand=0&rev=9
This commit is contained in:
Richard Brown
2021-04-01 12:16:55 +00:00
committed by Git OBS Bridge
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:2234c12f5a949792889b6f8f7adfc7991a8327974996ab41d34237b08a676380
size 42012

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

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Mar 28 11:15:28 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.3.0
* Add packet size in icmp_replies
* Add received addresses in icmp_replies
* Fix incorrect parsing of domain destination with '.net' suffix
* Modify a type annotation of PingParserInterface.parse method
* Improve parsing precision of times
-------------------------------------------------------------------
Sat Mar 6 14:07:45 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.2.0
Version: 1.3.0
Release: 0
Summary: CLI-tool/Python-library for parsing ping command output
License: MIT