15
0

Accepting request 779666 from home:mnhauke

- 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

OBS-URL: https://build.opensuse.org/request/show/779666
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=3
This commit is contained in:
2020-02-27 06:21:02 +00:00
committed by Git OBS Bridge
parent 6beed87cb0
commit cb3c88e2a3
4 changed files with 33 additions and 13 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
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>