15
0
forked from pool/python-typer
Files
python-typer/python-typer.changes
Matthias Bach 7818e87d8f - Update to upstream version 0.10.0
* Fix default value of None for CLI Parameters when the type is
    list | None and the default value is None.
  * Improve support for CLI translations using gettext.
  * Fix evaluating stringified annotations in Python 3.10.
  * Fix display of default value for Enum parameters inside of a
    list, include docs and tests.
  * Update type annotations for show_default parameter and update
    docs for setting a "Custom default string".
  * Add missing default_factory in Argument overloads.
  * Fix preserving case in enum values.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typer?expand=0&rev=22
2024-03-25 21:25:26 +00:00

4.4 KiB