[Distutils] Re: wrong SHA256 on setuptools

2019-03-30 Thread Martin Baker
No, you're right, that was totally (my) user error. =) On Thu, Mar 21, 2019 at 10:38 AM Dustin Ingram wrote: > Sorry, that should have been: > > $ wget -q > https://files.pythonhosted.org/packages/c2/f7/c7b501b783e5a74cf1768bc174ee4fb0a8a6ee5af6afa92274ff964703e0/setuptools-40.8.0.zip > tmp $

[Distutils] Re: wrong SHA256 on setuptools

2019-03-21 Thread Jeremy Stanley
On 2019-03-20 14:52:47 -0700 (-0700), Martin Baker wrote: > The SHA256 listed for setuptools-40.8.0.zip > is 6e4eec90337e849ade7103723b9a99631c1f0d19990d6e8412dc42f5ae8b304d > > But the actual SHA sum is 3547552b1009283f7ae31fded32ad33ed160e671 Both of the things you've stated here are true. The

[Distutils] Re: wrong SHA256 on setuptools

2019-03-21 Thread Dustin Ingram
Sorry, that should have been: $ wget -q https://files.pythonhosted.org/packages/c2/f7/c7b501b783e5a74cf1768bc174ee4fb0a8a6ee5af6afa92274ff964703e0/setuptools-40.8.0.zip tmp $ openssl dgst -sha256 setuptools-40.8.0.zip SHA256(setuptools-40.8.0.zip)=

[Distutils] Re: wrong SHA256 on setuptools

2019-03-21 Thread Dustin Ingram
How are you generating your sum? Looks right to me: $ wget -q https://files.pythonhosted.org/packages/c2/f7/c7b501b783e5a74cf1768bc174ee4fb0a8a6ee5af6afa92274ff964703e0/setuptools-40.8.0.zip $ SHA256(setuptools-40.8.0.zip)= 6e4eec90337e849ade7103723b9a99631c1f0d19990d6e8412dc42f5ae8b304d On Thu,

[Distutils] Re: wrong SHA256 on setuptools

2019-03-21 Thread Thomas Kluyver
I think you've done SHA1 instead of SHA256. On Thu, Mar 21, 2019, at 5:27 PM, Martin Baker wrote: > The SHA256 listed for setuptools-40.8.0.zip is > 6e4eec90337e849ade7103723b9a99631c1f0d19990d6e8412dc42f5ae8b304d > > But the actual SHA sum is 3547552b1009283f7ae31fded32ad33ed160e671 > >