15
0

- update to 1.4.2:

* Add `docs` extras
  * Add `__all__` to `__init__.py`
  * Add a build and publish workflow
  * Add Sigstore signatures to release assets
  * Update dependencies in requirements files
  * Bump minimum version of `typepy` to `1.3.2`
  * Bump minimum version of `humanreadable` to `0.3`
  * Add support for Python 3.12
  * Drop support for Python 3.6
  * Improve type annotations

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=27
This commit is contained in:
2024-05-07 20:20:45 +00:00
committed by Git OBS Bridge
parent 89feab7255
commit c0a2dedc1c
4 changed files with 23 additions and 8 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue May 7 20:19:13 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.4.2:
* Add `docs` extras
* Add `__all__` to `__init__.py`
* Add a build and publish workflow
* Add Sigstore signatures to release assets
* Update dependencies in requirements files
* Bump minimum version of `typepy` to `1.3.2`
* Bump minimum version of `humanreadable` to `0.3`
* Add support for Python 3.12
* Drop support for Python 3.6
* Improve type annotations
-------------------------------------------------------------------
Sun Apr 21 08:48:08 UTC 2024 - Dirk Müller <dmueller@suse.com>