15
0

Accepting request 1116235 from home:mschreiner:branches:devel:languages:python

- 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
This commit is contained in:
2023-10-07 20:10:09 +00:00
committed by Git OBS Bridge
parent 534c1dfbce
commit 3a16b8ac8b
5 changed files with 25 additions and 104 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
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>