forked from pool/python-typer-slim
Compare commits
16 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1cd649ff0d | |||
|
|
835f3505e5 | ||
| 54d55349f1 | |||
|
|
f3d173b246 | ||
| ce7213b5c4 | |||
|
|
a704786a4e | ||
| ed4b19f85e | |||
|
|
29be574b33 | ||
| 267c4f26af | |||
|
|
5cbdd9f902 | ||
| f5c786e55a | |||
|
|
9d54c68cbe | ||
| cd6d333a71 | |||
|
|
dbb51866a1 | ||
| c9f4107302 | |||
| 08461fb675 |
@@ -1,3 +1,75 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 20 13:14:39 UTC 2025 - Matthias Bach <marix@marix.org> - 0.20.1
|
||||
|
||||
- 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 17:40:20 UTC 2025 - Matthias Bach <marix@marix.org> - 0.20.0
|
||||
|
||||
- Update to 0.20.0
|
||||
* Enable command suggestions on typo by default.
|
||||
* Add support for Python 3.14.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 24 18:55:20 UTC 2025 - Matthias Bach <marix@marix.org> - 0.19.2
|
||||
|
||||
- Update to 0.19.2
|
||||
* Fix list convertor with an empty list default factory.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 20 18:24:01 UTC 2025 - Matthias Bach <marix@marix.org> - 0.19.1
|
||||
|
||||
- Update to 0.19.1
|
||||
* Ensure that Optional[list] values work correctly with callbacks.
|
||||
* Support typing.Literal to define a set of predefined choices.
|
||||
* Allow setting an environment variable to None in CliRunner.invoke.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 19 22:51:43 UTC 2025 - Matthias Bach <marix@marix.org> - 0.18.0
|
||||
|
||||
- Update to 0.18.0
|
||||
* Ensure compatibility with Click 8.3.0 by restoring the original
|
||||
value_is_missing function.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 6 08:48:36 UTC 2025 - Matthias Bach <marix@marix.org> - 0.17.4
|
||||
|
||||
- Update to 0.17.4
|
||||
* Make sure rich.markup is imported when rendering help text.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 30 14:18:00 UTC 2025 - Matthias Bach <marix@marix.org> - 0.17.3
|
||||
|
||||
- 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,6 +2,7 @@
|
||||
# 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
|
||||
@@ -19,13 +20,14 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-typer-slim
|
||||
Version: 0.16.0
|
||||
Version: 0.20.1
|
||||
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
BIN
typer_slim-0.16.0.tar.gz
LFS
Binary file not shown.
3
typer_slim-0.20.1.tar.gz
Normal file
3
typer_slim-0.20.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb9e4f7e6dc31551c8a201383df322b81b0ce37239a5ead302598a2ebb6f7c9c
|
||||
size 106113
|
||||
Reference in New Issue
Block a user