summaryrefslogtreecommitdiffstats
path: root/contrib/python/argcomplete
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2024-02-07 09:24:12 +0300
committerAlexander Smirnov <[email protected]>2024-02-09 19:18:31 +0300
commit2c0985fb513cb5b352324abf223bf749c6c2bd24 (patch)
tree459af913de60f7f88bcbd8c93889247c523f70f1 /contrib/python/argcomplete
parent0cc346fc9b326d6973832937dc3ed4a14998e2c2 (diff)
Intermediate changes
Diffstat (limited to 'contrib/python/argcomplete')
-rw-r--r--contrib/python/argcomplete/py3/.dist-info/METADATA2
-rw-r--r--contrib/python/argcomplete/py3/argcomplete/bash_completion.d/_python-argcomplete1
-rw-r--r--contrib/python/argcomplete/py3/ya.make2
3 files changed, 3 insertions, 2 deletions
diff --git a/contrib/python/argcomplete/py3/.dist-info/METADATA b/contrib/python/argcomplete/py3/.dist-info/METADATA
index c86dfbcaf55..4fe1c2bb9ee 100644
--- a/contrib/python/argcomplete/py3/.dist-info/METADATA
+++ b/contrib/python/argcomplete/py3/.dist-info/METADATA
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: argcomplete
-Version: 3.2.1
+Version: 3.2.2
Summary: Bash tab completion for argparse
Home-page: https://github.com/kislyuk/argcomplete
Author: Andrey Kislyuk
diff --git a/contrib/python/argcomplete/py3/argcomplete/bash_completion.d/_python-argcomplete b/contrib/python/argcomplete/py3/argcomplete/bash_completion.d/_python-argcomplete
index 3023ff289ed..502bf5effc6 100644
--- a/contrib/python/argcomplete/py3/argcomplete/bash_completion.d/_python-argcomplete
+++ b/contrib/python/argcomplete/py3/argcomplete/bash_completion.d/_python-argcomplete
@@ -144,6 +144,7 @@ _python_argcomplete_global() {
__python_argcomplete_expand_tilde_by_ref executable
else
executable="${words[1]}"
+ __python_argcomplete_expand_tilde_by_ref executable
req_argv=( "${words[@]:1}" )
fi
diff --git a/contrib/python/argcomplete/py3/ya.make b/contrib/python/argcomplete/py3/ya.make
index ceca768f4d3..4f82b20e4e8 100644
--- a/contrib/python/argcomplete/py3/ya.make
+++ b/contrib/python/argcomplete/py3/ya.make
@@ -2,7 +2,7 @@
PY3_LIBRARY()
-VERSION(3.2.1)
+VERSION(3.2.2)
LICENSE(Apache-2.0)