From c36927ccf0977ff928080a7889331befacab7bf6 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Mon, 11 Dec 2023 17:28:28 +0100
Subject: [PATCH] python/argcomplete: update to 3.2.1

---
 components/python/argcomplete/test/results-all.master |   97 +++++++++++++++++++++++++++++++++---------------
 1 files changed, 66 insertions(+), 31 deletions(-)

diff --git a/components/python/argcomplete/test/results-all.master b/components/python/argcomplete/test/results-all.master
index 6b5ebe5..61c18de 100644
--- a/components/python/argcomplete/test/results-all.master
+++ b/components/python/argcomplete/test/results-all.master
@@ -139,41 +139,76 @@
 test_special_characters_single_quoted (test.test.TestZsh) ... ok
 test_unquoted_space (test.test.TestZsh) ... ok
 test_wordbreak_chars (test.test.TestZsh) ... ok
-test_comp_point (test.test.TestZshGlobal) ... skipped 'skip'
-test_completion_environment (test.test.TestZshGlobal) ... skipped 'skip'
-test_console_script_module (test.test.TestZshGlobal)
+test_comp_point (test.test.TestZshGlobalExplicit) ... skipped 'skip'
+test_completion_environment (test.test.TestZshGlobalExplicit) ... skipped 'skip'
+test_console_script_module (test.test.TestZshGlobalExplicit)
 Test completing a console_script for a module. ... ok
-test_console_script_module_wheel (test.test.TestZshGlobal)
+test_console_script_module_wheel (test.test.TestZshGlobalExplicit)
 Test completing a console_script for a module from a wheel. ... ok
-test_console_script_package (test.test.TestZshGlobal)
+test_console_script_package (test.test.TestZshGlobalExplicit)
 Test completing a console_script for a package. ... ok
-test_console_script_package_wheel (test.test.TestZshGlobal)
+test_console_script_package_wheel (test.test.TestZshGlobalExplicit)
 Test completing a console_script for a package from a wheel. ... ok
-test_continuation (test.test.TestZshGlobal) ... ok
-test_double_quoted_completion (test.test.TestZshGlobal) ... ok
-test_exclamation_in_double_quotes (test.test.TestZshGlobal) ... ok
-test_parse_special_characters (test.test.TestZshGlobal) ... skipped 'skip'
-test_parse_special_characters_dollar (test.test.TestZshGlobal) ... skipped 'skip'
-test_partial_completion (test.test.TestZshGlobal) ... ok
-test_python_completion (test.test.TestZshGlobal) ... ok
-test_python_filename_completion (test.test.TestZshGlobal) ... ok
-test_python_module (test.test.TestZshGlobal)
+test_continuation (test.test.TestZshGlobalExplicit) ... ok
+test_double_quoted_completion (test.test.TestZshGlobalExplicit) ... ok
+test_exclamation_in_double_quotes (test.test.TestZshGlobalExplicit) ... ok
+test_parse_special_characters (test.test.TestZshGlobalExplicit) ... skipped 'skip'
+test_parse_special_characters_dollar (test.test.TestZshGlobalExplicit) ... skipped 'skip'
+test_partial_completion (test.test.TestZshGlobalExplicit) ... ok
+test_python_completion (test.test.TestZshGlobalExplicit) ... ok
+test_python_filename_completion (test.test.TestZshGlobalExplicit) ... ok
+test_python_module (test.test.TestZshGlobalExplicit)
 Test completing a module run with python -m. ... ok
-test_python_not_executable (test.test.TestZshGlobal)
+test_python_not_executable (test.test.TestZshGlobalExplicit)
 Test completing a script that cannot be run directly. ... ok
