From 538b061ffe6399fa3fa0e1accfd8f75d26345843cfccab9210179ef00b58873e Mon Sep 17 00:00:00 2001 From: Bernhard Wiedemann Date: Fri, 20 Nov 2015 07:05:10 +0000 Subject: [PATCH] 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 --- oslo.config-2.3.0.tar.gz | 3 --- oslo.config-2.7.0.tar.gz | 3 +++ python-oslo.config.changes | 26 ++++++++++++++++++++++++++ python-oslo.config.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 oslo.config-2.3.0.tar.gz create mode 100644 oslo.config-2.7.0.tar.gz diff --git a/oslo.config-2.3.0.tar.gz b/oslo.config-2.3.0.tar.gz deleted file mode 100644 index 9bc2d82..0000000 --- a/oslo.config-2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:780258c0910995a0f092b64144c160e6fe649b3fe7a058b3457f6111718a3088 -size 77781 diff --git a/oslo.config-2.7.0.tar.gz b/oslo.config-2.7.0.tar.gz new file mode 100644 index 0000000..e35dafa --- /dev/null +++ b/oslo.config-2.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c5d67012d16c0c567d8aff4d91b506e527f5af8b77c256678cb05416a5ea68d +size 80662 diff --git a/python-oslo.config.changes b/python-oslo.config.changes index 4a4eaa0..c60f64c 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -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 diff --git a/python-oslo.config.spec b/python-oslo.config.spec index 88f968e..126371f 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -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