bobber6467 / python-nose

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

Nose tar.gz location. #461

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. on Linux, "wget http://python-nose.googlecode.com/files/nose-1.0.0.tar.gz" 
returns an HTTP 404 error
2.
3.

What is the expected output? What do you see instead?
The file should be downloaded.

What version of the product are you using? On what operating system?
nose-1.0.0

Please provide any additional information below.

Hi all,
I hope this is the appropriate location for this. My project has an automated 
Linux build that fetches the Nose tarball from the above URL using wget. The 
URL has recently changed to 
"http://python-nose.googlecode.com/files/nose-1.0.0%20%281%29.tar.gz" because 
the visible name has changed to "nose-1.0.0 (1).tar.gz". I'm changing my local 
copy of the build file to match the new address, but I'd prefer to change it 
back so I can derive the URL address from the version number.

Thanks,
--Lee

Original issue reported on code.google.com by l...@broadinstitute.org on 19 Oct 2011 at 1:30

GoogleCodeExporter commented 8 years ago
Thanks for reporting.  I deprecated these downloads.  Where did you find links 
to them?  They should not be in use.  You can download from PyPI 
http://pypi.python.org/pypi/nose

Original comment by kumar.mcmillan on 19 Oct 2011 at 3:15

GoogleCodeExporter commented 8 years ago
Thanks - they were on this page: 
http://code.google.com/p/python-nose/downloads/list
and now they're gone. So that's good. I'll get them from the pypi page now.

Original comment by l...@broadinstitute.org on 19 Oct 2011 at 3:18