pombreda / python-nose

Automatically exported from code.google.com/p/python-nose
0 stars 0 forks source link

MD5 Checksum Available at Python Package Index Fails to Match Value from Dowloaded File #401

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download nose-1.0.0.tar.gz from Python Package Index.
2. Calculate the checksum using md5sum (available as part of cygwin).
3. Compare this calculate value with the value on Python Package Index.

What is the expected output? What do you see instead?
The md5sum utility prints the following:
9542d4c66e04880d8144990de76e0b88 *nose-1.0.0.tar.gz

The value available from the Python Package Index is:
47a4784c817afa6ef11a505b574584ed

What version of the product are you using? On what operating system?
I downloaded nose-1.0.0.tar.gz. I am running Windows XP SP3. I am using version 
8.8 of md5sum running under cygwin.

Please provide any additional information below.

Original issue reported on code.google.com by mrwizard...@gmail.com on 22 Feb 2011 at 3:00

GoogleCodeExporter commented 9 years ago
I am not sure if this was fixed underneath you, but I get a matching md5sum:

    47a4784c817afa6ef11a505b574584ed  nose-1.0.0.tar.gz

Double check that the file has been completely downloaded; try extracting it to 
make sure the contents aren't corrupted (as the md5sum seems to indicate).

Original comment by redmu...@gmail.com on 18 Mar 2011 at 10:51

GoogleCodeExporter commented 9 years ago

Original comment by kumar.mcmillan on 19 Mar 2011 at 11:40