2023-11-17 19:07:42 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-argcomplete: updated to 3.1.6
Changes for v3.1.6 (2023-11-12)
- Respect user choice in activate-global-python-argcomplete
Changes for v3.1.5 (2023-11-12)
- Escape colon in zsh completions.
|
2023-11-09 13:59:33 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-argcomplete: updated to 3.1.4
Changes for v3.1.4 (2023-11-01)
- Call \_default as a fallback in zsh global completion
Changes for v3.1.3 (2023-11-01)
- Use homebrew prefix by default
- zsh: Allow to use external script
- Add support for Python 3.12 and drop EOL 3.6 and 3.7
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-09-28 17:52:02 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-argcomplete: updated to 3.1.2
Changes for v3.1.2 (2023-09-16)
- Ensure Python 3.12+ compatibility in check_console_script
|
2023-07-30 17:19:42 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-argcomplete: updated to 3.1.1
Changes for v3.1.1 (2023-06-11)
- Search through asdf shims
- Use \` as escape character in PowerShell
Changes for v3.1.0 (2023-06-10)
- setup.py -> pyproject.toml migration start
- Improve user install logic in activate-global-python-argcomplete
- Ensure Python 3.7 compatibility in check_console_script
- ZSH implementation fixes
- Documentation improvements
|
2023-04-30 14:50:12 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
py-argcomplete: update to 3.0.8.
Changes for v3.0.8 (2023-04-23)
===============================
- Test suite shell wrapper: Accept OSError on exit
Changes for v3.0.7 (2023-04-23)
===============================
- Test suite: Use general regex to cut zsh reset ANSI sequences (#425)
Changes for v3.0.6 (2023-04-22)
===============================
- 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
Changes for v3.0.5 (2023-03-25)
===============================
- Call \_default as fallback in zsh global completion hook
- Begin support for mapping-emitting completers
Changes for v3.0.4 (2023-03-21)
===============================
- 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
Changes for v3.0.3 (2023-03-20)
===============================
- Re-add split_line to API (#419)
Changes for v3.0.2 (2023-03-19)
===============================
Fix zsh default completion issues
Changes for v3.0.1 (2023-03-19)
===============================
- Fix zsh autoload issues
Changes for v3.0.0 (2023-03-19)
===============================
- Fully support zsh. Argcomplete now supports completion descriptions
and global completion in zsh.
- Clean up top level namespace.
- Documentation and test improvements.
Changes for v2.1.2 (2023-03-17)
===============================
- Test infrastructure improvements
- Indicate that there is no support commitment for fish and tcsh shells
Changes for v2.1.1 (2023-03-06)
===============================
- Documentation and test improvements
Changes for v2.1.0 (2023-03-06)
===============================
- Remove scripts for contrib-supported shells from global namespace
Changes for v2.0.6 (2023-03-06)
===============================
- setup.py: exclude test.\* subpackages from find_packages (#406)
- Support PowerShell (#405)
- CI updates
Changes for v2.0.5 (2023-03-04)
===============================
- Revert “Support powershell (#392)”
Changes for v2.0.4 (2023-03-04)
===============================
- Fix interrupted release (v2.0.1)
Changes for v2.0.3 (2023-03-04)
===============================
- Fix interrupted release (v2.0.1)
Changes for v2.0.2 (2023-03-04)
===============================
- Fix interrupted release (v2.0.1)
Changes for v2.0.1 (2023-03-04)
===============================
- Support powershell (#392)
- Update importlib-metadata dependency to include versions 5.x (#389)
- Test and documentation improvements
Changes for v2.0.0 (2022-01-03)
===============================
- Truncate input after cursor. Fixes #351 (#352)
- Support of path completion in fish #327 (#359)
- Drop support for Python 2.7 and 3.5 (#361)
- Add support for Python 3.10 (#356)
- Test, documentation, and release infrastructure improvements
|
2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96) |
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION
|
2022-08-24 11:25:57 by Thomas Klausner | Files touched by this commit (17) |
Log message:
*: use coverage from versioned_dependencies.mk
|
2022-01-29 09:48:41 by Thomas Klausner | Files touched by this commit (12) |
Log message:
*: convert py-flake8 users to versioned_dependencies
|
2022-01-25 10:05:12 by Thomas Klausner | Files touched by this commit (10) |
Log message:
*: use versioned_dependencies.mk for py-importlib-metadata
|