File python-typer-slim.changes of Package python-typer-slim
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
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.