14
0
forked from pool/python-knack

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
This commit is contained in:
Tomáš Chvátal
2018-10-04 11:27:11 +00:00
committed by Git OBS Bridge
parent 7abd6137c7
commit f28594a411
4 changed files with 34 additions and 5 deletions

View File

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

3
knack-0.4.3.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Oct 4 10:28:24 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 Wed May 2 13:54:59 UTC 2018 - adrian.glaubitz@suse.com

View File

@@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-knack Name: python-knack
Version: 0.3.2 Version: 0.4.3
Release: 0 Release: 0
Summary: A Command-Line Interface framework Summary: A Command-Line Interface framework
License: MIT License: MIT