A Tuesday 21 October 2008, Jarrod Millman escrigué:
> On Mon, Oct 20, 2008 at 8:38 PM, David Cournapeau :
> >    This is the first time I heard of this problem. I guess you
> > checked the obvious (do you have enough ram). What is your platform
> > exactly ? Did you check your installer is ok ? Something I should
> > have done is to provide for a checksum: here is the checksum for
> > the time being:
> >
> > ad603ad13cf403fbf394d7e3eba8b996 
> > numpy-1.2.0-win32-superpack-python2.5.exe
>
> The md5 checksums are also in the release notes (which you can find
> by clicking on the little notepad by the release on the download
> page). Here are the release notes for the 1.2.0 release:
> http://sourceforge.net/project/shownotes.php?group_id=1369&release_id
>=628858
>
> Of course, that is terribly difficult to find.  I haven't been able
> to figure out a better way to have sourceforge display checksum
> information.  Ideally, they could display the checksum information
> like they do for the filesize and architecture information:
> http://sourceforge.net/project/showfiles.php?group_id=1369&package_id
>=175103&release_id=628858
>
> If anyone knows how to make sourceforge display this information,
> please let me know.
>
> I would also like it if you could somehow embed the checksum in the
> URL.  Maybe something like this:
> https://wiki.mozilla.org/Firefox/Feature_Brainstorming:Downloads#MD5_
>Checksum

I normally put the MD5 information in a separate file in the same 
repository.  Something like:

http://www.pytables.org/download/stable/
Parent Directory                 -
pytables-2.0.4.md5      04-Jul-2008 14:23       249
pytables-2.0.4.tar.gz   04-Jul-2008 14:22       3.3M
pytablesmanual-2.0.4-html.tar.gz        04-Jul-2008 14:22       1.7M
pytablesmanual-2.0.4.pdf        04-Jul-2008 15:27       1.2M
tables-2.0.4.tar.gz     04-Jul-2008 14:22       3.3M
tables-2.0.4.win32-py2.4.exe    04-Jul-2008 14:22       1.0M
tables-2.0.4.win32-py2.5.exe    04-Jul-2008 14:22       1.0M

where the MD5 hashes are in pytables-2.0.4.md5.  The MD5 signatures can 
be computed easily by using the 'cfv' utility:

cfv -C -t md5 -f pytables-$VERSION.md5 *

HTH,

-- 
Francesc Alted
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to