The SHA256 listed for setuptools-40.8.0.zip is 6e4eec90337e849ade7103723b9a99631c1f0d19990d6e8412dc42f5ae8b304d But the actual SHA sum is 3547552b1009283f7ae31fded32ad33ed160e671 Martin -- Martin Baker Head of Product, FastComp 415.845.0729
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 sha256sum utility says 6e4eec90337e849ade7103723b9a99631c1f0d19990d6e8412dc42f5ae8b304d while the sha1sum utility says 3547552b1009283f7ae31fded32ad33ed160e671. Make note that one is a SHA2-256 checksum while the other is a SHA1 checksum. -- Jeremy Stanley
How are you generating your sum? Looks right to me: $ wget -q https://files.pythonhosted.org/packages/c2/f7/c7b501b783e5a74cf1768bc174ee4f... $ SHA256(setuptools-40.8.0.zip)= 6e4eec90337e849ade7103723b9a99631c1f0d19990d6e8412dc42f5ae8b304d On Thu, Mar 21, 2019 at 12:27 PM Martin Baker <martin@fastcomp.co> wrote:
The SHA256 listed for setuptools-40.8.0.zip is 6e4eec90337e849ade7103723b9a99631c1f0d19990d6e8412dc42f5ae8b304d
But the actual SHA sum is 3547552b1009283f7ae31fded32ad33ed160e671
Martin
-- Martin Baker Head of Product, FastComp 415.845.0729 -- Distutils-SIG mailing list -- distutils-sig@python.org To unsubscribe send an email to distutils-sig-leave@python.org https://mail.python.org/mailman3/lists/distutils-sig.python.org/ Message archived at https://mail.python.org/archives/list/distutils-sig@python.org/message/3A5MD...
Sorry, that should have been: $ wget -q https://files.pythonhosted.org/packages/c2/f7/c7b501b783e5a74cf1768bc174ee4f... tmp $ openssl dgst -sha256 setuptools-40.8.0.zip SHA256(setuptools-40.8.0.zip)= 6e4eec90337e849ade7103723b9a99631c1f0d19990d6e8412dc42f5ae8b304d On Thu, Mar 21, 2019 at 12:37 PM Dustin Ingram <di@python.org> wrote:
How are you generating your sum? Looks right to me:
$ wget -q https://files.pythonhosted.org/packages/c2/f7/c7b501b783e5a74cf1768bc174ee4f... $ SHA256(setuptools-40.8.0.zip)= 6e4eec90337e849ade7103723b9a99631c1f0d19990d6e8412dc42f5ae8b304d
On Thu, Mar 21, 2019 at 12:27 PM Martin Baker <martin@fastcomp.co> wrote:
The SHA256 listed for setuptools-40.8.0.zip is 6e4eec90337e849ade7103723b9a99631c1f0d19990d6e8412dc42f5ae8b304d
But the actual SHA sum is 3547552b1009283f7ae31fded32ad33ed160e671
Martin
-- Martin Baker Head of Product, FastComp 415.845.0729 -- Distutils-SIG mailing list -- distutils-sig@python.org To unsubscribe send an email to distutils-sig-leave@python.org https://mail.python.org/mailman3/lists/distutils-sig.python.org/ Message archived at https://mail.python.org/archives/list/distutils-sig@python.org/message/3A5MD...
No, you're right, that was totally (my) user error. =) On Thu, Mar 21, 2019 at 10:38 AM Dustin Ingram <di@python.org> wrote:
Sorry, that should have been:
$ wget -q https://files.pythonhosted.org/packages/c2/f7/c7b501b783e5a74cf1768bc174ee4f... tmp $ openssl dgst -sha256 setuptools-40.8.0.zip SHA256(setuptools-40.8.0.zip)= 6e4eec90337e849ade7103723b9a99631c1f0d19990d6e8412dc42f5ae8b304d
On Thu, Mar 21, 2019 at 12:37 PM Dustin Ingram <di@python.org> wrote:
How are you generating your sum? Looks right to me:
$ wget -q https://files.pythonhosted.org/packages/c2/f7/c7b501b783e5a74cf1768bc174ee4f... $ SHA256(setuptools-40.8.0.zip)= 6e4eec90337e849ade7103723b9a99631c1f0d19990d6e8412dc42f5ae8b304d
On Thu, Mar 21, 2019 at 12:27 PM Martin Baker <martin@fastcomp.co> wrote:
The SHA256 listed for setuptools-40.8.0.zip is 6e4eec90337e849ade7103723b9a99631c1f0d19990d6e8412dc42f5ae8b304d
But the actual SHA sum is 3547552b1009283f7ae31fded32ad33ed160e671
Martin
-- Martin Baker Head of Product, FastComp 415.845.0729 -- Distutils-SIG mailing list -- distutils-sig@python.org To unsubscribe send an email to distutils-sig-leave@python.org https://mail.python.org/mailman3/lists/distutils-sig.python.org/ Message archived at https://mail.python.org/archives/list/distutils-sig@python.org/message/3A5MD...
-- Martin Baker Head of Product, FastComp 415.845.0729
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
Martin
-- Martin Baker Head of Product, FastComp 415.845.0729 -- Distutils-SIG mailing list -- distutils-sig@python.org To unsubscribe send an email to distutils-sig-leave@python.org https://mail.python.org/mailman3/lists/distutils-sig.python.org/ Message archived at https://mail.python.org/archives/list/distutils-sig@python.org/message/3A5MD...
participants (4)
-
Dustin Ingram
-
Jeremy Stanley
-
Martin Baker
-
Thomas Kluyver