2024-08-17 10:35:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 17 08:05:30 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-12 15:31:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 12 15:28:57 UTC 2024 - Matthias Bach <marix@marix.org>
|
|
|
|
|
|
|
|
- Add conflict declaration with Erlang as both packages provide
|
|
|
|
/usr/bin/typer
|
|
|
|
|
2024-04-09 20:31:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 9 20:28:42 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
|
|
|
|
|
2024-04-07 15:06:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 6 13:05:09 UTC 2024 - Matthias Bach <marix@marix.org> - 0.12.1
|
|
|
|
|
|
|
|
- Update to upstream version 0.12.1
|
|
|
|
* The core functionality has been extracted into
|
|
|
|
python-typer-slim.
|
|
|
|
* The typer command is now provided as part of the main typer
|
|
|
|
package.
|
|
|
|
* Formerly optional dependencies required for full
|
|
|
|
functionality are now automatically installed. If they are not
|
|
|
|
required, the slim package can be used.
|
|
|
|
- Drop set-proper-pythonpath-for-tutorial-script-tests.patch as it
|
|
|
|
is now applied in python-typer-slim.
|
|
|
|
|
2024-03-29 11:31:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 29 09:29:31 UTC 2024 - Matthias Bach <marix@marix.org> - 0.11.1
|
|
|
|
|
|
|
|
- Update to upstream version 0.10.1
|
|
|
|
* Internal and dependency changes
|
|
|
|
- Fix missing requirement specification on
|
|
|
|
python-typing_extensions.
|
|
|
|
|
2024-03-25 21:25:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 25 21:08:07 UTC 2024 - Matthias Bach <marix@marix.org> - 0.10.0
|
|
|
|
|
|
|
|
- Update to upstream version 0.10.0
|
|
|
|
* Fix default value of None for CLI Parameters when the type is
|
|
|
|
list | None and the default value is None.
|
|
|
|
* Improve support for CLI translations using gettext.
|
|
|
|
* Fix evaluating stringified annotations in Python 3.10.
|
|
|
|
* Fix display of default value for Enum parameters inside of a
|
|
|
|
list, include docs and tests.
|
|
|
|
* Update type annotations for show_default parameter and update
|
|
|
|
docs for setting a "Custom default string".
|
|
|
|
* Add missing default_factory in Argument overloads.
|
|
|
|
* Fix preserving case in enum values.
|
|
|
|
|
2023-10-17 19:09:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 17 19:08:42 UTC 2023 - Matthias Bach <marix@marix.org> - 0.9.0
|
|
|
|
|
|
|
|
- Fix sle15_python_module_python being on wrong line post spec
|
|
|
|
auto-format.
|
|
|
|
|
2023-10-17 07:02:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 17 06:59:59 UTC 2023 - Matthias Bach <marix@marix.org> - 0.9.0
|
|
|
|
|
|
|
|
- add sle15_python_module_python
|
|
|
|
|
2023-05-08 19:13:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 7 14:47:17 UTC 2023 - Matthias Bach <marix@marix.org> - 0.9.0
|
|
|
|
|
|
|
|
- Update to upstream version 0.9.0
|
|
|
|
* Add support for PEP-593 Annotated for specifying options and
|
|
|
|
arguments.
|
|
|
|
* Add support for custom types and parsers.
|
|
|
|
- Drop patch run-subprocesses-with-correct-python.patch that got
|
|
|
|
included upstream.
|
|
|
|
|
2023-01-05 15:16:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 5 15:07:01 UTC 2023 - Matthias Bach <marix@marix.org> - 0.7.0
|
|
|
|
|
|
|
|
- Adapt set-proper-pythonpath-for-tutorial-script-tests.patch to
|
|
|
|
also work for Python 3.11.
|
|
|
|
|
2022-11-06 19:55:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Nov 6 19:35:15 UTC 2022 - Matthias Bach <marix@marix.org> - 0.7.0
|
|
|
|
|
|
|
|
- Update to upstream version 0.7.0
|
|
|
|
* Make typer.run() not add completion scripts by default, it only
|
|
|
|
makes sense in installed apps.
|
|
|
|
* Add support for Python 3.11.
|
|
|
|
|
2022-07-18 10:32:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 18 10:22:12 UTC 2022 - Matthias Bach <marix@marix.org> - 0.6.1
|
|
|
|
|
|
|
|
- Update to upstream version 0.6.1
|
|
|
|
* Adds deep integrations with Rich. If Rich is available, it will
|
|
|
|
be used to show the content from --help options, validation
|
|
|
|
errors, and even errors in apps.
|
|
|
|
* Support for Rich Markup and Markdown in docstrings, CLI
|
|
|
|
parameters, help, and epilog.
|
|
|
|
* Fix type conversion for List and Tuple.
|
|
|
|
* Fix context_settings for a Typer apps with a single command.
|
|
|
|
* Fix setting FORCE_TERMINAL with colors.
|
|
|
|
- Refreshed patches
|
|
|
|
|
2022-06-24 19:16:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 24 18:20:30 UTC 2022 - Matthias Bach <marix@marix.org> - 0.4.1
|
|
|
|
|
|
|
|
- Add run-subprocesses-with-correct-python.patch to ensure tests
|
|
|
|
aren't accidentally running subprocesses using the wrong Python
|
|
|
|
version.
|
|
|
|
- Add set-proper-pythonpath-for-tutorial-script-tests.patch to fix
|
|
|
|
issue with build failing due to import failures.
|
|
|
|
|
2022-06-14 19:33:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 14 14:37:26 UTC 2022 - Matthias Bach <marix@marix.org> - 0.4.1
|
|
|
|
|
|
|
|
- Update to upstream version 0.4.1
|
|
|
|
* Fix import of get_terminal_size for Click 8.1.0 support.
|
|
|
|
- Switch from traditional setup.py installation to pyproject macros
|
|
|
|
as upstream no longer ships its setup.py compability wrapper.
|
|
|
|
|
2021-08-30 19:39:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 30 19:31:17 UTC 2021 - Matthias Bach <marix@marix.org> - 0.4.0
|
|
|
|
|
|
|
|
- Update to upstream version 0.4.0
|
|
|
|
* Add support for Click 8 while keeping compatibility with
|
|
|
|
Click 7.
|
|
|
|
- Remove basic-click8-compat.patch as Click 8 compatibility is now
|
|
|
|
provided upstream.
|
|
|
|
|
2021-07-23 19:01:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 23 18:56:14 UTC 2021 - Matthias Bach <marix@marix.org>
|
|
|
|
|
|
|
|
- Resolve Typer no longer working since Click got bumped to version
|
|
|
|
8.
|
|
|
|
* This removes support for autocompletion.
|
2021-07-23 19:41:05 +00:00
|
|
|
- Add basic-click8-compat.patch
|
2021-07-23 19:01:09 +00:00
|
|
|
|
2021-04-15 09:22:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 14 16:06:14 UTC 2021 - Matthias Bach <marix@marix.org>
|
|
|
|
|
|
|
|
- Properly specify package group.
|
|
|
|
- Suppress false-positive detection of empty file in rpmlint.
|
|
|
|
- Properly declare minimum version requirement vs. python-click to
|
|
|
|
avoid broken installation on Leap.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 13 19:30:11 UTC 2021 - Matthias Bach <marix@marix.org> - 0.3.2
|
|
|
|
|
|
|
|
- Initial package release
|