14
0
forked from pool/python-knack

Accepting request 705262 from devel:languages:python

- 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/705262
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-knack?expand=0&rev=8
This commit is contained in:
2019-05-27 06:38:23 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 4 deletions

View File

@@ -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 <adrian.glaubitz@suse.com> Tue May 21 09:51:57 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-knack Name: python-knack
Version: 0.6.1 Version: 0.6.2
Release: 0 Release: 0
Summary: A Command-Line Interface framework Summary: A Command-Line Interface framework
License: MIT License: MIT

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6bbc2c71d90ff97902fa63ba92228879e34f613d94b6eefe58e0f5c0481084de
size 71122

3
v0.6.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a354e9dfe965ecf4b8cea0ab6b757aae7936dc1c4231c70c10586b67ce4e73e1
size 75413