forked from pool/python-click-repl
- 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.
OBS-URL: https://build.opensuse.org/request/show/1116235
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-repl?expand=0&rev=9
52 lines
1.9 KiB
Plaintext
52 lines
1.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Oct 7 18:03:57 UTC 2023 - Martin Schreiner <martin.schreiner@suse.com>
|
|
|
|
- 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 13:46:17 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 20 11:27:30 UTC 2022 - pgajdos@suse.com
|
|
|
|
- added patches
|
|
fix https://github.com/click-contrib/click-repl/commit/1ad52b2ba601d5107b5457ffa8a885eff95ea031
|
|
+ python-click-repl-remove-six.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 21 08:51:19 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- 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 15:52:41 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- 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 10:36:05 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.1.6
|