From 3ba83c684f58f2955426c10d9a87b689d5defa4405b83bf5506f526a0989199d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 10 Aug 2020 11:15:24 +0000 Subject: [PATCH] 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 --- pingparsing-1.0.3.tar.gz | 3 --- pingparsing-1.1.0.tar.gz | 3 +++ python-pingparsing.changes | 10 ++++++++++ python-pingparsing.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 pingparsing-1.0.3.tar.gz create mode 100644 pingparsing-1.1.0.tar.gz diff --git a/pingparsing-1.0.3.tar.gz b/pingparsing-1.0.3.tar.gz deleted file mode 100644 index ecfcd62..0000000 --- a/pingparsing-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0ec50c5f770c521b2ae5036227625c49f09dec9b5add7d68a0d56504e1bc8cd -size 41151 diff --git a/pingparsing-1.1.0.tar.gz b/pingparsing-1.1.0.tar.gz new file mode 100644 index 0000000..7b8ee63 --- /dev/null +++ b/pingparsing-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef63603a55bfad70dcd51734980dbe07a4fb2cf30823a56db3c41be475f89731 +size 42448 diff --git a/python-pingparsing.changes b/python-pingparsing.changes index 9cafe51..2ba9bc5 100644 --- a/python-pingparsing.changes +++ b/python-pingparsing.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Aug 9 15:52:27 UTC 2020 - Martin Hauke + +- 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 diff --git a/python-pingparsing.spec b/python-pingparsing.spec index ffa78ee..cd3d0b2 100644 --- a/python-pingparsing.spec +++ b/python-pingparsing.spec @@ -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