diff --git a/python-typer.changes b/python-typer.changes index 4233ff5..cfede4f 100644 --- a/python-typer.changes +++ b/python-typer.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Aug 30 14:32:00 UTC 2025 - Matthias Bach + +- Update to 0.17.3 + * Allow annotated parsing with a subclass of Path. + * Avoid printing default: None in the help section when using + Rich. + * Fix markdown formatting in --help output. + * Lazy-load rich_utils to reduce startup time. + ------------------------------------------------------------------- Mon Aug 25 14:25:37 UTC 2025 - Markéta Machová diff --git a/python-typer.spec b/python-typer.spec index 0075dca..371f652 100644 --- a/python-typer.spec +++ b/python-typer.spec @@ -1,6 +1,7 @@ # # spec file for package python-typer # +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors # Copyright (c) 2021 Matthias Bach # @@ -25,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-typer -Version: 0.16.1 +Version: 0.17.3 Release: 0 Summary: Typer, build great CLIs. Easy to code. Based on Python type hints License: MIT @@ -38,7 +39,7 @@ BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module rich} BuildRequires: %{python_module shellingham} -BuildRequires: %{python_module typer-slim} +BuildRequires: %{python_module typer-slim >= %{version}} BuildRequires: fdupes BuildRequires: python-rpm-macros # Work around Python dependency not being auto-added as there are no modules provided diff --git a/typer-0.16.1.tar.gz b/typer-0.16.1.tar.gz deleted file mode 100644 index e5f8879..0000000 --- a/typer-0.16.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d358c65a464a7a90f338e3bb7ff0c74ac081449e53884b12ba658cbd72990614 -size 102836 diff --git a/typer-0.17.3.tar.gz b/typer-0.17.3.tar.gz new file mode 100644 index 0000000..7c216f2 --- /dev/null +++ b/typer-0.17.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c600503d472bcf98d29914d4dcd67f80c24cc245395e2e00ba3603c9332e8ba +size 103517