Fedora 22 Update: python-argcomplete-0.8.8-1.fc22

updates at fedoraproject.org updates at fedoraproject.org
Thu Jun 4 20:12:50 UTC 2015


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2015-7575
2015-05-06 05:56:47
--------------------------------------------------------------------------------

Name        : python-argcomplete
Product     : Fedora 22
Version     : 0.8.8
Release     : 1.fc22
URL         : https://github.com/kislyuk/argcomplete
Summary     : Bash tab completion for argparse
Description :
Argcomplete provides easy, extensible command line tab completion of
arguments for your Python script.

It makes two assumptions:

 * You're using bash as your shell
 * You're using argparse to manage your command line arguments/options

Argcomplete is particularly useful if your program has lots of
options or subparsers, and if your program can dynamically suggest
completions for your argument/option values (for example, if the user
is browsing resources over the network).

--------------------------------------------------------------------------------
Update Information:

Version 0.8.8 (2015-05-01)
--------------------------
- Build and upload universal wheel packages in release.
- Fix issue with non-string choices for arguments. Thanks to @neizod (pull request #107).
- Improve non-ascii argparse argument support on Python 2.7.

Version 0.8.7 (2015-04-11)
--------------------------
- register-python-argcomplete: add option to avoid default readline completion. Thanks to @drmalex07 (pull request #99).

Version 0.8.6 (2015-04-11)
--------------------------
- Expand tilde in script name, allowing argcomplete to work when invoking scripts from one's home directory. Thanks to @VorpalBlade (Issue 104).

Version 0.8.5 (2015-04-07)
--------------------------
- Fix issues related to using argcomplete in a REPL environement.
- New helper method for custom completion display.
- Expand test suite; formatting cleanup.

--------------------------------------------------------------------------------
ChangeLog:

* Tue May  5 2015 - Steve Traylen <steve.traylen at cern.ch> 0.8.8-1
- Updating package to 0.8.8
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update python-argcomplete' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list