forked from pool/python-oslo.config
- update to 3.9.0:
* remove redundant call to set explicit target * clear the cache before mutating the config files * Updated from global requirements * Add None-check to find_file * add support for mutable options in the config generator * add unreleased page to release notes build * add a release note mentioning our use of reno * Add reno for release notes management * Hooks around mutate_config_files * Add hostname config type * Add config_dirs property with a list of directories * Fix wrong check with non-None value when format group * add generator hook for apps to update option defaults * Updated from global requirements * refactor generator._list_opts for further enhancement * Add debtcollector as requirement * always show coverage output from tests * handle group objects in sphinxext * refactor sphinxext and add unit tests * have show-options load the generator config file * support multiple namespaces in sphinxext * refactor sphinxext to make reformatting easier * refactor generator closures to private methods * Updated from global requirements * remove specially attribute handling from _Namespace * Fix unrecognized subparser args * Add test for BoolOpt with no default * Fix bandit entry in tox.ini * Removal of bandit.yaml OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=38
This commit is contained in:
parent
db7485e50a
commit
187f4aa896
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:58dc7527716c246f099f5da416ea6263554795917777eb6b005f17e984cde3ca
|
|
||||||
size 89378
|
|
3
oslo.config-3.9.0.tar.gz
Normal file
3
oslo.config-3.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ec7bdf4a3d85f90cf07d2fa03a20783558ad0f490d71bd8faf50bf4ee2923df1
|
||||||
|
size 99255
|
@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 28 13:39:45 UTC 2016 - dmueller@suse.com
|
||||||
|
|
||||||
|
- update to 3.9.0:
|
||||||
|
* remove redundant call to set explicit target
|
||||||
|
* clear the cache before mutating the config files
|
||||||
|
* Updated from global requirements
|
||||||
|
* Add None-check to find_file
|
||||||
|
* add support for mutable options in the config generator
|
||||||
|
* add unreleased page to release notes build
|
||||||
|
* add a release note mentioning our use of reno
|
||||||
|
* Add reno for release notes management
|
||||||
|
* Hooks around mutate_config_files
|
||||||
|
* Add hostname config type
|
||||||
|
* Add config_dirs property with a list of directories
|
||||||
|
* Fix wrong check with non-None value when format group
|
||||||
|
* add generator hook for apps to update option defaults
|
||||||
|
* Updated from global requirements
|
||||||
|
* refactor generator._list_opts for further enhancement
|
||||||
|
* Add debtcollector as requirement
|
||||||
|
* always show coverage output from tests
|
||||||
|
* handle group objects in sphinxext
|
||||||
|
* refactor sphinxext and add unit tests
|
||||||
|
* have show-options load the generator config file
|
||||||
|
* support multiple namespaces in sphinxext
|
||||||
|
* refactor sphinxext to make reformatting easier
|
||||||
|
* refactor generator closures to private methods
|
||||||
|
* Updated from global requirements
|
||||||
|
* remove specially attribute handling from _Namespace
|
||||||
|
* Fix unrecognized subparser args
|
||||||
|
* Add test for BoolOpt with no default
|
||||||
|
* Fix bandit entry in tox.ini
|
||||||
|
* Removal of bandit.yaml
|
||||||
|
* Log mutated options at INFO
|
||||||
|
* Fix version 'mutable' was added
|
||||||
|
* Fix PortOpt versionchanged
|
||||||
|
* treat option group names as section headers when documenting them
|
||||||
|
* Fix MultiConfigParser removal version
|
||||||
|
* Retain correct order of defined config options
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 11 07:39:04 UTC 2016 - dmueller@suse.com
|
Thu Feb 11 07:39:04 UTC 2016 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-oslo.config
|
Name: python-oslo.config
|
||||||
Version: 3.4.0
|
Version: 3.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OpenStack configuration API
|
Summary: OpenStack configuration API
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user