2025-01-02 22:33:14 by Kimmo Suominen | Files touched by this commit (1) |
Log message:
py-argcomplete: Add missing dependency for py-hatchling
Fixes PR pkg/58954
|
2025-01-02 14:48:57 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-argcomplete: updated to 3.5.3
Changes for v3.5.3 (2024-12-31)
- Use interactive shells and bind to make environment variable name
completions work in older Bash versions
|
2024-12-24 19:55:48 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-argcomplete: updated to 3.5.2
Changes for v3.5.2 (2024-12-06)
- Fix \_parse_known_args monkeypatching
- CI improvements
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-07 12:52:05 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-argcomplete: updated to 3.5.1
Changes for v3.5.1 (2024-10-06)
- Restore compatibility with argparse in Python 3.12.7+
|
2024-08-07 17:13:08 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-argcomplete: updated to 3.5.0
Changes for v3.5.0 (2024-08-06)
- Use project.scripts instead of setuptools scripts
- Test infrastructure improvements
|
2024-04-15 07:09:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-argcomplete: updated to 3.3.0
Changes for v3.3.0 (2024-04-14)
- 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+.
|
2024-03-09 07:58:11 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-argcomplete: updated to 3.2.3
Changes for v3.2.3 (2024-03-07)
- Allow register-python-argcomplete output to be used as lazy-loaded
zsh completion module
- Move debug_stream initialization to helper method to allow fd 9
behavior to be overridden in subclasses
|
2024-01-24 07:49:19 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-argcomplete: updated to 3.2.2
Changes for v3.2.2 (2024-01-23)
Expand tilde in zsh
|
2023-12-11 22:14:35 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-argcomplete: updated to 3.2.1
Changes for v3.2.1 (2023-12-10)
- Allow explicit zsh global completion activation
Changes for v3.2.0 (2023-12-09)
- Fix and test global completion in zsh
- Add –yes option to activate-global-python-argcomplete
- Test suite improvements
|