Overview
Request 1116235 accepted
- Update to 0.3.0:
* Drop Python 2 support, remove six.
* Uses PromptSession() class from prompt_toolkit instead of prompt()
function.
* Added filter for hidden commands and options.
* Added click's autocompletion support.
* Added tab-completion for Path and BOOL type arguments.
* Added 'expand environmental variables in path' feature.
* Delegate command dispatching to the actual group command.
* Updated completer class and tests based on new fix.
* Python 3.11 support.
- Remove python-click-repl-remove-six.patch, as it is now obsolete.
- Remove dendency on python-six.
- Add build-time dependency on pytest-cov.
- Created by mschreiner
- In state accepted
Request History
mschreiner created request
- Update to 0.3.0:
* Drop Python 2 support, remove six.
* Uses PromptSession() class from prompt_toolkit instead of prompt()
function.
* Added filter for hidden commands and options.
* Added click's autocompletion support.
* Added tab-completion for Path and BOOL type arguments.
* Added 'expand environmental variables in path' feature.
* Delegate command dispatching to the actual group command.
* Updated completer class and tests based on new fix.
* Python 3.11 support.
- Remove python-click-repl-remove-six.patch, as it is now obsolete.
- Remove dendency on python-six.
- Add build-time dependency on pytest-cov.
mimi_vx accepted request