15
0

- update to 1.4.1:

* Fix Pygemnts requirement in setup.py
  * Change the output of the CLI logger to stderr
  * Add support for Python 3.11
  * Update help messages
  * Update requirements
- drop fix-requirements.patch (upstream)
  * Fix invalid version number.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=25
This commit is contained in:
2024-04-21 08:50:00 +00:00
committed by Git OBS Bridge
parent 8d85207d52
commit 89feab7255
5 changed files with 20 additions and 25 deletions

View File

@@ -1,8 +1,19 @@
-------------------------------------------------------------------
Sun Apr 21 08:48:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.4.1:
* Fix Pygemnts requirement in setup.py
* Change the output of the CLI logger to stderr
* Add support for Python 3.11
* Update help messages
* Update requirements
- drop fix-requirements.patch (upstream)
-------------------------------------------------------------------
Mon Feb 13 04:12:07 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch fix-requirements.patch:
* Fix invalid version number.
* Fix invalid version number.
-------------------------------------------------------------------
Mon Oct 25 19:39:25 UTC 2021 - Martin Hauke <mardnh@gmx.de>