Changelog for
python-argcomplete-0.8.7-4.1.noarch.rpm :
Sun Apr 19 14:00:00 2015 benoit.moninAATTgmx.fr
- update to 0.8.7:
* register-python-argcomplete: add option to avoid default
readline completion. Thanks to AATTdrmalex07 (pull request #99).
- additional changes from 0.8.6:
* Expand tilde in script name, allowing argcomplete to work
when invoking scripts from one\'s home directory. Thanks to
AATTVorpalBlade (Issue 104).
- additional changes from 0.8.5:
* Fix issues related to using argcomplete in a REPL
environement.
* New helper method for custom completion display.
* Expand test suite; formatting cleanup.
- additional changes from 0.8.4:
* Fix issue related to using argcomplete in a REPL
environement. Thanks to AATTwapiflapi (pull request #91).
- additional changes from 0.8.3:
* Fix multiple issues related to using argcomplete in a REPL
environement. Thanks to AATTwapiflapi (pull request #90).
- additional changes from 0.8.2:
* Don\'t strip colon prefix in completion results if
COMP_WORDBREAKS does not contain a colon. Thanks to AATTberezv
(pull request #88).
- additional changes from 0.8.1:
* Use complete --nospace to avoid issues with directory
completion.
- additional changes from 0.8.0:
* Refactor main body of code into a class to enable
subclassing and overriding of functionality (Issue #78).
- additional changes from 0.7.1:
* New keyword option \"argcomplete.autocomplete(validator=...)\"
to supply a custom validator or bypass default validation.
Thanks to AATTthijsdezoete (Issue #77).
* Document debug options.
- additional changes from 0.7.0:
* New keyword option \"argcomplete.autocomplete(exclude=[...])\"
to suppress options (Issue #74).
* More speedups to code path for global completion hook negative
result.
- additional changes from 0.6.9:
* Fix handling of development mode script wrappers. Thanks to
AATTjmlopez-rod and AATTdcosson (Issue #69).
* Speed up code path for global completion hook negative
result by loading pkg_resources on demand.
- additional changes from 0.6.8:
* Begin tracking changes in changelog.
* Add completion support for PBR installed scripts (PR #71).
* Detect easy-install shims with shebang lines that contain
Py instead of py (Issue #69).
Fri Jan 17 13:00:00 2014 speilickeAATTsuse.com
- Update to version 0.6.7:
+ Upstream provides no changelog
- Don\'t install testsuite globally
Mon Nov 18 13:00:00 2013 speilickeAATTsuse.com
- Update to version 0.6.3:
+ No changelog
Thu Oct 24 14:00:00 2013 speilickeAATTsuse.com
- Require python-setuptools instead of distribute (upstreams merged)
Thu May 2 14:00:00 2013 speilickeAATTsuse.com
- Fix SLE builds
- Add LICENSE.rst and README.rst
- Run testsuite
Mon Apr 29 14:00:00 2013 darinAATTdarins.net
- fixed license, set noarch for build
Fri Apr 26 14:00:00 2013 darinAATTdarins.net
- add files in _bindir
- add python-distribute
Fri Apr 26 14:00:00 2013 darinAATTdarins.net
- Initial packaging