forked from pool/python-click-completion
Accepting request 688058 from home:jayvdb:coala:python3-bears
- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
5b60ed7d77
commit
377ec3b9c8
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b7486b82c1e15a64dac58b82004dc6ae5a8c96aed03c37cf66089d95bb65fe0
|
||||
size 12678
|
||||
3
click-completion-0.5.1.tar.gz
Normal file
3
click-completion-0.5.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b51348099917ba749473e6e74360c7b86c28249a01e315804588ede2895af90
|
||||
size 12636
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-click-completion
|
||||
Version: 0.5.0
|
||||
Version: 0.5.1
|
||||
Release: 0
|
||||
Summary: Fish, Bash, Zsh and PowerShell completion for Click
|
||||
License: MIT
|
||||
@@ -28,8 +28,8 @@ Source: https://github.com/click-contrib/click-completion/archive/v%{ver
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-click
|
||||
Requires: python-Jinja2
|
||||
Requires: python-click
|
||||
Requires: python-shellingham
|
||||
Requires: python-six
|
||||
%ifpython2
|
||||
|
||||
Reference in New Issue
Block a user