Re: [openstack-dev] pbr alpha and dev version handling

2014-09-17 Thread Robert Collins
On 18 September 2014 14:42, Monty Taylor wrote: > On 09/17/2014 03:09 PM, Doug Hellmann wrote: >> 2. We could allow pbr to consider dev versions of pre-releases. This >> might, for example, lead to a version number 1.3.0.0a3.dev10. >> >> This is apparently not supported by semver, but I don’t car

Re: [openstack-dev] pbr alpha and dev version handling

2014-09-17 Thread Donald Stufft
> On Sep 17, 2014, at 10:42 PM, Monty Taylor wrote: > > I'm more in favor of option 2. Semver doesn't really support _ANY_ of > the PEP440 things we're doing - and I'm fine with that personally. The > dev version of an alpha _is_ supported by PEP440. > > If we considered the logic to be: > > "

Re: [openstack-dev] pbr alpha and dev version handling

2014-09-17 Thread Monty Taylor
On 09/17/2014 03:09 PM, Doug Hellmann wrote: > Earlier today we discovered a problem with the way pbr is generating > dev version numbers for commits following tags using alpha > pre-version suffixes [1]. Basically what’s happening is a commit > following a tag like 1.3.0.0a3 is coming out as a 1.3

[openstack-dev] pbr alpha and dev version handling

2014-09-17 Thread Doug Hellmann
Earlier today we discovered a problem with the way pbr is generating dev version numbers for commits following tags using alpha pre-version suffixes [1]. Basically what’s happening is a commit following a tag like 1.3.0.0a3 is coming out as a 1.3.0.devX version, which then appears to be older th