forked from pool/python-typer-slim
Compare commits
19 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7fcef652cb | |||
|
|
37fbeee123 | ||
| 15119ee71e | |||
| 6c1fbc01ba | |||
| b6ceec6896 | |||
|
|
ceddcd4043 | ||
| 22d4086725 | |||
|
|
283928c40f | ||
| 7cd52d7e0d | |||
|
|
1e008b3fc7 | ||
|
|
573912ba35 | ||
| 8400360c8c | |||
| 1671513bd2 | |||
| ea7fb214be | |||
|
|
cc98d7051d | ||
| 0d4b2f1df5 | |||
|
|
00744a821a | ||
| bf315a161d | |||
|
|
7335595367 |
@@ -1,29 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 30 14:18: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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 19 19:33:07 UTC 2025 - Matthias Bach <marix@marix.org> - 0.16.1
|
||||
|
||||
- Update to 0.16.1
|
||||
* Avoid printing additional output with no_args_is_help=True and
|
||||
Click 8.2.
|
||||
- Drop patch handle-excess-whitespace-not-exists.patch.
|
||||
* This patch is no longer needed, as the issue it fixed has been
|
||||
resolved upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 8 05:32:05 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Add patch handle-excess-whitespace-not-exists.patch:
|
||||
* Handle excess whitespace in one testcase.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 19:13:12 UTC 2025 - Matthias Bach <marix@marix.org> - 0.16.0
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
# spec file for package python-typer-slim
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2021 Matthias Bach <marix@marix.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -20,14 +19,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-typer-slim
|
||||
Version: 0.17.3
|
||||
Version: 0.16.0
|
||||
Release: 0
|
||||
Summary: Typer, build great CLIs. Easy to code. Based on Python type hints
|
||||
License: MIT
|
||||
URL: https://github.com/tiangolo/typer
|
||||
Source: https://files.pythonhosted.org/packages/source/t/typer_slim/typer_slim-%{version}.tar.gz
|
||||
Source2: %{name}-rpmlintrc
|
||||
# PATCH-FIX-OPENSUSE Include our own PYTHONPATH for scripted tests
|
||||
Patch0: set-proper-pythonpath-for-tutorial-script-tests.patch
|
||||
BuildRequires: %{python_module click}
|
||||
BuildRequires: %{python_module coverage}
|
||||
|
||||
BIN
typer_slim-0.16.0.tar.gz
LFS
Normal file
BIN
typer_slim-0.16.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aee6d704e23f45898e83551546aa89d9d9c9a5c22b47f43106fff3ea36f029fd
|
||||
size 103613
|
||||
Reference in New Issue
Block a user