From 8d1053e29b624fbd5471709ee4d594320eff5aa87f3a2ac9bf29087b64f35202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 24 May 2019 13:38:20 +0000 Subject: [PATCH] Accepting request 705248 from home:pgajdos - version update to 0.6.2 * Adds ability to declare that command groups, commands, and arguments are in a preview status and therefore might change or be removed. This is done by passing the kwarg `is_preview=True`. * Adds a generic `StatusTag` class to `knack.util` that allows you to create your own colorized tags like `[Preview]` and `[Deprecated]`. * When an incorrect command name is entered, Knack will now attempt to suggest the closest alternative. OBS-URL: https://build.opensuse.org/request/show/705248 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-knack?expand=0&rev=15 --- project.diff | 25 +++++++++++++++++++++++++ python-knack.changes | 12 ++++++++++++ python-knack.spec | 2 +- v0.6.1.tar.gz | 3 --- v0.6.2.tar.gz | 3 +++ 5 files changed, 41 insertions(+), 4 deletions(-) create mode 100644 project.diff delete mode 100644 v0.6.1.tar.gz create mode 100644 v0.6.2.tar.gz diff --git a/project.diff b/project.diff new file mode 100644 index 0000000..e53b0d6 --- /dev/null +++ b/project.diff @@ -0,0 +1,25 @@ +--- python-knack.changes.orig ++++ python-knack.changes +@@ -1,4 +1,11 @@ + ------------------------------------------------------------------- ++Tue May 21 09:01:04 UTC 2019 - pgajdos@suse.com ++ ++- version update to 0.6.1 ++ * Always read from local for configured_default ++ * Support local context chained config file ++ ++------------------------------------------------------------------- + Fri Apr 12 12:24:44 UTC 2019 - pgajdos@suse.com + + - version update to 0.5.4 +--- python-knack.spec.orig ++++ python-knack.spec +@@ -18,7 +18,7 @@ + + %{?!python_module:%define python_module() python-%{**} python3-%{**}} + Name: python-knack +-Version: 0.5.4 ++Version: 0.6.1 + Release: 0 + Summary: A Command-Line Interface framework + License: MIT diff --git a/python-knack.changes b/python-knack.changes index 4561ed1..1c3a417 100644 --- a/python-knack.changes +++ b/python-knack.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri May 24 12:36:58 UTC 2019 - pgajdos@suse.com + +- version update to 0.6.2 + * Adds ability to declare that command groups, commands, and arguments + are in a preview status and therefore might change or be removed. + This is done by passing the kwarg `is_preview=True`. + * Adds a generic `StatusTag` class to `knack.util` that allows you + to create your own colorized tags like `[Preview]` and `[Deprecated]`. + * When an incorrect command name is entered, Knack will now attempt + to suggest the closest alternative. + ------------------------------------------------------------------- Tue May 21 09:51:57 UTC 2019 - John Paul Adrian Glaubitz diff --git a/python-knack.spec b/python-knack.spec index c90876f..d66e648 100644 --- a/python-knack.spec +++ b/python-knack.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-knack -Version: 0.6.1 +Version: 0.6.2 Release: 0 Summary: A Command-Line Interface framework License: MIT diff --git a/v0.6.1.tar.gz b/v0.6.1.tar.gz deleted file mode 100644 index 191c3a7..0000000 --- a/v0.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bbc2c71d90ff97902fa63ba92228879e34f613d94b6eefe58e0f5c0481084de -size 71122 diff --git a/v0.6.2.tar.gz b/v0.6.2.tar.gz new file mode 100644 index 0000000..b2583a0 --- /dev/null +++ b/v0.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a354e9dfe965ecf4b8cea0ab6b757aae7936dc1c4231c70c10586b67ce4e73e1 +size 75413