forked from pool/python-typer
Accepting request 1225371 from devel:languages:python
- update to 0.13.1: * Remove Rich tags when showing completion text. * Render Rich markup as HTML in Markdown docs. * Support cp850 encoding for auto-completion in PowerShell. * Allow gettext translation of help message. * Fix printing HTML from Rich output. PR #1055 by @tiangolo. * Update markdown includes to use the new simpler format. PR - update to 0.13.0: * Handle `KeyboardInterrupt` separately from other exceptions. * Update `launch` to not print anything when opening urls. * Show help items in order of definition. * Fix equality check for custom classes. * Allow colon in zsh autocomplete values and descriptions. * Deprecate support for `is_flag` and `flag_value` parameters. * Remove unused functionality from `_typing.py` file. * Fix typo in function name `_make_rich_text`. OBS-URL: https://build.opensuse.org/request/show/1225371 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-typer?expand=0&rev=17
This commit is contained in:
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 17:25:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.13.1:
|
||||
* Remove Rich tags when showing completion text.
|
||||
* Render Rich markup as HTML in Markdown docs.
|
||||
* Support cp850 encoding for auto-completion in PowerShell.
|
||||
* Allow gettext translation of help message.
|
||||
* Fix printing HTML from Rich output. PR #1055 by @tiangolo.
|
||||
* Update markdown includes to use the new simpler format. PR
|
||||
- update to 0.13.0:
|
||||
* Handle `KeyboardInterrupt` separately from other
|
||||
exceptions.
|
||||
* Update `launch` to not print anything when opening urls.
|
||||
* Show help items in order of definition.
|
||||
* Fix equality check for custom classes.
|
||||
* Allow colon in zsh autocomplete values and descriptions.
|
||||
* Deprecate support for `is_flag` and `flag_value`
|
||||
parameters.
|
||||
* Remove unused functionality from `_typing.py` file.
|
||||
* Fix typo in function name `_make_rich_text`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 15:41:42 UTC 2024 - Matthias Bach <marix@marix.org> - 0.12.5
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
%define plainpython python
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-typer
|
||||
Version: 0.12.5
|
||||
Version: 0.13.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:f592f089bedcc8ec1b974125d64851029c3b1af145f04aca64d69410f0c9b722
|
||||
size 98953
|
3
typer-0.13.1.tar.gz
Normal file
3
typer-0.13.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d444cb96cc268ce6f8b94e13b4335084cef4c079998a9f4851a90229a3bd25c
|
||||
size 98631
|
Reference in New Issue
Block a user