diff --git a/python-typer.changes b/python-typer.changes index 0d8c3a6..b87eb4e 100644 --- a/python-typer.changes +++ b/python-typer.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Feb 28 16:41:20 UTC 2025 - Matthias Bach - 0.15.2 + +- Update to 0.15.2 + * Allow custom styles for commands in help output. + * Avoid the unnecessary import of typing_extensions in newer + Python versions. + * Fix shell completions for the fish shell. + ------------------------------------------------------------------- Wed Dec 4 20:49:15 UTC 2024 - Matthias Bach - 0.15.1 diff --git a/python-typer.spec b/python-typer.spec index 5218a5f..36fdc4f 100644 --- a/python-typer.spec +++ b/python-typer.spec @@ -1,7 +1,7 @@ # # spec file for package python-typer # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2021 Matthias Bach # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %define plainpython python %{?sle15_python_module_pythons} Name: python-typer -Version: 0.15.1 +Version: 0.15.2 Release: 0 Summary: Typer, build great CLIs. Easy to code. Based on Python type hints License: MIT diff --git a/typer-0.15.1.tar.gz b/typer-0.15.1.tar.gz deleted file mode 100644 index c969a4b..0000000 --- a/typer-0.15.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0588c0a7fa68a1978a069818657778f86abe6ff5ea6abf472f940a08bfe4f0a -size 99789 diff --git a/typer-0.15.2.tar.gz b/typer-0.15.2.tar.gz new file mode 100644 index 0000000..e3314c5 --- /dev/null +++ b/typer-0.15.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2fab47533a813c49fe1f16b1a370fd5819099c00b119e0633df65f22144ba5 +size 100711