55
53
releases, bzr versions etc. It's almost impossible to compare them without
56
54
an a priori knowledge of release dates and revisions.
58
65
Beware, the packaging script does funny things, such as labeling current
59
66
nightlies as 6.2-date-time whereas version_info is (7, 0, 0, ALPHA)
60
67
We can in recipe code check for >= (6, 2), that's not a big issue.
63
78
m = MAJOR_VERSION_RE.match(version_string)