15
0
forked from pool/python-argh

Accepting request 1135243 from devel:languages:python

- 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/request/show/1135243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argh?expand=0&rev=22
This commit is contained in:
2023-12-28 22:01:06 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 4 deletions

View File

@@ -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
View File

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

View File

@@ -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>

View File

@@ -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