[issue38343] Version name in PC/layout read incorrectly for RC

2019-10-01 Thread miss-islington
miss-islington added the comment: New changeset a11df75269b5d47248be617ed02e96c1d1938fd1 by Miss Islington (bot) in branch '3.8': bpo-38343: Fixes version handling for nuget packages (GH-16527) https://github.com/python/cpython/commit/a11df75269b5d47248be617ed02e96c1d1938fd1 -- nosy

[issue38343] Version name in PC/layout read incorrectly for RC

2019-10-01 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue38343] Version name in PC/layout read incorrectly for RC

2019-10-01 Thread Steve Dower
Steve Dower added the comment: I already republished correctly-versioned files and unlisted the wrong ones (as well as contacting support to see whether they can delete them completely so they don't impact the final release). The change above fixes the issue. It will need cherry-picking for

[issue38343] Version name in PC/layout read incorrectly for RC

2019-10-01 Thread Steve Dower
Steve Dower added the comment: New changeset b9a8b8296cd7be22f8b5bf92af686a788c47c7bf by Steve Dower in branch 'master': bpo-38343: Fixes version handling for nuget packages (GH-16527) https://github.com/python/cpython/commit/b9a8b8296cd7be22f8b5bf92af686a788c47c7bf --

[issue38343] Version name in PC/layout read incorrectly for RC

2019-10-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +16119 pull_request: https://github.com/python/cpython/pull/16528 ___ Python tracker ___ __

[issue38343] Version name in PC/layout read incorrectly for RC

2019-10-01 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +16118 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/16527 ___ Python tracker _

[issue38343] Version name in PC/layout read incorrectly for RC

2019-10-01 Thread Steve Dower
Change by Steve Dower : -- nosy: +lukasz.langa ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue38343] Version name in PC/layout read incorrectly for RC

2019-10-01 Thread Steve Dower
New submission from Steve Dower : I noticed that when the nuget.org packages published for 3.8.0rc1, they were given the version "3.8.0". 3.7.5rc1 was okay because it's still using the old approach to setting the version. This needs to be fixed before any more RCs are released. I'll see if I