15
0

- 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
This commit is contained in:
2022-07-06 10:05:43 +00:00
committed by Git OBS Bridge
parent 3c639dde1c
commit bfae32c33e
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jul 6 10:04:40 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 6 11:43:24 UTC 2021 - Dirk Müller <dmueller@suse.com>