From 3e4f08fc0af014b4e3033d450f1e8f93e2fab17b Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 9 Nov 2015 21:29:17 +0000 Subject: [PATCH] fix ambiguous version number types Some of the tooz versions can be parsed as floats, so the YAML parser is doing that automatically. Wrap them in quotes to force them to be treated as strings. Change-Id: I422b3b79714c4d01c27c631af822d4e17144c17a --- deliverables/kilo/python-tooz.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deliverables/kilo/python-tooz.yaml b/deliverables/kilo/python-tooz.yaml index f2ce24d048..454c523974 100644 --- a/deliverables/kilo/python-tooz.yaml +++ b/deliverables/kilo/python-tooz.yaml @@ -1,15 +1,15 @@ --- launchpad: python-tooz releases: - - version: 0.10 + - version: '0.10' projects: - repo: openstack/tooz hash: a2216e383e78b08324e5f873a35376b57cf29d3f - - version: 0.11 + - version: '0.11' projects: - repo: openstack/tooz hash: 405dfec672cd036ab4905cd27c1bbd8180cb8228 - - version: 0.12 + - version: '0.12' projects: - repo: openstack/tooz hash: 5edf2b3db33a42b646fe923580debff6b58a1122