14
0
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:
2024-11-20 17:26:51 +00:00
committed by Git OBS Bridge
parent 1aed1d17aa
commit 2bafd6cede
4 changed files with 26 additions and 4 deletions

View File

@@ -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