Compare commits

2 Commits

Author SHA256 Message Date
48dc81bbb6 Accepting request 1191817 from devel:languages:python
- 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/request/show/1191817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argh?expand=0&rev=26
2024-08-07 04:10:24 +00:00
198fbd0edd - 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
2024-08-06 06:32:14 +00:00
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db1c34885804f7d4646c385dc2fb19b45298561322f4c15eae1b133993f9e323
size 57200

3
argh-0.31.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f30023d8be14ca5ee6b1b3eeab829151d7bbda464ae07dc4dd5347919c5892f9
size 57570

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>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-argh
Version: 0.31.2
Version: 0.31.3
Release: 0
Summary: An argparse wrapper
License: LGPL-3.0-or-later