From a00b12d3a7b56d94fdc729f86d13a61b481080081a0d901c6cf4e77a52ba430c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 20 Apr 2015 13:27:24 +0000 Subject: [PATCH] Accepting request 298059 from home:benoit_monin:branches:devel:languages:python update to 0.8.7 OBS-URL: https://build.opensuse.org/request/show/298059 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=8 --- argcomplete-0.6.7.tar.gz | 3 --- argcomplete-0.8.7.tar.gz | 3 +++ python-argcomplete.changes | 52 ++++++++++++++++++++++++++++++++++++++ python-argcomplete.spec | 4 +-- 4 files changed, 57 insertions(+), 5 deletions(-) delete mode 100644 argcomplete-0.6.7.tar.gz create mode 100644 argcomplete-0.8.7.tar.gz diff --git a/argcomplete-0.6.7.tar.gz b/argcomplete-0.6.7.tar.gz deleted file mode 100644 index c20062d..0000000 --- a/argcomplete-0.6.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:465d1fc535b469319e676e1b7a3054d8dabed833dcb2c2386d62979e083b0bbd -size 24127 diff --git a/argcomplete-0.8.7.tar.gz b/argcomplete-0.8.7.tar.gz new file mode 100644 index 0000000..64eb090 --- /dev/null +++ b/argcomplete-0.8.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a1f7bc1320c3049a05739f979987c8a911471769a078e22b0e1da530fbf2c2 +size 34336 diff --git a/python-argcomplete.changes b/python-argcomplete.changes index 075d4fb..aa8f284 100644 --- a/python-argcomplete.changes +++ b/python-argcomplete.changes @@ -1,3 +1,55 @@ +------------------------------------------------------------------- +Sun Apr 19 16:08:50 UTC 2015 - benoit.monin@gmx.fr + +- update to 0.8.7: + * register-python-argcomplete: add option to avoid default + readline completion. Thanks to @drmalex07 (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 + @VorpalBlade (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 @wapiflapi (pull request #91). +- additional changes from 0.8.3: + * Fix multiple issues related to using argcomplete in a REPL + environement. Thanks to @wapiflapi (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 @berezv + (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 @thijsdezoete (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 + @jmlopez-rod and @dcosson (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 15:50:53 UTC 2014 - speilicke@suse.com diff --git a/python-argcomplete.spec b/python-argcomplete.spec index e4060a9..8ef22b8 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -1,7 +1,7 @@ # # spec file for package python-argcomplete # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2013 Darin Perusich. # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: python-argcomplete -Version: 0.6.7 +Version: 0.8.7 Release: 0 Url: https://github.com/kislyuk/argcomplete Summary: Bash tab completion for argparse