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