2023-10-07 20:10:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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.
|
|
|
|
|
|
2022-09-20 12:07:06 +00:00
|
|
|
-------------------------------------------------------------------
|
2023-06-11 20:10:27 +00:00
|
|
|
Sun Jun 11 13:46:17 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2022-09-20 12:07:06 +00:00
|
|
|
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
|
|
|
|
|
|
2021-06-21 08:52:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2020-10-14 07:47:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|