diff --git a/python-typer.changes b/python-typer.changes index 05bd6ba..f28c035 100644 --- a/python-typer.changes +++ b/python-typer.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Dec 20 13:41:29 UTC 2025 - Matthias Bach + +- Update to 0.20.1 + * Add support for standard tracebacks via the environment + variable TYPER_STANDARD_TRACEBACK. + * Ensure that options_metavar is passed through correctly. + * Ensure an optional argument is shown in brackets, even when + metavar is set. + * Ensure that the default rich_markup_mode is interpreted + correctly. + ------------------------------------------------------------------- Tue Oct 21 18:01:32 UTC 2025 - Matthias Bach - 0.20.0 diff --git a/python-typer.spec b/python-typer.spec index 23b1f72..04d60a4 100644 --- a/python-typer.spec +++ b/python-typer.spec @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-typer -Version: 0.20.0 +Version: 0.20.1 Release: 0 Summary: Typer, build great CLIs. Easy to code. Based on Python type hints License: MIT diff --git a/typer-0.20.0.tar.gz b/typer-0.20.0.tar.gz deleted file mode 100644 index d4780d3..0000000 --- a/typer-0.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1aaf6494031793e4876fb0bacfa6a912b551cf43c1e63c800df8b1a866720c37 -size 106492 diff --git a/typer-0.20.1.tar.gz b/typer-0.20.1.tar.gz new file mode 100644 index 0000000..8b7a7c7 --- /dev/null +++ b/typer-0.20.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68585eb1b01203689c4199bc440d6be616f0851e9f0eb41e4a778845c5a0fd5b +size 105968