15
0

Accepting request 348513 from home:mimi_vx:branches:devel:languages:python

- update to 1.0.0
* Don't print args with suppressed help by default; add 
  argcomplete.autocomplete(print_suppressed=True) to control this behavior
* Fix always_complete_options=False support.
* Correct doc filename in setup.cfg
* Make context managers exception-safe.
* Fix issue with non-string choices for arguments.
* Improve non-ascii argparse argument support on Python 2.7.

OBS-URL: https://build.opensuse.org/request/show/348513
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=10
This commit is contained in:
Denisart Benjamin
2015-12-29 13:48:42 +00:00
committed by Git OBS Bridge
parent a00b12d3a7
commit 01cd3c7c8e
4 changed files with 23 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Dec 12 17:49:43 UTC 2015 - mimi.vx@gmail.com
- update to 1.0.0
* Don't print args with suppressed help by default; add
argcomplete.autocomplete(print_suppressed=True) to control this behavior
* Fix always_complete_options=False support.
* Correct doc filename in setup.cfg
* Make context managers exception-safe.
* Fix issue with non-string choices for arguments.
* Improve non-ascii argparse argument support on Python 2.7.
-------------------------------------------------------------------
Sun Apr 19 16:08:50 UTC 2015 - benoit.monin@gmx.fr