14
0

Commit Graph

  • 61cfbfb50e Accepting request 1298824 from devel:languages:python main Dominique Leuenberger 2025-08-12 15:03:27 +00:00
  • 93f7e37c6e fix Markéta Machová 2025-08-11 12:13:43 +00:00
  • af6f836337 - Make the libalternatives transition conditional Markéta Machová 2025-08-11 12:09:41 +00:00
  • da9ad080c2 Accepting request 1292430 from devel:languages:python Ana Guerrero 2025-07-15 14:42:57 +00:00
  • cfbc2acb0d - update to 3.6.2: * Revert “zsh: skip repeat Python runs in the same completion run” This reverts a regression introduced in zsh tab completion configurations utilizing multiple matchers. * zsh: add global completion system install dir to user fpath if not present * Update shell_integration.py to support spaces in script file path. * Fix completion when wordbreak is first character * Support namespace package traversal when completing Python entry points * zsh: skip repeat Python runs in the same completion run * Make _parse_known_args signature more general for future API changes * Use interactive shells and bind to make environment variable name completions work in older Bash versions * Fix _parse_known_args monkeypatching Note: This fix is required to restore compatibility with Python 3.12.8 and 3.13.1. * Note: This fix is required to restore compatibility with Python 3.12.8 and 3.13.1. * CI improvements * Restore compatibility with argparse in Python 3.12.7+ * Use project.scripts instead of setuptools scripts * Test infrastructure improvements * 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 Dirk Mueller 2025-07-12 17:20:29 +00:00
  • 9b1591b47e Accepting request 1286090 from devel:languages:python Ana Guerrero 2025-06-18 13:53:44 +00:00
  • b2cf2877a2 - Convert to libalternatives Markéta Machová 2025-06-16 12:12:03 +00:00
  • e89301c5f0 Accepting request 1284723 from devel:languages:python Ana Guerrero 2025-06-11 14:19:51 +00:00
  • ff0068be73 - Remove executable bit on files installed outside of the path. (bsc#1244435) Steve Kowalik 2025-06-11 08:33:33 +00:00
  • a7544cf658 Accepting request 1284019 from devel:languages:python Ana Guerrero 2025-06-10 06:56:53 +00:00
  • 3ff19d3fc5 Accepting request 1283842 from home:ojkastl_buildservice:Branch_devel_languages_python Markéta Machová 2025-06-09 08:25:16 +00:00
  • 33e1887b2b Accepting request 1229866 from devel:languages:python Ana Guerrero 2024-12-11 20:01:01 +00:00
  • eeabe2a688 Accepting request 1229767 from home:mcalabkova:branches:devel:languages:python Markéta Machová 2024-12-10 15:53:43 +00:00
  • 739a17ad78 Accepting request 1219176 from devel:languages:python Dominique Leuenberger 2024-10-30 16:33:05 +00:00
  • 7d36a022b8 Add _multibuild file Matej Cepl 2024-10-29 17:11:01 +00:00
  • 481bb8adfb Add _multibuild file Matej Cepl 2024-10-29 17:09:52 +00:00
  • e3a151f9c1 Actually remove the patch Matej Cepl 2024-10-29 17:09:20 +00:00
  • b7305c95d8 Actually remove the patch Matej Cepl 2024-10-29 17:09:02 +00:00
  • c33f4bc810 - Update to the version 3.5.1: - Restore compatibility with argparse in Python 3.12.7+ - Use project.scripts instead of setuptools scripts - Test infrastructure improvements - Remove upstreamed patches: - argparse-3_12_7.patch Matej Cepl 2024-10-29 17:08:44 +00:00
  • 5f2809d7de Accepting request 1206005 from devel:languages:python Ana Guerrero 2024-10-08 15:16:27 +00:00
  • 749886ae5f - 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. Matej Cepl 2024-10-06 21:46:10 +00:00
  • 158e596173 Accepting request 1205831 from devel:languages:python Ana Guerrero 2024-10-06 15:51:47 +00:00
  • 17950c2639 - Add skip-failing-tests-3_12_7.patch as a temporary workaround, skip failing tests (gh#kislyuk/argcomplete#507). Matej Cepl 2024-10-05 14:54:12 +00:00
  • 818c035c4e Accepting request 1193769 from devel:languages:python Dominique Leuenberger 2024-08-15 07:57:23 +00:00
  • ad3bd71c34 - require ca-certificates-mozilla for the pip >= 24.2 Dirk Mueller 2024-08-13 20:19:10 +00:00
  • 946c8ae1fe Accepting request 1187607 from devel:languages:python Ana Guerrero 2024-07-16 20:02:19 +00:00
  • c781b94da6 Accepting request 1187546 from home:glaubitz:branches:devel:languages:python Dirk Mueller 2024-07-15 18:40:35 +00:00
  • 8b47d97a82 Accepting request 1168718 from devel:languages:python Ana Guerrero 2024-04-21 18:24:14 +00:00
  • 01dfbf3854 Accepting request 1168717 from home:dgarcia:branches:devel:languages:python:Factory Daniel Garcia 2024-04-18 06:36:13 +00:00
  • 41fbb99db0 Accepting request 1142768 from devel:languages:python Ana Guerrero 2024-01-30 17:24:58 +00:00
  • 5ebd7d38d5 - update to 3.2.2: * Expand tilde in zsh Dirk Mueller 2024-01-30 12:07:16 +00:00
  • 77fd4036dd Accepting request 1136647 from devel:languages:python Dominique Leuenberger 2024-01-05 21:59:50 +00:00
  • d7438f4aef Accepting request 1136618 from home:bnavigator:branches:devel:languages:python Dirk Mueller 2024-01-03 17:37:55 +00:00
  • b93be79fd9 - 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 Dirk Mueller 2023-12-29 18:28:27 +00:00
  • 6fd2c66ee9 Accepting request 1129173 from devel:languages:python Ana Guerrero 2023-11-28 21:18:24 +00:00
  • 96349c4d5b - 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 Dirk Mueller 2023-11-27 15:35:23 +00:00
  • 4cc329f7e4 Accepting request 1124879 from devel:languages:python Ana Guerrero 2023-11-13 21:16:12 +00:00
  • 23d91170c8 - 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) Dirk Mueller 2023-11-10 12:26:59 +00:00
  • 83a9146554 Accepting request 1119967 from devel:languages:python Ana Guerrero 2023-10-24 18:07:55 +00:00
  • 146d8634f3 - add setuptools_scm for proper version detection Dirk Mueller 2023-10-24 12:01:28 +00:00
  • 06501f3b95 Accepting request 1115761 from devel:languages:python Ana Guerrero 2023-10-06 19:12:30 +00:00
  • 3fbe45f0a3 - update to 3.1.2: *Ensure Python 3.12+ compatibility in check_console_script - fix substitution on tests/test.py to test the current python flavor * Don't print args with suppressed help by default; add - fixed license, set noarch for build - add files in _bindir - add python-distribute - Initial packaging Dirk Mueller 2023-10-05 08:47:05 +00:00
  • 8370072eb3 Accepting request 1096831 from devel:languages:python Dominique Leuenberger 2023-07-05 13:30:46 +00:00
  • 679d134e76 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=55 Markéta Machová 2023-07-04 14:21:36 +00:00
  • 826a0a17ab Accepting request 1096762 from home:glaubitz:branches:devel:languages:python Markéta Machová 2023-07-04 14:21:01 +00:00
  • c39579c578 Accepting request 1090044 from devel:languages:python Dominique Leuenberger 2023-06-02 22:06:30 +00:00
  • daf55f5c59 Accepting request 1089857 from home:Andreas_Schwab:Factory Markéta Machová 2023-05-31 16:12:54 +00:00
  • 38b6fb224f Accepting request 1085044 from devel:languages:python Dominique Leuenberger 2023-05-09 11:06:43 +00:00
  • 989d8805ef - 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: Daniel Garcia 2023-05-05 11:27:50 +00:00
  • aa1faff103 Accepting request 1082008 from devel:languages:python Dominique Leuenberger 2023-04-22 20:02:17 +00:00
  • 4e8dba46f9 Accepting request 1081327 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-21 14:58:48 +00:00
  • 55d23cd8a0 Accepting request 1074136 from devel:languages:python Dominique Leuenberger 2023-03-25 17:55:04 +00:00
  • 04ea5c3208 - Remove importlib-metadata requirement, it's not needed for python > 3.7 Daniel Garcia 2023-03-24 10:51:45 +00:00
  • 43fcd4932b Accepting request 1072312 from devel:languages:python Dominique Leuenberger 2023-03-17 16:01:03 +00:00
  • 5a8837d535 Don't redefine %pythons macro. Matej Cepl 2023-03-16 09:37:00 +00:00
  • 8e3e111945 Accepting request 1072303 from home:dirkmueller:acdc:as_python3_module Matej Cepl 2023-03-16 09:36:19 +00:00
  • 1b013b936c Accepting request 1062354 from devel:languages:python Dominique Leuenberger 2023-02-02 17:07:06 +00:00
  • d39cee64ef - fix substitution on tests/test.py to test the current python flavor Dirk Mueller 2023-01-31 23:50:14 +00:00
  • d0e05eae15 Accepting request 988966 from devel:languages:python Dominique Leuenberger 2022-07-13 13:40:06 +00:00
  • bfae32c33e - 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 Dirk Mueller 2022-07-06 10:05:43 +00:00
  • f11bd8bc9d Accepting request 897830 from devel:languages:python Dominique Leuenberger 2021-06-06 20:40:55 +00:00
  • 3c639dde1c - 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 Dirk Mueller 2021-06-06 11:50:59 +00:00
  • c1399d02d9 Accepting request 857103 from devel:languages:python Dominique Leuenberger 2020-12-21 09:24:08 +00:00
  • fd1b9a6c26 - 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) Dirk Mueller 2020-12-20 09:21:17 +00:00
  • e90061c0cb Accepting request 809816 from devel:languages:python Dominique Leuenberger 2020-06-09 22:43:23 +00:00
  • b3a78363a1 Accepting request 809555 from home:pgajdos:python Tomáš Chvátal 2020-05-28 07:33:51 +00:00
  • eb0d0c3e70 Accepting request 799410 from devel:languages:python Dominique Leuenberger 2020-05-02 20:17:05 +00:00
  • 27fa91f839 - Fix test execution without /usr/bin/python Tomáš Chvátal 2020-05-01 07:27:41 +00:00
  • a1d34d2ac4 Accepting request 788475 from devel:languages:python Dominique Leuenberger 2020-03-26 22:34:11 +00:00
  • a992b9c6ae Accepting request 788468 from home:alarrosa:branches:devel:languages:python Tomáš Chvátal 2020-03-26 10:08:39 +00:00
  • 9d7ec1d138 Accepting request 765227 from devel:languages:python Dominique Leuenberger 2020-01-17 15:07:32 +00:00
  • 83fd5d91bd Accepting request 765194 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-01-17 12:02:05 +00:00
  • 02abef4b7a Accepting request 730714 from devel:languages:python Dominique Leuenberger 2019-09-27 12:47:28 +00:00
  • 63b21f593e - Update to 1.10.0: * fish support - Refresh patch skip_tcsh_tests.patch Tomáš Chvátal 2019-09-13 12:50:18 +00:00
  • 064ea45281 Accepting request 691783 from devel:languages:python Dominique Leuenberger 2019-04-08 18:52:57 +00:00
  • ca26701ea4 - Update to 1.9.5: * check_module: Don’t crash, exit with error instead (#261) * Register completion for multiple commands (#246) Tomáš Chvátal 2019-04-05 11:15:59 +00:00
  • 5e78599d01 Accepting request 678738 from devel:languages:python Stephan Kulow 2019-02-25 16:57:26 +00:00
  • 3226ad8b67 Accepting request 678632 from home:jayvdb:coala Tomáš Chvátal 2019-02-25 08:27:22 +00:00
  • 5f9a8ca867 Accepting request 653915 from devel:languages:python Dominique Leuenberger 2018-12-12 16:25:00 +00:00
  • c83255a471 Remove superfluous devel dependency for noarch package Matej Cepl 2018-12-04 13:13:32 +00:00
  • edd8cb8ae8 Accepting request 531242 from devel:languages:python Dominique Leuenberger 2017-10-05 10:02:49 +00:00
  • e7703e90b9 Accepting request 531226 from home:glaubitz:branches:devel:languages:python Jan Matejek 2017-10-04 14:02:59 +00:00
  • 0a0105e52f Accepting request 511764 from devel:languages:python Dominique Leuenberger 2017-07-21 20:50:43 +00:00
  • 6c41accd1f Accepting request 511762 from home:sebix:branches:devel:languages:python Dirk Mueller 2017-07-21 08:18:38 +00:00
  • 7206177c5e Accepting request 511605 from home:sebix:branches:devel:languages:python Dirk Mueller 2017-07-21 07:41:10 +00:00
  • 2bf083068b Accepting request 440003 from devel:languages:python Dominique Leuenberger 2016-11-14 19:14:34 +00:00
  • cfa00326f1 Accepting request 438953 from home:achimh Dirk Mueller 2016-11-12 08:00:09 +00:00
  • c8851f930b Accepting request 351194 from devel:languages:python Dominique Leuenberger 2016-01-01 18:48:18 +00:00
  • 01cd3c7c8e Accepting request 348513 from home:mimi_vx:branches:devel:languages:python Denisart Benjamin 2015-12-29 13:48:42 +00:00
  • 2e3237cdab Accepting request 298189 from devel:languages:python Dominique Leuenberger 2015-04-21 08:53:54 +00:00
  • a00b12d3a7 Accepting request 298059 from home:benoit_monin:branches:devel:languages:python Michal Čihař 2015-04-20 13:27:24 +00:00
  • 70c3ffa037 Accepting request 214251 from devel:languages:python Stephan Kulow 2014-01-20 06:53:55 +00:00
  • 1e4f6d1215 - Update to version 0.6.7: + Upstream provides no changelog - Don't install testsuite globally Sascha Peilicke 2014-01-17 15:51:18 +00:00
  • 4e4a741d09 Accepting request 207440 from devel:languages:python Stephan Kulow 2013-12-18 15:54:50 +00:00
  • 9a581e33f9 - Update to version 0.6.3: + No changelog Sascha Peilicke 2013-11-18 11:18:55 +00:00
  • d9aa3e8928 - Require python-setuptools instead of distribute (upstreams merged) Sascha Peilicke 2013-10-24 10:58:51 +00:00
  • 2a639228f9 - Fix SLE builds - Add LICENSE.rst and README.rst - Run testsuite Sascha Peilicke 2013-05-02 14:02:55 +00:00
  • 859e482a04 Accepting request 173718 from home:deadpoint Sascha Peilicke 2013-05-02 13:59:58 +00:00