15
0
Commit Graph

27 Commits

Author SHA256 Message Date
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:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=50
2023-05-05 11:27:50 +00:00
4e8dba46f9 Accepting request 1081327 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081327
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=48
2023-04-21 14:58:48 +00:00
04ea5c3208 - Remove importlib-metadata requirement, it's not needed for python > 3.7
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=46
2023-03-24 10:51:45 +00:00
5a8837d535 Don't redefine %pythons macro.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=44
2023-03-16 09:37:00 +00:00
8e3e111945 Accepting request 1072303 from home:dirkmueller:acdc:as_python3_module
- Add without_fish.patch which makes fish only optional
  BuildRequires (gh#kislyuk/argcomplete!410).

OBS-URL: https://build.opensuse.org/request/show/1072303
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=43
2023-03-16 09:36:19 +00:00
d39cee64ef - fix substitution on tests/test.py to test the current python flavor
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=41
2023-01-31 23:50:14 +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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=39
2022-07-06 10:05:43 +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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=37
2021-06-06 11:50:59 +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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=35
2020-12-20 09:21:17 +00:00
Tomáš Chvátal
b3a78363a1 Accepting request 809555 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/809555
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=33
2020-05-28 07:33:51 +00:00
Tomáš Chvátal
27fa91f839 - Fix test execution without /usr/bin/python
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=31
2020-05-01 07:27:41 +00:00
Tomáš Chvátal
a992b9c6ae Accepting request 788468 from home:alarrosa:branches:devel:languages:python
- Add patch from upstream to fix tests with latest fish version:
  * 0001-Remove-expected-test-failure-for-new-versions-of-fish.patch

OBS-URL: https://build.opensuse.org/request/show/788468
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=29
2020-03-26 10:08:39 +00:00
Tomáš Chvátal
83fd5d91bd Accepting request 765194 from home:mcalabkova:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/765194
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=27
2020-01-17 12:02:05 +00:00
Tomáš Chvátal
63b21f593e - Update to 1.10.0:
* fish support
- Refresh patch skip_tcsh_tests.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=25
2019-09-13 12:50:18 +00:00
Tomáš Chvátal
ca26701ea4 - Update to 1.9.5:
* check_module: Don’t crash, exit with error instead (#261)
  * Register completion for multiple commands (#246)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=23
2019-04-05 11:15:59 +00:00
Tomáš Chvátal
3226ad8b67 Accepting request 678632 from home:jayvdb:coala
- 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

OBS-URL: https://build.opensuse.org/request/show/678632
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=21
2019-02-25 08:27:22 +00:00
c83255a471 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=19
2018-12-04 13:13:32 +00:00
Jan Matejek
e7703e90b9 Accepting request 531226 from home:glaubitz:branches:devel:languages:python
- Update to latest upstream version
- Fix issues after singlespec auto-conversion
- singlespec auto-conversion

OBS-URL: https://build.opensuse.org/request/show/531226
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=17
2017-10-04 14:02:59 +00:00
7206177c5e Accepting request 511605 from home:sebix:branches:devel:languages:python
updated
not converted because of upstream issues: https://github.com/kislyuk/argcomplete/issues/11 https://github.com/kislyuk/argcomplete/issues/101

OBS-URL: https://build.opensuse.org/request/show/511605
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=14
2017-07-21 07:41:10 +00:00
cfa00326f1 Accepting request 438953 from home:achimh
Introduced update-alternatives so package plays nice with python3 package

OBS-URL: https://build.opensuse.org/request/show/438953
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=12
2016-11-12 08:00:09 +00:00
Denisart Benjamin
01cd3c7c8e Accepting request 348513 from home:mimi_vx:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/348513
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=10
2015-12-29 13:48:42 +00:00
Michal Čihař
a00b12d3a7 Accepting request 298059 from home:benoit_monin:branches:devel:languages:python
update to 0.8.7

OBS-URL: https://build.opensuse.org/request/show/298059
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=8
2015-04-20 13:27:24 +00:00
Sascha Peilicke
1e4f6d1215 - Update to version 0.6.7:
+ Upstream provides no changelog
- Don't install testsuite globally

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=6
2014-01-17 15:51:18 +00:00
Sascha Peilicke
9a581e33f9 - Update to version 0.6.3:
+ No changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=4
2013-11-18 11:18:55 +00:00
Sascha Peilicke
d9aa3e8928 - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=3
2013-10-24 10:58:51 +00:00
Sascha Peilicke
2a639228f9 - Fix SLE builds
- Add LICENSE.rst and README.rst
- Run testsuite

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=2
2013-05-02 14:02:55 +00:00
Sascha Peilicke
859e482a04 Accepting request 173718 from home:deadpoint
the python argcomplete package. please make me the maintainer.

OBS-URL: https://build.opensuse.org/request/show/173718
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=1
2013-05-02 13:59:58 +00:00