From f28594a411b368ed10c01bd298e8c3ce294389d7000e02c6c35d86126a7a1a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 4 Oct 2018 11:27:11 +0000 Subject: [PATCH] Accepting request 639938 from home:glaubitz:branches:devel:languages:python - New upstream release + Version 0.4.3 + Fixes issue where values were sometimes ignored when using deprecated options regardless of which option was given. - from version 0.4.2 + Bug fixes: [output]: disable number parse on table mode PR #88 - from version 0.4.1 + Version 0.4.0 introduced deprecation to Knack. This release fixes a bug related to that. * Ensures that the action kwarg is only set if the item is deprecated. Previously it would set it to "None" which would then override a pre-existing action like store_true. + Version 0.4.0 also added the concept of the command group table to the CommandsLoader class. This release corrects an issue related to that: * The command group table would only be filled by calls to create CommandGroup classes. This resulted in some gaps in the command group table. - from version 0.4.0 + Add mechanism to deprecate commands, command groups, arguments and argument options. + Improve help display support for Unicode. - from version 0.3.3 + expose a callback to let client side perform extra logics (#80) + output: don't skip false value on auto-tabulating (#83) OBS-URL: https://build.opensuse.org/request/show/639938 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-knack?expand=0&rev=5 --- knack-0.3.2.tar.gz | 3 --- knack-0.4.3.tar.gz | 3 +++ python-knack.changes | 29 +++++++++++++++++++++++++++++ python-knack.spec | 4 ++-- 4 files changed, 34 insertions(+), 5 deletions(-) delete mode 100644 knack-0.3.2.tar.gz create mode 100644 knack-0.4.3.tar.gz diff --git a/knack-0.3.2.tar.gz b/knack-0.3.2.tar.gz deleted file mode 100644 index 60a42d7..0000000 --- a/knack-0.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aaf825bf9929edffc7a6f067fde44873666d3cd6e43d9557b060d8c9c3f2af5c -size 31167 diff --git a/knack-0.4.3.tar.gz b/knack-0.4.3.tar.gz new file mode 100644 index 0000000..a7a55aa --- /dev/null +++ b/knack-0.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84459fbf6c8e1cd2f23afb871496e7450e91473aa262326656c61c98b9b8ab1 +size 35589 diff --git a/python-knack.changes b/python-knack.changes index 861debd..f57c25c 100644 --- a/python-knack.changes +++ b/python-knack.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Oct 4 10:28:24 UTC 2018 - John Paul Adrian Glaubitz + +- New upstream release + + Version 0.4.3 + + Fixes issue where values were sometimes ignored when using + deprecated options regardless of which option was given. +- from version 0.4.2 + + Bug fixes: [output]: disable number parse on table mode PR #88 +- from version 0.4.1 + + Version 0.4.0 introduced deprecation to Knack. This + release fixes a bug related to that. + * Ensures that the action kwarg is only set if the item is + deprecated. Previously it would set it to "None" which + would then override a pre-existing action like store_true. + + Version 0.4.0 also added the concept of the command group table + to the CommandsLoader class. This release corrects an issue + related to that: + * The command group table would only be filled by calls to create + CommandGroup classes. This resulted in some gaps in the command + group table. +- from version 0.4.0 + + Add mechanism to deprecate commands, command groups, + arguments and argument options. + + Improve help display support for Unicode. +- from version 0.3.3 + + expose a callback to let client side perform extra logics (#80) + + output: don't skip false value on auto-tabulating (#83) + ------------------------------------------------------------------- Wed May 2 13:54:59 UTC 2018 - adrian.glaubitz@suse.com diff --git a/python-knack.spec b/python-knack.spec index a61ea17..fcfd1c5 100644 --- a/python-knack.spec +++ b/python-knack.spec @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-knack -Version: 0.3.2 +Version: 0.4.3 Release: 0 Summary: A Command-Line Interface framework License: MIT