14
0
forked from pool/python-knack

Accepting request 815237 from home:glaubitz:branches:devel:languages:python

- Update to version 0.7.1
  * Rollback `get_config_parser` in `config.py` (#205)
- from version 0.7.0
  * Add a `default_value_source` property in `HelpParameter` (#202)
  * Support removing option/section from config file (#201)
  * Support writing comment to config file (#201)
  * Import `configparser` directly instead of from `six` (#201)
  * Drop `get_config_parser` function from `config.py` (#201)
- Remove workaround for version number in spec file

OBS-URL: https://build.opensuse.org/request/show/815237
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-knack?expand=0&rev=25
This commit is contained in:
2020-06-18 13:51:38 +00:00
committed by Git OBS Bridge
parent 93f9d88f2b
commit 9fbd138567
4 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jun 16 12:19:05 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.7.1
* Rollback `get_config_parser` in `config.py` (#205)
- from version 0.7.0
* Add a `default_value_source` property in `HelpParameter` (#202)
* Support removing option/section from config file (#201)
* Support writing comment to config file (#201)
* Import `configparser` directly instead of from `six` (#201)
* Drop `get_config_parser` function from `config.py` (#201)
- Remove workaround for version number in spec file
-------------------------------------------------------------------
Thu May 7 08:01:03 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>