forked from pool/python-typer
- update to 0.13.1:
* Remove Rich tags when showing completion text. * Render Rich markup as HTML in Markdown docs. * Support cp850 encoding for auto-completion in PowerShell. * Allow gettext translation of help message. * Fix printing HTML from Rich output. PR #1055 by @tiangolo. * Update markdown includes to use the new simpler format. PR - update to 0.13.0: * Handle `KeyboardInterrupt` separately from other exceptions. * Update `launch` to not print anything when opening urls. * Show help items in order of definition. * Fix equality check for custom classes. * Allow colon in zsh autocomplete values and descriptions. * Deprecate support for `is_flag` and `flag_value` parameters. * Remove unused functionality from `_typing.py` file. * Fix typo in function name `_make_rich_text`. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typer?expand=0&rev=36
This commit is contained in:
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 17:25:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.13.1:
|
||||
* Remove Rich tags when showing completion text.
|
||||
* Render Rich markup as HTML in Markdown docs.
|
||||
* Support cp850 encoding for auto-completion in PowerShell.
|
||||
* Allow gettext translation of help message.
|
||||
* Fix printing HTML from Rich output. PR #1055 by @tiangolo.
|
||||
* Update markdown includes to use the new simpler format. PR
|
||||
- update to 0.13.0:
|
||||
* Handle `KeyboardInterrupt` separately from other
|
||||
exceptions.
|
||||
* Update `launch` to not print anything when opening urls.
|
||||
* Show help items in order of definition.
|
||||
* Fix equality check for custom classes.
|
||||
* Allow colon in zsh autocomplete values and descriptions.
|
||||
* Deprecate support for `is_flag` and `flag_value`
|
||||
parameters.
|
||||
* Remove unused functionality from `_typing.py` file.
|
||||
* Fix typo in function name `_make_rich_text`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 15:41:42 UTC 2024 - Matthias Bach <marix@marix.org> - 0.12.5
|
||||
|
||||
|
Reference in New Issue
Block a user