forked from pool/python-fire
- Update to 0.4.0:
* Support for Python 3.8 and Python 3.9
* Argument types and defaults appear in help text
* Support for asyncio coroutines
* Support for modules and Python files with python -m fire
* Keyword argument info from rst docstrings appears in help text
* Bug fix for missing parts of multiline argument descriptions from
Google and Numpy style docstrings.
* Support functions even when they override getattr in non-standard ways.
- Drop patch subpoint-usage-test.patch, which is no longer required.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fire?expand=0&rev=19
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 12 04:41:30 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 0.4.0:
|
||||
* Support for Python 3.8 and Python 3.9
|
||||
* Argument types and defaults appear in help text
|
||||
* Support for asyncio coroutines
|
||||
* Support for modules and Python files with python -m fire
|
||||
* Keyword argument info from rst docstrings appears in help text
|
||||
* Bug fix for missing parts of multiline argument descriptions from
|
||||
Google and Numpy style docstrings.
|
||||
* Support functions even when they override getattr in non-standard ways.
|
||||
- Drop patch subpoint-usage-test.patch, which is no longer required.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 17 11:09:09 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user