This was fix on 3.x
** Changed in: snapcraft (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1586988
Title:
Version 2.10 is converted to 2.1
To mana
I don't think snapcraft can just "treat the version always as a string"
without departing from (unfortunate) YAML syntax:
>>> import yaml
>>> yaml.safe_load('version: 2.10')
{'version': 2.1}
>>> yaml.safe_load('version: "2.10"')
{'version': '2.10'}
Perhaps the right answer is to go thro
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: snapcraft (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1586988
Title: