From 377ec3b9c8adc667731a0241e43f86c1d325efb2de8f828abd24646822413649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 25 Mar 2019 08:39:43 +0000 Subject: [PATCH] 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 --- click-completion-0.5.0.tar.gz | 3 --- click-completion-0.5.1.tar.gz | 3 +++ python-click-completion.changes | 11 +++++++++++ python-click-completion.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 click-completion-0.5.0.tar.gz create mode 100644 click-completion-0.5.1.tar.gz diff --git a/click-completion-0.5.0.tar.gz b/click-completion-0.5.0.tar.gz deleted file mode 100644 index f812699..0000000 --- a/click-completion-0.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b7486b82c1e15a64dac58b82004dc6ae5a8c96aed03c37cf66089d95bb65fe0 -size 12678 diff --git a/click-completion-0.5.1.tar.gz b/click-completion-0.5.1.tar.gz new file mode 100644 index 0000000..13c61a2 --- /dev/null +++ b/click-completion-0.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b51348099917ba749473e6e74360c7b86c28249a01e315804588ede2895af90 +size 12636 diff --git a/python-click-completion.changes b/python-click-completion.changes index c9e5e5d..28300c3 100644 --- a/python-click-completion.changes +++ b/python-click-completion.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Mar 25 02:57:30 UTC 2019 - John Vandenberg + +- 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 diff --git a/python-click-completion.spec b/python-click-completion.spec index cbf6324..c6e904c 100644 --- a/python-click-completion.spec +++ b/python-click-completion.spec @@ -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