15
0

- 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
This commit is contained in:
2023-11-10 12:26:59 +00:00
committed by Git OBS Bridge
parent 146d8634f3
commit 23d91170c8
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Nov 10 12:26:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 12:01:08 UTC 2023 - Dirk Müller <dmueller@suse.com>