Changelog for
python311-argcomplete-3.4.0-lp160.5.1.noarch.rpm :
* Sun Oct 06 2024 Matej Cepl
- Add argparse-3_12_7.patch which should actually fix gh#kislyuk/argcomplete#507.- Remove skip-failing-tests-3_12_7.patch, which is now unnecessary.
* Sat Oct 05 2024 Matej Cepl - Add skip-failing-tests-3_12_7.patch as a temporary workaround, skip failing tests (gh#kislyuk/argcomplete#507).
* Tue Aug 13 2024 Dirk Müller - require ca-certificates-mozilla for the pip >= 24.2
* Mon Jul 15 2024 John Paul Adrian Glaubitz - Update to 3.4.0
* 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``.- Drop patches for issued fixed upstream
* bash-repl.patch
* Thu Apr 18 2024 Daniel Garcia - Update to 3.3.0 (bsc#1222880):
* 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+.- update to 3.2.3:
* 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)
* Tue Jan 30 2024 Dirk Müller - update to 3.2.2:
* Expand tilde in zsh
* Wed Jan 03 2024 Ben Greiner - Remove coverage check- Fix zsh test failures: avoid coloring terminal
* Fri Dec 29 2023 Dirk Müller - update to 3.2.1:
* Allow explicit zsh global completion activation (#467)
* Fix and test global completion in zsh (#463, #466)
* Add –yes option to activate-global-python-argcomplete (#461)
* Test suite improvements- drop without_zsh.patch: obsolete
* Mon Nov 27 2023 Dirk Müller - update to 3.1.6:
* Respect user choice in activate-global-python-argcomplete
* Escape colon in zsh completions. Fixes #456
* Call \\_default as a fallback in zsh global completion
* Fri Nov 10 2023 Dirk Müller - update to 3.1.4:
* Call \\_default as a fallback in zsh global completion
* zsh: Allow to use external script (#453)
* Add support for Python 3.12 and drop EOL 3.6 and 3.7 (#449)
* Use homebrew prefix by default
* zsh: Allow to use external script (#453)
* Tue Oct 24 2023 Dirk Müller - add setuptools_scm for proper version detection
* Thu Oct 05 2023 Dirk Müller - update to 3.1.2:
* Ensure Python 3.12+ compatibility in check_console_script
* Tue Jul 04 2023 John Paul Adrian Glaubitz - Update to version 3.1.1
* Search through asdf shims
* Use \\` as escape character in PowerShell (#434)- from version 3.1.0
* 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- Drop obsolete patch
* trim-test-deps.patch
* Tue May 30 2023 Andreas Schwab - bash-repl.patch: Use correct place for auxiliary bashrc.sh file from pexpect
* Fri May 05 2023 Daniel Garcia - Add without_zsh.patch- Delete skip_tcsh_tests.patch- Delete without_fish.patch- Update to 3.0.8:
* Test suite shell wrapper: Accept OSError on exit- 3.0.7:
* Test suite: Use general regex to cut zsh reset ANSI sequences (#425)- 3.0.6:
* 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- 3.0.5:
* Call _default as fallback in zsh global completion hook
* Begin support for mapping-emitting completers- 3.0.4:
* 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- 3.0.3:
* Re-add split_line to API (#419)- 3.0.2:
* Fix zsh default completion issues- 3.0.1:
* Fix zsh autoload issues- 3.0.0:
* Fully support zsh. Argcomplete now supports completion descriptions and global completion in zsh.
* Clean up top level namespace.
* Documentation and test improvements.- 2.1.2:
* Test infrastructure improvements
* Indicate that there is no support commitment for fish and tcsh shells- 2.1.1:
* Documentation and test improvements- 2.1.0:
* Remove scripts for contrib-supported shells from global namespace- 2.0.6:
* setup.py: exclude test.
* subpackages from find_packages (#406)
* Support PowerShell (#405)
* CI updates- 2.0.5:
* Revert \"Support powershell (#392)\"
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Fri Mar 24 2023 Daniel Garcia - Remove importlib-metadata requirement, it\'s not needed for python > 3.7
* Thu Mar 16 2023 Matej Cepl - Add without_fish.patch which makes fish only optional BuildRequires (gh#kislyuk/argcomplete!410).
* Tue Jan 31 2023 Dirk Müller - fix substitution on tests/test.py to test the current python flavor
* Wed Jul 06 2022 Dirk Müller - update to 2.0.0:
* Truncate input after cursor.
* Support of path completion in fish
* Drop support for Python 2.7 and 3.5
* Add support for Python 3.10
* Test, documentation, and release infrastructure improvements
* Sun Jun 06 2021 Dirk Müller - update to 1.12.3:
* Update importlib-metadata version pin
* Display script debug output in tcsh
* Fish support improvements
* Print ``warn()`` message from beginning of line
* Test infrastructure improvements
* Sun Dec 20 2020 Dirk Müller - update to 1.12.2: - Update importlib-metadata dependency pin (#332) - Add change log project URL (#312) - Replace Travis CI with GitHub Actions (#323) - Update importlib-metadata dependency version range - Bash nounset mode fixes (#313)- remove 0001-Remove-expected-test-failure-for-new-versions-of-fish.patch (upstream)
* Wed May 27 2020 Petr Gajdos - %python3_only -> %python_alternative
* Thu Apr 30 2020 Tomáš Chvátal - Fix test execution without /usr/bin/python
* Thu Mar 26 2020 Antonio Larrosa - Add patch from upstream to fix tests with latest fish version:
* 0001-Remove-expected-test-failure-for-new-versions-of-fish.patch
* Fri Jan 17 2020 Marketa Calabkova - update to 1.11.1
* Add -o bashdefault to register-python-argcomplete’s output command
* Use shell builtins where possible
* Switch from pkg_resources to importlib
* Remove .sh extension by bash-completion convention
* Do not suggest options after –
* Include all test directory contents in source distribution
* Trigger completers on –optional=PARTIAL_VALUE
* Documentation and test improvements
* Fri Sep 13 2019 Tomáš Chvátal - Update to 1.10.0:
* fish support- Refresh patch skip_tcsh_tests.patch
* Fri Apr 05 2019 Tomáš Chvátal - Update to 1.9.5:
* check_module: Don’t crash, exit with error instead (#261)
* Register completion for multiple commands (#246)
* Mon Feb 25 2019 John Vandenberg - Trim unnecessary build dependencies using trim-test-deps.patch- Simplify skip_tcsh_tests.patch so it is easier to read and update- Update to v1.9.4
* Use the correct interpreter when checking wrappers
* Provide shellcode as a module function (#237)- from v1.9.3
* Fix handling of COMP\\_POINT
* Fix crash when writing unicode to debug\\_stream in Python 2
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Fri Sep 15 2017 adrian.glaubitzAATTsuse.com- New upstream release + Version 1.9.2- Update patch to skip broken tcsh tests + skip_tcsh_tests.patch- Fix issues with singlespec auto-conversion + Install %{python_sitelib}/bash_completion.d/python-argcomplete.sh into %{_sysconfdir}/bash_completion.d/ + Use %python_clone to create both Python 2 and Python 3 versions of all scripts below /usr/bin and /etc/bash_completion.d with the %{python_version} suffix; also install the Python 3 versions without the suffix
* Thu Aug 24 2017 jmatejekAATTsuse.com- singlespec auto-conversion
* Thu Jul 20 2017 sebix+novell.comAATTsebix.at- update to 1.8.2- add patch skip_tcsh_tests.patch to skip broken tcsh tests
* Wed Nov 02 2016 achim.herwigAATTwodca.de- ported back from python3 package including introduced update-alternatives to coexist with corresponding python3 package
* Sat Dec 12 2015 mimi.vxAATTgmail.com- update to 1.0.0
* Don\'t print args with suppressed help by default; add argcomplete.autocomplete(print_suppressed=True) to control this behavior
* Fix always_complete_options=False support.
* Correct doc filename in setup.cfg
* Make context managers exception-safe.
* Fix issue with non-string choices for arguments.
* Improve non-ascii argparse argument support on Python 2.7.
* Sun Apr 19 2015 benoit.moninAATTgmx.fr- update to 0.8.7:
* register-python-argcomplete: add option to avoid default readline completion. Thanks to AATTdrmalex07 (pull request #99).- additional changes from 0.8.6:
* Expand tilde in script name, allowing argcomplete to work when invoking scripts from one\'s home directory. Thanks to AATTVorpalBlade (Issue 104).- additional changes from 0.8.5:
* Fix issues related to using argcomplete in a REPL environement.
* New helper method for custom completion display.
* Expand test suite; formatting cleanup.- additional changes from 0.8.4:
* Fix issue related to using argcomplete in a REPL environement. Thanks to AATTwapiflapi (pull request #91).- additional changes from 0.8.3:
* Fix multiple issues related to using argcomplete in a REPL environement. Thanks to AATTwapiflapi (pull request #90).- additional changes from 0.8.2:
* Don\'t strip colon prefix in completion results if COMP_WORDBREAKS does not contain a colon. Thanks to AATTberezv (pull request #88).- additional changes from 0.8.1:
* Use complete --nospace to avoid issues with directory completion.- additional changes from 0.8.0:
* Refactor main body of code into a class to enable subclassing and overriding of functionality (Issue #78).- additional changes from 0.7.1:
* New keyword option \"argcomplete.autocomplete(validator=...)\" to supply a custom validator or bypass default validation. Thanks to AATTthijsdezoete (Issue #77).
* Document debug options.- additional changes from 0.7.0:
* New keyword option \"argcomplete.autocomplete(exclude=[...])\" to suppress options (Issue #74).
* More speedups to code path for global completion hook negative result.- additional changes from 0.6.9:
* Fix handling of development mode script wrappers. Thanks to AATTjmlopez-rod and AATTdcosson (Issue #69).
* Speed up code path for global completion hook negative result by loading pkg_resources on demand.- additional changes from 0.6.8:
* Begin tracking changes in changelog.
* Add completion support for PBR installed scripts (PR #71).
* Detect easy-install shims with shebang lines that contain Py instead of py (Issue #69).
* Fri Jan 17 2014 speilickeAATTsuse.com- Update to version 0.6.7: + Upstream provides no changelog- Don\'t install testsuite globally
* Mon Nov 18 2013 speilickeAATTsuse.com- Update to version 0.6.3: + No changelog
* Thu Oct 24 2013 speilickeAATTsuse.com- Require python-setuptools instead of distribute (upstreams merged)
* Thu May 02 2013 speilickeAATTsuse.com- Fix SLE builds- Add LICENSE.rst and README.rst- Run testsuite
* Mon Apr 29 2013 darinAATTdarins.net- fixed license, set noarch for build
* Fri Apr 26 2013 darinAATTdarins.net- add files in _bindir- add python-distribute
* Fri Apr 26 2013 darinAATTdarins.net- Initial packaging