Changelog for
python311-click-repl-0.3.0-1.3.noarch.rpm :
* Sat Oct 07 2023 Martin Schreiner
- 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.
* Sun Jun 11 2023 ecsos - Add %{?sle15_python_module_pythons}
* Tue Sep 20 2022 pgajdosAATTsuse.com- added patches fix https://github.com/click-contrib/click-repl/commit/1ad52b2ba601d5107b5457ffa8a885eff95ea031 + python-click-repl-remove-six.patch
* Mon Jun 21 2021 Steve Kowalik - Update to 0.2.0:
* Update tests to expect hyphens
* Support for click 8 changes
* Backwards compatibility between click 7 & 8- Drop included patch click-repl-pr53-hyphens.patch
* Tue Oct 13 2020 Benjamin Greiner - use Github archive because it has the tests- Apply gh#click-contrib/click-repl#53 click-repl-pr53-hyphens.patch- spec-cleaned specfile
* Mon Oct 14 2019 John Vandenberg - Initial spec for v0.1.6