Roundup Tracker - Issues

Message6668

Author rouilj
Recipients LorenzoAncora, joseph_myers, rouilj, whunger
Date 2019-09-30.01:40:21
Message-id <1569807622.18.0.962930090148.issue2550981@roundup.psfhosted.org>
In-reply-to
Tested a 2.0alpha00 release using test.pypi.org. It seems to be doing
the right thing as seen at https://test.pypi.org.

Using:

 pip download --index-url https://test.pypi.org/simple roundup

got 1.6.1 as expected.

 pip download --index-url https://test.pypi.org/simple 'roundup==2.0.0'
 pip download --index-url https://test.pypi.org/simple 'roundup==2.0'

errored which is fine as there is only an alpha release available

 pip download --index-url https://test.pypi.org/simple 'roundup==2.0a'
 pip download --index-url https://test.pypi.org/simple 'roundup>=2.0alpha'

downloaded the 2.0 alpha (roundup-2.0alpha00.tar.gz) release as desired.
History
Date User Action Args
2019-09-30 01:40:22rouiljsetmessageid: <1569807622.18.0.962930090148.issue2550981@roundup.psfhosted.org>
2019-09-30 01:40:22rouiljsetrecipients: + rouilj, whunger, joseph_myers, LorenzoAncora
2019-09-30 01:40:22rouiljlinkissue2550981 messages
2019-09-30 01:40:21rouiljcreate