1
0

update to 2.7.0:

* Add max length check to StrOpt
  * Fix StrOpt to allow setting quotes and regex
  * Improve default type checking
  * Use versionadded and versionchanged in doc
  * update doc to use new type PortOpt
  * Fix versionchanged
  * Raise exception when wrong type is used as default
  * Add PortOpt for integer with range 1 to 65535
  * Fix typos in cfg.py
  * Case insensitiveness when comparing choices values
  * Add missing tests and generator code for IPOpt
  * Fix coverage configuration and execution
  * Add item_type and bounds to ListOpt
  * Fix bad exception for StrOpt with invalid choice value
  * fix literal rendering in dictionary options docs
  * Fix home-page value in setup.cfg with Oslo wiki
  * docs - Set pbr 'warnerrors' option for doc build
  * Include changelog/history in docs
  * Correct the comment of __call__ method
  * Demonstrate that MultiStr values from multiple sources are merged
  * Make Integer type class honor zero for min/max

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=34
This commit is contained in:
Bernhard M. Wiedemann 2015-11-20 07:05:10 +00:00 committed by Git OBS Bridge
parent fd36b6c60d
commit 538b061ffe
4 changed files with 30 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:780258c0910995a0f092b64144c160e6fe649b3fe7a058b3457f6111718a3088
size 77781

3
oslo.config-2.7.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c5d67012d16c0c567d8aff4d91b506e527f5af8b77c256678cb05416a5ea68d
size 80662

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Fri Nov 20 07:03:21 UTC 2015 - bwiedemann@suse.com
- update to 2.7.0:
* Add max length check to StrOpt
* Fix StrOpt to allow setting quotes and regex
* Improve default type checking
* Use versionadded and versionchanged in doc
* update doc to use new type PortOpt
* Fix versionchanged
* Raise exception when wrong type is used as default
* Add PortOpt for integer with range 1 to 65535
* Fix typos in cfg.py
* Case insensitiveness when comparing choices values
* Add missing tests and generator code for IPOpt
* Fix coverage configuration and execution
* Add item_type and bounds to ListOpt
* Fix bad exception for StrOpt with invalid choice value
* fix literal rendering in dictionary options docs
* Fix home-page value in setup.cfg with Oslo wiki
* docs - Set pbr 'warnerrors' option for doc build
* Include changelog/history in docs
* Correct the comment of __call__ method
* Demonstrate that MultiStr values from multiple sources are merged
* Make Integer type class honor zero for min/max
-------------------------------------------------------------------
Fri Aug 28 09:33:38 UTC 2015 - tbechtold@suse.com

View File

@ -17,7 +17,7 @@
Name: python-oslo.config
Version: 2.3.0
Version: 2.7.0
Release: 0
Summary: OpenStack configuration API
License: Apache-2.0