On Sun, Jul 7, 2013 at 12:00 PM, Ondřej Čertík <[email protected]>wrote:
> On Sun, Jul 7, 2013 at 10:43 AM, Aaron Meurer <[email protected]> wrote: > > Well, since they have the same hash, there is no difference :) > > > > The two exist because the only way to make pip install the Python 3 > source > > in Python 3 (instead of installing the Python 2 source in Python 3) is to > > put the explicit version of Python in the tarball name. Since there are > two > > versions of Python 3 that we support, this means creating two tarballs. > > I see. I guess pip expects that the Python 2 source will automatically > translate using 2to3. I think we should implement that. > I still prefer to actually ship the 3.2 and 3.3 tarballs, because it > is clear what exactly is our upstream source (I am having possible > bugs or changes in 2to3 in mind, that in principle could produce > incorrect sources). > > I think we should document this in the release notes, so I have added > an explanation in: > > https://github.com/sympy/sympy/wiki/Release-Notes-for-0.7.3 > > feel free to update the formatting. > We had this in the previous release too. See https://pypi.python.org/pypi/sympy/0.7.2 (and the note I put there). We could also just do this on PyPI, and just upload one sympy-0.7.3-py3k.tar.gz (or similar) GitHub releases page. We would have to be careful to not put any links to the GitHub page anywhere on PyPI, though, or else pip and easy_install will automatically crawl them and wreak havok. Aaron Meurer > > Ondrej > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
