[Distutils] pip - installation of the latest stable version of package

Nick Coghlan ncoghlan at gmail.com
Thu Jul 25 02:00:29 CEST 2013


On 25 Jul 2013 03:30, "Donald Stufft" <donald at stufft.io> wrote:
>
>
> On Jul 24, 2013, at 1:10 PM, Carl Meyer <carl at oddbird.net> wrote:
>
> > On 07/21/2013 01:38 PM, Piotr Dobrogost wrote:
> >> Does pip support installation of the latest _stable_ version of package
> >> (for all versions which adhere to PEP386)?
> >> Related - "Do not upload dev releases at PyPI" by Tarek Ziadé
> >> <http://ziade.org/2011/02/15/do-not-upload-dev-releases-at-pypi/>at
> >> http://ziade.org/2011/02/15/do-not-upload-dev-releases-at-pypi/
> >> <http://ziade.org/2011/02/15/do-not-upload-dev-releases-at-pypi/>
> >
> > Yes. It's a new feature in the just-released pip 1.4; in fact it is now
> > the default behavior. See the top entry in the pip 1.4 changelog:
> > http://www.pip-installer.org/en/latest/news.html#changelog
> >
> > Carl
> >
> > _______________________________________________
> > Distutils-SIG maillist  -  Distutils-SIG at python.org
> > http://mail.python.org/mailman/listinfo/distutils-sig
>
> Technically it uses PEP440 but I believe they have the same rules as far
as stable or unstable.

Yeah, major items like release ordering and whether or not a version is a
pre-release stay the same.

The only ordering differences between 386 and 440 relate to some relatively
obscure edge cases where the spec in 386 differed from the behaviour of
existing tools without adequate justification. PEP 440 has the details.

Cheers,
Nick.

>
> -----------------
> Donald Stufft
> PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372
DCFA
>
>
> _______________________________________________
> Distutils-SIG maillist  -  Distutils-SIG at python.org
> http://mail.python.org/mailman/listinfo/distutils-sig
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20130725/577376be/attachment.html>


More information about the Distutils-SIG mailing list