15
0

- 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
This commit is contained in:
2023-12-29 18:28:27 +00:00
committed by Git OBS Bridge
parent 96349c4d5b
commit b93be79fd9
5 changed files with 18 additions and 35 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Dec 29 18:27:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Mon Nov 27 15:26:30 UTC 2023 - Dirk Müller <dmueller@suse.com>