Marcel Telka
2023-12-11 c36927ccf0977ff928080a7889331befacab7bf6
python/argcomplete: update to 3.2.1

2 files modified
103 ■■■■■ changed files
components/python/argcomplete/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/argcomplete/test/results-all.master 97 ●●●●● patch | view | raw | blame | history
components/python/argcomplete/Makefile
@@ -19,13 +19,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        argcomplete
HUMAN_VERSION =            3.2.0
HUMAN_VERSION =            3.2.1
COMPONENT_SUMMARY =        argcomplete - Bash tab completion for argparse
COMPONENT_PROJECT_URL =        https://github.com/kislyuk/argcomplete
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/36/53/05d65832caa4f503fe31503519eda59e4ddc52da08d352f6d016f62c5e3a/argcomplete-3.2.0.tar.gz
    https://files.pythonhosted.org/packages/b8/a0/524e0aaabf9bc3dfcfb4da4c61a0469d5cbac31e39dd807a832ea6098c91/argcomplete-3.2.1.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:f6d23fcdec0c53901a40f7b908f6c55ffc1def5a5012a7bb97479ceefd3736e3
    sha256:437f67fb9b058da5a090df505ef9be0297c4883993f3f56cb186ff087778cfb4
COMPONENT_LICENSE =        Apache-2.0
COMPONENT_LICENSE_FILE =    LICENSE.rst
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)