From 0ba2b23c89d84f661055c2fd6db739d5a1ece6f7613ef30621e3596b200076f7 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Tue, 30 Aug 2016 16:23:26 +0000 Subject: [PATCH] - update to version 3.17.0 * Add set_override method test with ListOpt * Fix: default value of prog should remove extension * Updated from global requirements * Add Port type to allow configuration of a list of tcp/ip ports * Advanced Option OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=50 --- oslo.config-3.14.0.tar.gz | 3 --- oslo.config-3.17.0.tar.gz | 3 +++ python-oslo.config.changes | 10 ++++++++++ python-oslo.config.spec | 10 +++++----- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 oslo.config-3.14.0.tar.gz create mode 100644 oslo.config-3.17.0.tar.gz diff --git a/oslo.config-3.14.0.tar.gz b/oslo.config-3.14.0.tar.gz deleted file mode 100644 index 2542c80..0000000 --- a/oslo.config-3.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84ffe8ea2729384451ac0f109e255da6e68ad92437ba7954264f5f79b461045d -size 108240 diff --git a/oslo.config-3.17.0.tar.gz b/oslo.config-3.17.0.tar.gz new file mode 100644 index 0000000..cfe75ae --- /dev/null +++ b/oslo.config-3.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45cb90cf999536f0f7dd3d3e578d4645d2228474f9fafba982e73c5aa1fef7a +size 109871 diff --git a/python-oslo.config.changes b/python-oslo.config.changes index 0ad9dd9..15fb511 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Aug 30 16:22:59 UTC 2016 - tbechtold@suse.com + +- update to version 3.17.0 + * Add set_override method test with ListOpt + * Fix: default value of prog should remove extension + * Updated from global requirements + * Add Port type to allow configuration of a list of tcp/ip ports + * Advanced Option + ------------------------------------------------------------------- Mon Aug 8 09:26:42 UTC 2016 - dmueller@suse.com diff --git a/python-oslo.config.spec b/python-oslo.config.spec index 6c06eaa..dbab678 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -18,7 +18,7 @@ %global sname oslo.config Name: python-oslo.config -Version: 3.14.0 +Version: 3.17.0 Release: 0 Summary: OpenStack common configuration library License: Apache-2.0 @@ -28,8 +28,8 @@ Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.t BuildRequires: openstack-macros BuildRequires: python-debtcollector >= 1.2.0 BuildRequires: python-devel -BuildRequires: python-fixtures >= 1.3.1 -BuildRequires: python-mock >= 1.2 +BuildRequires: python-fixtures >= 3.0.0 +BuildRequires: python-mock >= 2.0 BuildRequires: python-netaddr >= 0.7.12 BuildRequires: python-oslo.i18n >= 2.1.0 BuildRequires: python-oslotest >= 1.10.0 @@ -37,7 +37,7 @@ BuildRequires: python-pbr >= 1.6 BuildRequires: python-python-subunit >= 0.0.18 BuildRequires: python-rfc3986 >= 0.2.0 BuildRequires: python-six >= 1.9.0 -BuildRequires: python-stevedore >= 1.10.0 +BuildRequires: python-stevedore >= 1.16.0 BuildRequires: python-testrepository >= 0.0.18 BuildRequires: python-testscenarios >= 0.4 BuildRequires: python-testtools >= 1.4.0 @@ -46,7 +46,7 @@ Requires: python-netaddr >= 0.7.12 Requires: python-oslo.i18n >= 2.1.0 Requires: python-rfc3986 >= 0.2.0 Requires: python-six >= 1.9.0 -Requires: python-stevedore >= 1.10.0 +Requires: python-stevedore >= 1.16.0 BuildArch: noarch %description