2024-12-04 21:10:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 4 20:30:49 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.
|
|
|
|
|
2024-12-03 21:35:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 3 20:17:46 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.
|
|
|
|
|
2024-11-21 08:47:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 21 08:39:41 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.
|
|
|
|
- update to 0.13.0:
|
|
|
|
* Handle `KeyboardInterrupt` separately from other
|
|
|
|
exceptions.
|
|
|
|
* Update `launch` to not print anything when opening urls.
|
|
|
|
* Fix equality check for custom classes. PR #979 by @AryazE.
|
|
|
|
* Allow colon in zsh autocomplete values and descriptions. PR
|
|
|
|
* Deprecate support for `is_flag` and `flag_value`
|
|
|
|
parameters.
|
|
|
|
* Remove unused functionality from `_typing.py` file.
|
|
|
|
* Fix typo in function name `_make_rich_text`.
|
|
|
|
* Only run completion installation tests when the env var
|
|
|
|
`_TYPER_RUN_INSTALL_COMPLETION_TESTS` is set.
|
|
|
|
|
2024-09-27 15:37:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 27 15:23:23 UTC 2024 - Matthias Bach <marix@marix.org> - 0.12.5
|
|
|
|
|
|
|
|
- Switch PDM dependency from python3-pdm to python3-pdm-backend to
|
|
|
|
account for changes in that package's structure.
|
|
|
|
|
2024-08-29 18:53:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 29 17:18:47 UTC 2024 - Matthias Bach <marix@marix.org> - 0.12.5
|
|
|
|
|
|
|
|
- Update to upstream version 0.12.5
|
|
|
|
* Unify the width of the Rich console for help and errors.
|
|
|
|
* Improve assertion error message if a group is not a valid subclass.
|
|
|
|
* Ensure rich_markup_mode=None disables Rich formatting.
|
|
|
|
|
2024-08-17 10:35:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 17 08:51:10 UTC 2024 - Matthias Bach <marix@marix.org> - 0.12.4
|
|
|
|
|
|
|
|
- Update to upstream version 0.12.4
|
|
|
|
* Fix support for UnionType (e.g. str | None) with Python 3.11.
|
|
|
|
* Fix zsh autocompletion installation.
|
|
|
|
* Fix usage of Annotated with future annotations in Python 3.7+.
|
|
|
|
* Fix shell_complete not working for Arguments.
|
|
|
|
|
2024-04-09 20:27:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 9 20:00:21 UTC 2024 - Matthias Bach <marix@marix.org> - 0.12.3
|
|
|
|
|
|
|
|
- Update to upstream version 0.12.3
|
|
|
|
* Fix Rich formatting with no commands.
|
|
|
|
* Improve column help display, ensure commands column width is
|
|
|
|
the same on all panels.
|
|
|
|
* Add support for an argument of type Optional[Tuple] and default
|
|
|
|
value None.
|
|
|
|
|
2024-04-07 15:06:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 6 10:37:17 UTC 2024 - Matthias Bach <marix@marix.org> - 0.12.1
|
|
|
|
|
|
|
|
- Update to upstream version 0.12.1
|
|
|
|
* No functional changes, only changes to upstream package
|
|
|
|
structure.
|
|
|
|
|
2024-04-03 14:03:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 1 08:48:55 UTC 2024 - Matthias Bach <marix@marix.org> - 0.12.0
|
|
|
|
|
|
|
|
- Provide ustream version 0.12.0
|
|
|
|
* Extract core functionality into a separate slim package.
|
|
|
|
- Add set-proper-pythonpath-for-tutorial-script-tests.patch to fix
|
|
|
|
issues with import failures in tests.
|
|
|
|
|