14
0
forked from pool/python-knack

Accepting request 693717 from home:pgajdos

- version update to 0.5.4
  * Allows the loading of text files using @filename syntax.
  * Adds the argument kwarg configured_default to support setting
    argument defaults via the config file's [defaults] section or
    an environment variable.

OBS-URL: https://build.opensuse.org/request/show/693717
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-knack?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-04-15 09:54:31 +00:00
committed by Git OBS Bridge
parent 5ad6a803e8
commit e7f848a022
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Apr 12 12:24:44 UTC 2019 - pgajdos@suse.com
- version update to 0.5.4
* Allows the loading of text files using @filename syntax.
* Adds the argument kwarg configured_default to support setting
argument defaults via the config file's [defaults] section or
an environment variable.
-------------------------------------------------------------------
Thu Mar 28 15:07:06 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>