Re: [Distutils] Re-uploading packages

2013-04-06 Thread Maurits van Rees
Op 02-04-13 22:12, Christian Theune schreef:> Hi, > > when developing bandersnatch I saw some checksum errors for the md5sums > of downloaded package files that I didn't understand. > I just saw another one and just want to check back whether this is true: > I can go to PyPI, delete a package vers

Re: [Distutils] Re-uploading packages

2013-04-02 Thread Richard Jones
We prevent people from uploading files to replace contents, but not deleting and re-uploading. That would take additional tracking not built into the system. Richard On 3 April 2013 07:12, Christian Theune wrote: > Hi, > > when developing bandersnatch I saw some checksum errors for the m

Re: [Distutils] Re-uploading packages

2013-04-02 Thread Christian Theune
On Apr 2, 2013, at 10:39 PM, holger krekel wrote: > On Tue, Apr 02, 2013 at 22:12 +0200, Christian Theune wrote: >> Hi, >> >> when developing bandersnatch I saw some checksum errors for the >> md5sums of downloaded package files that I didn't understand. >> I just saw another one and just want

Re: [Distutils] Re-uploading packages

2013-04-02 Thread holger krekel
On Tue, Apr 02, 2013 at 22:12 +0200, Christian Theune wrote: > Hi, > > when developing bandersnatch I saw some checksum errors for the > md5sums of downloaded package files that I didn't understand. > I just saw another one and just want to check back whether this is > true: I can go to PyPI, dele

Re: [Distutils] Re-uploading packages

2013-04-02 Thread Trishank Karthik Kuppusamy
On Tue 02 Apr 2013 04:12:23 PM EDT, Christian Theune wrote: when developing bandersnatch I saw some checksum errors for the md5sums of downloaded package files that I didn't understand. Firstly, thanks for programming bandersnatch --- what an awesome tool! Secondly, I see these hash mismatche

[Distutils] Re-uploading packages

2013-04-02 Thread Christian Theune
Hi, when developing bandersnatch I saw some checksum errors for the md5sums of downloaded package files that I didn't understand. I just saw another one and just want to check back whether this is true: I can go to PyPI, delete a package version, and upload a different file later. True? Thi