From f1ce60939bb90c321246a5ceb7d97ec60b1f64e27f5211d62e4b3a32f4a0c683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 31 Mar 2020 12:18:50 +0000 Subject: [PATCH] Accepting request 790134 from home:mcalabkova:branches:devel:languages:python - Update to 0.5.2 * fix slow completion on projects that provide a cached get_command_short_help OBS-URL: https://build.opensuse.org/request/show/790134 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-completion?expand=0&rev=5 --- click-completion-0.5.1.tar.gz | 3 --- click-completion-0.5.2.tar.gz | 3 +++ python-click-completion.changes | 7 +++++++ python-click-completion.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 click-completion-0.5.1.tar.gz create mode 100644 click-completion-0.5.2.tar.gz diff --git a/click-completion-0.5.1.tar.gz b/click-completion-0.5.1.tar.gz deleted file mode 100644 index 13c61a2..0000000 --- a/click-completion-0.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b51348099917ba749473e6e74360c7b86c28249a01e315804588ede2895af90 -size 12636 diff --git a/click-completion-0.5.2.tar.gz b/click-completion-0.5.2.tar.gz new file mode 100644 index 0000000..f937c0e --- /dev/null +++ b/click-completion-0.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c7b8b3e78124e1005c9f221a2123b6ec02f3942d2be10f79fe3a5c96a52a96c +size 12581 diff --git a/python-click-completion.changes b/python-click-completion.changes index 28300c3..30bfbe6 100644 --- a/python-click-completion.changes +++ b/python-click-completion.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 31 12:13:46 UTC 2020 - Marketa Calabkova + +- Update to 0.5.2 + * fix slow completion on projects that provide a cached + get_command_short_help + ------------------------------------------------------------------- Mon Mar 25 02:57:30 UTC 2019 - John Vandenberg diff --git a/python-click-completion.spec b/python-click-completion.spec index c6e904c..7f59dc0 100644 --- a/python-click-completion.spec +++ b/python-click-completion.spec @@ -1,7 +1,7 @@ # # spec file for package python-click-completion # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-click-completion -Version: 0.5.1 +Version: 0.5.2 Release: 0 Summary: Fish, Bash, Zsh and PowerShell completion for Click License: MIT