15
0
forked from pool/python-argh

- update to 0.31.3:

* Fix type annotation of `errors` in `wrap_errors`
  * fix: exposing func arg in CLI under a different name via deco
    (fixes #224)
  * fix: tests were failing under Python 3.13 by @neithere
    (reported
  * Docs update in similar.rst

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argh?expand=0&rev=44
This commit is contained in:
2024-08-06 06:32:14 +00:00
committed by Git OBS Bridge
parent f39abeb107
commit 198fbd0edd
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Aug 6 06:31:57 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.31.3:
* Fix type annotation of `errors` in `wrap_errors`
* fix: exposing func arg in CLI under a different name via deco
(fixes #224)
* fix: tests were failing under Python 3.13 by @neithere
(reported
* Docs update in similar.rst
-------------------------------------------------------------------
Tue Jan 30 12:20:53 UTC 2024 - Dirk Müller <dmueller@suse.com>