forked from pool/python-argh
- update to 0.30.5:
* A combination of `nargs` with a list as default value would
lead to the values coming from CLI being wrapped in another
list (issue #212).
* Argspec guessing: if `nargs` is not specified but the default
value is a list, `nargs="*"` is assumed and passed to argparse.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argh?expand=0&rev=36
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fca8e69c4dad4f8d2a7bdfbdd80b0754462b53510a03e1b5cf2b43a87e6e960
|
||||
size 62618
|
||||
3
argh-0.30.5.tar.gz
Normal file
3
argh-0.30.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b37dfd617a09d19a4a7bcaed0e060b288bc7ac8dfdc0facf886a49a25ff33728
|
||||
size 63041
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 27 09:32:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.30.5:
|
||||
* A combination of `nargs` with a list as default value would
|
||||
lead to the values coming from CLI being wrapped in another
|
||||
list (issue #212).
|
||||
* Argspec guessing: if `nargs` is not specified but the default
|
||||
value is a list, `nargs="*"` is assumed and passed to argparse.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 10 13:22:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-argh
|
||||
Version: 0.30.4
|
||||
Version: 0.30.5
|
||||
Release: 0
|
||||
Summary: An argparse wrapper
|
||||
License: LGPL-3.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user