forked from pool/python-click-completion
- Update to v0.5.1 * fix DeprecationWarning: invalid escape sequence on python 3.7 * Don't call compinit in Zsh completion code * Don't show hidden commands * Use better short help * Escape backticks in help messages for zsh * drop oh-my-zsh specific install OBS-URL: https://build.opensuse.org/request/show/688058 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-completion?expand=0&rev=3
16 lines
572 B
Plaintext
16 lines
572 B
Plaintext
-------------------------------------------------------------------
|
|
Mon Mar 25 02:57:30 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update to v0.5.1
|
|
* fix DeprecationWarning: invalid escape sequence on python 3.7
|
|
* Don't call compinit in Zsh completion code
|
|
* Don't show hidden commands
|
|
* Use better short help
|
|
* Escape backticks in help messages for zsh
|
|
* drop oh-my-zsh specific install
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 1 01:37:25 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.5.0
|