14
0
forked from pool/python-knack
Commit Graph

3 Commits

Author SHA256 Message Date
Tomáš Chvátal
f28594a411 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
2018-10-04 11:27:11 +00:00
Tomáš Chvátal
7abd6137c7 Accepting request 603136 from home:glaubitz:branches:devel:languages:python
- New upstream release
  + Version 0.3.2
  + ArgumentsContext.ignore() should use hidden options_list (#76)
  + Consolidate exception handling (#66)
- Fix bogus comment in spec file

OBS-URL: https://build.opensuse.org/request/show/603136
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-knack?expand=0&rev=3
2018-05-02 14:02:08 +00:00
Tomáš Chvátal
27c11c5631 Accepting request 574549 from home:glaubitz:branches:devel:languages:python
Initial release, required for Azure CLI

OBS-URL: https://build.opensuse.org/request/show/574549
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-knack?expand=0&rev=1
2018-02-09 12:01:09 +00:00