Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency argcomplete to v3 #463

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Oct 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
argcomplete (changelog) ==2.1.2 -> ==3.5.1 age adoption passing confidence

Release Notes

kislyuk/argcomplete (argcomplete)

v3.5.1

Compare Source

===============================

  • Restore compatibility with argparse in Python 3.12.7+ (#​508)

v3.5.0

Compare Source

===============================

  • Use project.scripts instead of setuptools scripts (#​498)

  • Test infrastructure improvements

v3.4.0

Compare Source

===============================

  • No stdin for python calls from bash completion functions (#​488)

    Prevents usage of stdin by (python) executables that are called
    during completion generation. This prevents the completion locking up
    the entire shell when the python script is broken i.e. it enters an
    interactive mode (REPL) instead of generating the completions, as
    expected.

  • Localize shell variable REPLY to avoid overwriting users’ value
    (#​489)

    The variable REPLY is used by default by the read shell builtin
    to store the return value, and like all bash/zsh variables, is scoped
    globally. This change allows this variable to be used for other needs
    by appropriately scoping its internal use by an argcomplete utility
    function that uses read.

v3.3.0

Compare Source

===============================

  • Preserve compatibility with argparse option tuples of length 4. This
    update is required to use argcomplete on Python 3.11.9+ or 3.12.3+.

v3.2.3

Compare Source

===============================

  • Allow register-python-argcomplete output to be used as lazy-loaded
    zsh completion module (#​475)

  • Move debug_stream initialization to helper method to allow fd 9
    behavior to be overridden in subclasses (#​471)

v3.2.2

Compare Source

===============================

Expand tilde in zsh

v3.2.1

Compare Source

===============================

  • Allow explicit zsh global completion activation (#​467)

v3.2.0

Compare Source

===============================

  • Fix and test global completion in zsh (#​463, #​466)

  • Add –yes option to activate-global-python-argcomplete (#​461)

  • Test suite improvements

v3.1.6

Compare Source

===============================

  • Respect user choice in activate-global-python-argcomplete

v3.1.5

Compare Source

===============================

  • Escape colon in zsh completions. Fixes #​456

v3.1.4

Compare Source

===============================

  • Call _default as a fallback in zsh global completion

v3.1.3

Compare Source

===============================

  • Use homebrew prefix by default

  • zsh: Allow to use external script (#​453)

  • Add support for Python 3.12 and drop EOL 3.6 and 3.7 (#​449)

v3.1.2

Compare Source

===============================

  • Ensure Python 3.12+ compatibility in check_console_script (#​448)

v3.1.1

Compare Source

===============================

  • Search through asdf shims

  • Use ` as escape character in PowerShell (#​434)

v3.1.0

Compare Source

===============================

  • setup.py -> pyproject.toml migration start (#​427)

  • Improve user install logic in activate-global-python-argcomplete
    (#​437)

  • Ensure Python 3.7 compatibility in check_console_script (#​436)

  • ZSH implementation fixes (#​431, #​433)

  • Documentation improvements

v3.0.8

Compare Source

===============================

  • Test suite shell wrapper: Accept OSError on exit

v3.0.7

Compare Source

===============================

  • Test suite: Use general regex to cut zsh reset ANSI sequences (#​425)

v3.0.6

Compare Source

===============================

  • Allow importlib-metadata 6.x; skip test failures on Python 3.7 (#​420,
    #​424)

  • Note completers can return iterables of strings, not just lists
    (#​422)

  • Documentation and test improvements

v3.0.5

Compare Source

===============================

  • Call _default as fallback in zsh global completion hook

  • Begin support for mapping-emitting completers

v3.0.4

Compare Source

===============================

  • activate-global-python-argcomplete: do not overwrite existing dotfile
    in user directory

  • Add NOTICE file

  • Establish long term name for split_line as
    argcomplete.lexers.split_line

v3.0.3

Compare Source

===============================

  • Re-add split_line to API (#​419)

v3.0.2

Compare Source

===============================

Fix zsh default completion issues

v3.0.1

Compare Source

===============================

  • Fix zsh autoload issues

v3.0.0

Compare Source

===============================

  • Fully support zsh. Argcomplete now supports completion descriptions
    and global completion in zsh.

  • Clean up top level namespace.

  • Documentation and test improvements.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 31, 2024
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/python-spanner-sqlalchemy API. label Oct 31, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 31, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 1, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 1, 2024
@olavloite olavloite merged commit a434259 into googleapis:main Nov 1, 2024
13 checks passed
@renovate-bot renovate-bot deleted the renovate/argcomplete-3.x branch November 1, 2024 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/python-spanner-sqlalchemy API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants