15
0

Accepting request 927345 from home:mnhauke

- Update to version 1.4.0
  * Drop support for Python 3.5
  * Add support for pyparsing v3

- Update to version 1.3.2
  * Fix parsing when ping results with pipe field.

OBS-URL: https://build.opensuse.org/request/show/927345
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=22
This commit is contained in:
2021-10-25 20:14:20 +00:00
committed by Git OBS Bridge
parent 293ff2faad
commit 46177c3936
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Oct 25 19:39:25 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.4.0
* Drop support for Python 3.5
* Add support for pyparsing v3
-------------------------------------------------------------------
Sat Jun 5 13:12:50 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.3.2
* Fix parsing when ping results with pipe field.
-------------------------------------------------------------------
Sun May 16 20:20:41 UTC 2021 - Matej Cepl <mcepl@suse.com>