17
0

100 Commits

Author SHA256 Message Date
9c0837ab86 Accepting request 1330905 from devel:languages:python
- Update to 3.6.3:
  * Make RE PCRE compatible. Fixes #539
  * Only execute Python interpreters (#536)
  * fish: set variable scope to local to avoid clobbering global or
    universal variables (#534)
  * Documentation and help improvements
- Add %pythons_for_pypi macro

OBS-URL: https://build.opensuse.org/request/show/1330905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=45
2026-02-11 17:53:30 +00:00
d9304f25f4 - Update to 3.6.3:
* Make RE PCRE compatible. Fixes #539
  * Only execute Python interpreters (#536)
  * fish: set variable scope to local to avoid clobbering global or
    universal variables (#534)
  * Documentation and help improvements
- Add %pythons_for_pypi macro

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=99
2026-02-04 10:03:56 +00:00
c55a7f32c1 Accepting request 1298824 from devel:languages:python
- Make the libalternatives transition conditional

OBS-URL: https://build.opensuse.org/request/show/1298824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=44
2025-08-12 15:03:27 +00:00
e7418938a3 fix
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=97
2025-08-11 12:13:43 +00:00
12d4fd6c55 - Make the libalternatives transition conditional
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=96
2025-08-11 12:09:41 +00:00
f1ba1d9ee9 Accepting request 1292430 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1292430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=43
2025-07-15 14:42:57 +00:00
fc4ff59599 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=94
2025-07-12 17:20:29 +00:00
e4286e235c Accepting request 1286090 from devel:languages:python
- Convert to libalternatives

OBS-URL: https://build.opensuse.org/request/show/1286090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=42
2025-06-18 13:53:44 +00:00
17dadb5edb - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=92
2025-06-16 12:12:03 +00:00
a4718b63b5 Accepting request 1284723 from devel:languages:python
- Remove executable bit on files installed outside of the path. (bsc#1244435)

OBS-URL: https://build.opensuse.org/request/show/1284723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=41
2025-06-11 14:19:51 +00:00
b2f508c618 - Remove executable bit on files installed outside of the path. (bsc#1244435)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=90
2025-06-11 08:33:33 +00:00
c69a3e4cb8 Accepting request 1284019 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1284019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=40
2025-06-10 06:56:53 +00:00
1e0e26cbf1 Accepting request 1283842 from home:ojkastl_buildservice:Branch_devel_languages_python
update to 3.5.3

OBS-URL: https://build.opensuse.org/request/show/1283842
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=88
2025-06-09 08:25:16 +00:00
c8fd57a540 Accepting request 1229866 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1229866
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=39
2024-12-11 20:01:01 +00:00
3d92d75b2d Accepting request 1229767 from home:mcalabkova:branches:devel:languages:python
- Update to version 3.5.2
  * Fix _parse_known_args monkeypatching. This fix is required to restore 
    compatibility with Python 3.12.8 and 3.13.1.

OBS-URL: https://build.opensuse.org/request/show/1229767
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=86
2024-12-10 15:53:43 +00:00
62cb809c4e Accepting request 1219176 from devel:languages:python
- 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
- Add _multibuild (to make testing against fully installed package)

OBS-URL: https://build.opensuse.org/request/show/1219176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=38
2024-10-30 16:33:05 +00:00
3da4421491 Add _multibuild file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=84
2024-10-29 17:11:01 +00:00
6ae5bc185b Add _multibuild file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=83
2024-10-29 17:09:52 +00:00
762a870d8f Actually remove the patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=82
2024-10-29 17:09:20 +00:00
63f52d2c11 Actually remove the patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=81
2024-10-29 17:09:02 +00:00
48881fad7b - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=80
2024-10-29 17:08:44 +00:00
92288d6c3f Accepting request 1206005 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1206005
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=37
2024-10-08 15:16:27 +00:00
3d8435f50a - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=78
2024-10-06 21:46:10 +00:00
74e955d959 Accepting request 1205831 from devel:languages:python
- Add skip-failing-tests-3_12_7.patch as a temporary workaround,
  skip failing tests (gh#kislyuk/argcomplete#507).

OBS-URL: https://build.opensuse.org/request/show/1205831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=36
2024-10-06 15:51:47 +00:00
21e05d215c - Add skip-failing-tests-3_12_7.patch as a temporary workaround,
skip failing tests (gh#kislyuk/argcomplete#507).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=76
2024-10-05 14:54:12 +00:00
8fdbe3e46c Accepting request 1193769 from devel:languages:python
- require ca-certificates-mozilla for the pip >= 24.2

OBS-URL: https://build.opensuse.org/request/show/1193769
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=35
2024-08-15 07:57:23 +00:00
c6843b15ed - require ca-certificates-mozilla for the pip >= 24.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=74
2024-08-13 20:19:10 +00:00
ad4822b08e Accepting request 1187607 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1187607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=34
2024-07-16 20:02:19 +00:00
bc6418d2cc Accepting request 1187546 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1187546
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=72
2024-07-15 18:40:35 +00:00
dc4821eb38 Accepting request 1168718 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1168718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=33
2024-04-21 18:24:14 +00:00
4600ee5be6 Accepting request 1168717 from home:dgarcia:branches:devel:languages:python:Factory
- 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)

OBS-URL: https://build.opensuse.org/request/show/1168717
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=70
2024-04-18 06:36:13 +00:00
e6c92ca59e Accepting request 1142768 from devel:languages:python
- update to 3.2.2:
  * Expand tilde in zsh

OBS-URL: https://build.opensuse.org/request/show/1142768
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=32
2024-01-30 17:24:58 +00:00
b87c44100e - update to 3.2.2:
* Expand tilde in zsh

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=68
2024-01-30 12:07:16 +00:00
572a249ae9 Accepting request 1136647 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1136647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=31
2024-01-05 21:59:50 +00:00
be9a50529e Accepting request 1136618 from home:bnavigator:branches:devel:languages:python
- Remove coverage check
- Fix zsh test failures: avoid coloring terminal

OBS-URL: https://build.opensuse.org/request/show/1136618
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=66
2024-01-03 17:37:55 +00:00
4159f9a204 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=65
2023-12-29 18:28:27 +00:00
215be46467 Accepting request 1129173 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1129173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=30
2023-11-28 21:18:24 +00:00
1220bde66f - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=63
2023-11-27 15:35:23 +00:00
970fadfadd Accepting request 1124879 from devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/1124879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=29
2023-11-13 21:16:12 +00:00
b95dbb9054 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=61
2023-11-10 12:26:59 +00:00
91e3045e06 Accepting request 1119967 from devel:languages:python
- add setuptools_scm for proper version detection

OBS-URL: https://build.opensuse.org/request/show/1119967
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=28
2023-10-24 18:07:55 +00:00
696693a297 - add setuptools_scm for proper version detection
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=59
2023-10-24 12:01:28 +00:00
082d145a2f Accepting request 1115761 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1115761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=27
2023-10-06 19:12:30 +00:00
1f09ab9fad - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=57
2023-10-05 08:47:05 +00:00
7cffab478d Accepting request 1096831 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1096831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=26
2023-07-05 13:30:46 +00:00
9c9f174b4d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=55 2023-07-04 14:21:36 +00:00
4001b17b30 Accepting request 1096762 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1096762
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=54
2023-07-04 14:21:01 +00:00
4a24f4b56c Accepting request 1090044 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1090044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=25
2023-06-02 22:06:30 +00:00
4802d0cce5 Accepting request 1089857 from home:Andreas_Schwab:Factory
- bash-repl.patch: Use correct place for auxiliary bashrc.sh file from pexpect

OBS-URL: https://build.opensuse.org/request/show/1089857
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=52
2023-05-31 16:12:54 +00:00
82e464d199 Accepting request 1085044 from devel:languages:python
- 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)"

OBS-URL: https://build.opensuse.org/request/show/1085044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argcomplete?expand=0&rev=24
2023-05-09 11:06:43 +00:00