15
0
forked from pool/python-argh

Accepting request 1142777 from devel:languages:python

- update to 0.31.2:
  * broken support for `Optional[List]` (but not
    `Optional[list]`), a narrower case of the problem fixed
    earlier

OBS-URL: https://build.opensuse.org/request/show/1142777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argh?expand=0&rev=25
This commit is contained in:
2024-01-30 17:26:54 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jan 30 12:20:53 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.31.2:
* broken support for `Optional[List]` (but not
`Optional[list]`), a narrower case of the problem fixed
earlier
-------------------------------------------------------------------
Sat Jan 20 12:41:49 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

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