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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user