-test_quoted_exact (test.test.TestZshGlobal) ... ok
-test_quoted_space (test.test.TestZshGlobal) ... ok
-test_quotes (test.test.TestZshGlobal) ... ok
-test_redirection_completion (test.test.TestZshGlobal) ... ok
-test_simple_completion (test.test.TestZshGlobal) ... ok
-test_single_quoted_completion (test.test.TestZshGlobal) ... ok
-test_single_quotes_in_double_quotes (test.test.TestZshGlobal) ... ok
-test_single_quotes_in_single_quotes (test.test.TestZshGlobal) ... ok
-test_special_characters (test.test.TestZshGlobal) ... ok
-test_special_characters_double_quoted (test.test.TestZshGlobal) ... ok
-test_special_characters_single_quoted (test.test.TestZshGlobal) ... ok
-test_unquoted_space (test.test.TestZshGlobal) ... ok
-test_wordbreak_chars (test.test.TestZshGlobal) ... ok
+test_quoted_exact (test.test.TestZshGlobalExplicit) ... ok
+test_quoted_space (test.test.TestZshGlobalExplicit) ... ok
+test_quotes (test.test.TestZshGlobalExplicit) ... ok
+test_redirection_completion (test.test.TestZshGlobalExplicit) ... ok
+test_simple_completion (test.test.TestZshGlobalExplicit) ... ok
+test_single_quoted_completion (test.test.TestZshGlobalExplicit) ... ok
+test_single_quotes_in_double_quotes (test.test.TestZshGlobalExplicit) ... ok
+test_single_quotes_in_single_quotes (test.test.TestZshGlobalExplicit) ... ok
+test_special_characters (test.test.TestZshGlobalExplicit) ... ok
+test_special_characters_double_quoted (test.test.TestZshGlobalExplicit) ... ok
+test_special_characters_single_quoted (test.test.TestZshGlobalExplicit) ... ok
+test_unquoted_space (test.test.TestZshGlobalExplicit) ... ok
+test_wordbreak_chars (test.test.TestZshGlobalExplicit) ... ok
+test_comp_point (test.test.TestZshGlobalImplicit) ... skipped 'skip'
+test_completion_environment (test.test.TestZshGlobalImplicit) ... skipped 'skip'
+test_console_script_module (test.test.TestZshGlobalImplicit)
+Test completing a console_script for a module. ... ok
+test_console_script_module_wheel (test.test.TestZshGlobalImplicit)
+Test completing a console_script for a module from a wheel. ... ok
+test_console_script_package (test.test.TestZshGlobalImplicit)
+Test completing a console_script for a package. ... ok
+test_console_script_package_wheel (test.test.TestZshGlobalImplicit)
+Test completing a console_script for a package from a wheel. ... ok
+test_continuation (test.test.TestZshGlobalImplicit) ... ok
+test_double_quoted_completion (test.test.TestZshGlobalImplicit) ... ok
+test_exclamation_in_double_quotes (test.test.TestZshGlobalImplicit) ... ok
+test_parse_special_characters (test.test.TestZshGlobalImplicit) ... skipped 'skip'
+test_parse_special_characters_dollar (test.test.TestZshGlobalImplicit) ... skipped 'skip'
+test_partial_completion (test.test.TestZshGlobalImplicit) ... ok
+test_python_completion (test.test.TestZshGlobalImplicit) ... ok
+test_python_filename_completion (test.test.TestZshGlobalImplicit) ... ok
+test_python_module (test.test.TestZshGlobalImplicit)
+Test completing a module run with python -m. ... ok
+test_python_not_executable (test.test.TestZshGlobalImplicit)
+Test completing a script that cannot be run directly. ... ok
+test_quoted_exact (test.test.TestZshGlobalImplicit) ... ok
+test_quoted_space (test.test.TestZshGlobalImplicit) ... ok
+test_quotes (test.test.TestZshGlobalImplicit) ... ok
+test_redirection_completion (test.test.TestZshGlobalImplicit) ... ok
+test_simple_completion (test.test.TestZshGlobalImplicit) ... ok
+test_single_quoted_completion (test.test.TestZshGlobalImplicit) ... ok
+test_single_quotes_in_double_quotes (test.test.TestZshGlobalImplicit) ... ok
+test_single_quotes_in_single_quotes (test.test.TestZshGlobalImplicit) ... ok
+test_special_characters (test.test.TestZshGlobalImplicit) ... ok
+test_special_characters_double_quoted (test.test.TestZshGlobalImplicit) ... ok
+test_special_characters_single_quoted (test.test.TestZshGlobalImplicit) ... ok
+test_unquoted_space (test.test.TestZshGlobalImplicit) ... ok
+test_wordbreak_chars (test.test.TestZshGlobalImplicit) ... ok
 test_warn (test.test.Warn) ... ok
 test_comp_point (test.test_contrib_shells.TestFish) ... skipped 'fish is not supported. Enable this test manually if needed.'
 test_completion_environment (test.test_contrib_shells.TestFish) ... skipped 'fish is not supported. Enable this test manually if needed.'
@@ -217,6 +252,6 @@
 test_wordbreak_chars (test.test_contrib_shells.TestTcsh) ... skipped 'tcsh is not supported. Enable this test manually if needed.'
 
 ----------------------------------------------------------------------
-Ran 197 tests
+Ran 226 tests
 
-OK (skipped=48, expected failures=5)
+OK (skipped=52, expected failures=5)

--
Gitblit v1.9.3