forked from pool/python-typer
Accepting request 1228371 from devel:languages:python
- Update to 0.15.1
* Deprecate shell_complete and continue to use autocompletion for
CLI parameters.
- Update to 0.15.0
* Add support for extending typer apps without passing a name,
add commands to the top level.
* Breaking change: Remove auto naming of groups added via
add_typer based on the group's callback function name.
OBS-URL: https://build.opensuse.org/request/show/1228371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-typer?expand=0&rev=18
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 20:49:15 UTC 2024 - Matthias Bach <marix@marix.org> - 0.15.1
|
||||
|
||||
- Update to 0.15.1
|
||||
* Deprecate shell_complete and continue to use autocompletion for
|
||||
CLI parameters.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 20:36:00 UTC 2024 - Matthias Bach <marix@marix.org> - 0.15.0
|
||||
|
||||
- Update to 0.15.0
|
||||
* Add support for extending typer apps without passing a name,
|
||||
add commands to the top level.
|
||||
* Breaking change: Remove auto naming of groups added via
|
||||
add_typer based on the group's callback function name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 17:25:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
%define plainpython python
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-typer
|
||||
Version: 0.13.1
|
||||
Version: 0.15.1
|
||||
Release: 0
|
||||
Summary: Typer, build great CLIs. Easy to code. Based on Python type hints
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d444cb96cc268ce6f8b94e13b4335084cef4c079998a9f4851a90229a3bd25c
|
||||
size 98631
|
||||
3
typer-0.15.1.tar.gz
Normal file
3
typer-0.15.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0588c0a7fa68a1978a069818657778f86abe6ff5ea6abf472f940a08bfe4f0a
|
||||
size 99789
|
||||
Reference in New Issue
Block a user