14
0
forked from pool/python-typer
Matthias Bach
2025-08-30 15:20:44 +00:00
committed by Git OBS Bridge
parent 71f4d194d1
commit ce6ae4fe5b
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Aug 30 14:32:00 UTC 2025 - Matthias Bach <marix@marix.org>
- 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á <mmachova@suse.com>

View File

@@ -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 <marix@marix.org>
#
@@ -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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d358c65a464a7a90f338e3bb7ff0c74ac081449e53884b12ba658cbd72990614
size 102836

3
typer-0.17.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c600503d472bcf98d29914d4dcd67f80c24cc245395e2e00ba3603c9332e8ba
size 103517