forked from pool/python-pingparsing
- 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
57 lines
2.0 KiB
Plaintext
57 lines
2.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 26 09:26:51 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.0.3
|
|
* Fix type annotations
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 4 10:30:25 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.0.2
|
|
* Make it possible execute the CLI with python -m pingparsing
|
|
* Update requirements
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 16 09:55:25 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Update to version 1.0.1
|
|
* minor metadata fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 26 20:04:47 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.0.0
|
|
* Drop Python 2 support
|
|
* Add packet size option to PingTransmitter and CLI
|
|
* Add ttl option to PingTransmitter and CLI
|
|
* Add include_icmp_replies flag to PingStats.as_dict method
|
|
* Add --no-color option to the CLI tool
|
|
* Add type annotations and py.typed to the package
|
|
* Add [cli] extras_require
|
|
* Update dependencies
|
|
* Remove deprecated methods
|
|
* Reduce a package dependency
|
|
* Replace the logging library
|
|
* Fix timestamp parsing when transmitting ping by CLI
|
|
* Minor bug fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 8 15:27:18 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Initial package, version 0.18.2
|