From 5ed98c347d01b2dca930d641bbd23d7b8375d1a9ca6850acebe0f2dacd203411 Mon Sep 17 00:00:00 2001 From: Bernhard Wiedemann Date: Fri, 8 Jan 2016 08:26:29 +0000 Subject: [PATCH] - 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 --- oslo.config-2.7.0.tar.gz | 3 --- oslo.config-3.2.0.tar.gz | 3 +++ python-oslo.config.changes | 20 ++++++++++++++++++++ python-oslo.config.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 oslo.config-2.7.0.tar.gz create mode 100644 oslo.config-3.2.0.tar.gz diff --git a/oslo.config-2.7.0.tar.gz b/oslo.config-2.7.0.tar.gz deleted file mode 100644 index e35dafa..0000000 --- a/oslo.config-2.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c5d67012d16c0c567d8aff4d91b506e527f5af8b77c256678cb05416a5ea68d -size 80662 diff --git a/oslo.config-3.2.0.tar.gz b/oslo.config-3.2.0.tar.gz new file mode 100644 index 0000000..a2fd62e --- /dev/null +++ b/oslo.config-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d3de9145af1f8467d8c3062415b9a150dcc1a6453a8fc17ca48d14a7a001d3 +size 86255 diff --git a/python-oslo.config.changes b/python-oslo.config.changes index c60f64c..efc6112 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -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 diff --git a/python-oslo.config.spec b/python-oslo.config.spec index 126371f..ffda6cd 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -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