15
0
forked from pool/python-argh

- 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/package/show/devel:languages:python/python-argh?expand=0&rev=42
This commit is contained in:
2024-01-30 12:21:09 +00:00
committed by Git OBS Bridge
parent 49bc1e8d3c
commit f39abeb107
4 changed files with 12 additions and 4 deletions

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>