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.
Aaron Meurer On Sun, Jul 7, 2013 at 11:41 AM, Ondřej Čertík <[email protected]>wrote: > On Sat, Jul 6, 2013 at 8:40 PM, Aaron Meurer <[email protected]> wrote: > > I've just tagged SymPy 0.7.3.rc1. Please download it and test it. > > > > All downloads are at > > https://github.com/sympy/sympy/releases/sympy-0.7.3.rc1. > > > > Right now, there is only one major thing left to do for this release, and > > that is to finish writing the release notes: > > https://github.com/sympy/sympy/wiki/release-notes-for-0.7.3. I would > > appreciate any and all help with that. > > > > By the way, this entire release was automated, using fabric and vagrant. > > The work is at https://github.com/sympy/sympy/pull/2256. You should be > able > > to completely reproduce the downloads by installing fabric and vagrant > and > > following the instructions in the README of the release directory (they > > won't have the same md5 hashes because of timestamps, but they should be > > otherwise identical). > > Awesome! I tested the sympy-0.7.3.rc1.tar.gz and > sympy-0.7.3.rc1-py3.2.tar.gz, which seem to be working. > > What is the difference between sympy-0.7.3.rc1-py3.2.tar.gz and > sympy-0.7.3.rc1-py3.3.tar.gz and why do they have the same hash? > > 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.
