diff --git a/python-typer.changes b/python-typer.changes index 3dab631..cc2e667 100644 --- a/python-typer.changes +++ b/python-typer.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Nov 20 17:25:27 UTC 2024 - Dirk Müller + +- 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 - 0.12.5 diff --git a/python-typer.spec b/python-typer.spec index b7f1bcd..8051e3b 100644 --- a/python-typer.spec +++ b/python-typer.spec @@ -20,7 +20,7 @@ %define plainpython python %{?sle15_python_module_pythons} Name: python-typer -Version: 0.12.5 +Version: 0.13.1 Release: 0 Summary: Typer, build great CLIs. Easy to code. Based on Python type hints License: MIT diff --git a/typer-0.12.5.tar.gz b/typer-0.12.5.tar.gz deleted file mode 100644 index 94c961d..0000000 --- a/typer-0.12.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f592f089bedcc8ec1b974125d64851029c3b1af145f04aca64d69410f0c9b722 -size 98953 diff --git a/typer-0.13.1.tar.gz b/typer-0.13.1.tar.gz new file mode 100644 index 0000000..599995c --- /dev/null +++ b/typer-0.13.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d444cb96cc268ce6f8b94e13b4335084cef4c079998a9f4851a90229a3bd25c +size 98631