15
0

Accepting request 765194 from home:mcalabkova:branches:devel:languages:python

- update to 1.11.1
  * Add -o bashdefault to register-python-argcomplete’s output command
  * Use shell builtins where possible
  * Switch from pkg_resources to importlib
  * Remove .sh extension by bash-completion convention
  * Do not suggest options after –
  * Include all test directory contents in source distribution
  * Trigger completers on –optional=PARTIAL_VALUE
  * Documentation and test improvements

OBS-URL: https://build.opensuse.org/request/show/765194
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=27
This commit is contained in:
Tomáš Chvátal
2020-01-17 12:02:05 +00:00
committed by Git OBS Bridge
parent 63b21f593e
commit 83fd5d91bd
6 changed files with 32 additions and 17 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jan 17 10:42:58 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 1.11.1
* Add -o bashdefault to register-python-argcompletes output command
* Use shell builtins where possible
* Switch from pkg_resources to importlib
* Remove .sh extension by bash-completion convention
* Do not suggest options after
* Include all test directory contents in source distribution
* Trigger completers on optional=PARTIAL_VALUE
* Documentation and test improvements
-------------------------------------------------------------------
Fri Sep 13 12:45:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>