forked from pool/python-oslo.config
- Update to version 3.2.0
* Capitalize IP * Add support for a deprecation reason * Removes MANIFEST.in as it is not needed explicitely by PBR * Make PortOpt accept choices parameter * Test equality of types.String choices as a set * Add new parameter `choices` to Integer type * [fix-compat] Tolerate non-string defaults in String type * [fix-compat] Support older use case for Opt type * Handle None section name in MultiOptConfigParser#get * Allow method set_override with parameter override=None for all types * Move type formatting from generator to type * Allow naming of custom types * Remove 'raise' in _get * Remove python 2.6 support * Add DEFAULT group in NoSuchOptError when group=None OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=36
This commit is contained in:
parent
538b061ffe
commit
5ed98c347d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c5d67012d16c0c567d8aff4d91b506e527f5af8b77c256678cb05416a5ea68d
|
||||
size 80662
|
3
oslo.config-3.2.0.tar.gz
Normal file
3
oslo.config-3.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35d3de9145af1f8467d8c3062415b9a150dcc1a6453a8fc17ca48d14a7a001d3
|
||||
size 86255
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 08:21:27 UTC 2016 - bwiedemann@suse.com
|
||||
|
||||
- Update to version 3.2.0
|
||||
* Capitalize IP
|
||||
* Add support for a deprecation reason
|
||||
* Removes MANIFEST.in as it is not needed explicitely by PBR
|
||||
* Make PortOpt accept choices parameter
|
||||
* Test equality of types.String choices as a set
|
||||
* Add new parameter `choices` to Integer type
|
||||
* [fix-compat] Tolerate non-string defaults in String type
|
||||
* [fix-compat] Support older use case for Opt type
|
||||
* Handle None section name in MultiOptConfigParser#get
|
||||
* Allow method set_override with parameter override=None for all types
|
||||
* Move type formatting from generator to type
|
||||
* Allow naming of custom types
|
||||
* Remove 'raise' in _get
|
||||
* Remove python 2.6 support
|
||||
* Add DEFAULT group in NoSuchOptError when group=None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 07:03:21 UTC 2015 - bwiedemann@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-oslo.config
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-oslo.config
|
||||
Version: 2.7.0
|
||||
Version: 3.2.0
|
||||
Release: 0
|
||||
Summary: OpenStack configuration API
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user