Discussion:
[Twisted-Python] Considerations for Twisted prereleases on PyPI
Amber "Hawkie" Brown
2015-07-27 08:01:54 UTC
Permalink
Hi everyone,

PyPI + pip has supported uploading prereleases for a long while, and this would be a much better way for you, the Twisted user, to get the prereleases, rather than messing about with tarballs.

Pip 1.4+ (which according to https://caremad.io/2015/04/a-year-of-pypi-downloads/ constitutes 80%+ of pips) supports prereleases on PyPI.

So, the question is, do people think we should start putting them on PyPI? Is it worth some users on ancient pips inadvertantly getting (admittedly quite stable) prereleases? Would you use it, and would you be more likely to test Twisted prereleases if they were distributed like this (in addition to the tarball)?

Thanks,

Amber "Hawkie" Brown
GPG: https://keybase.io/hawkowl
Hynek Schlawack
2015-07-27 08:31:44 UTC
Permalink
Post by Amber "Hawkie" Brown
So, the question is, do people think we should start putting them on PyPI? Is it worth some users on ancient pips inadvertantly getting (admittedly quite stable) prereleases? Would you use it, and would you be more likely to test Twisted prereleases if they were distributed like this (in addition to the tarball)?
Yes, I would and yes we should. Current (more than 1 year old) Ubuntu LTS comes with pip 1.5.4, CentOS 7 comes with virtualenv 1.10.1 which seems (https://pypi.python.org/pypi/virtualenv/1.10.1) to come with pip 1.4.1.
Loading...