]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40698: Improve distutils upload hash digests (GH-20260)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 May 2020 14:57:08 +0000 (07:57 -0700)
committerGitHub <noreply@github.com>
Wed, 20 May 2020 14:57:08 +0000 (07:57 -0700)
commitf541a371a5e608517314a106012e0c19739d2d02
tree7116bf57d48e4a35ef2463560258c5796d784641
parente7bf8684e2f9d5f7e92284a0ea085a791f5173df
bpo-40698: Improve distutils upload hash digests (GH-20260)

- Fix upload test on systems that blocks MD5
- Add SHA2-256 and Blake2b-256 digests based on new Warehous and twine
  specs.

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit e572c7f6dbe5397153803eab256e4a4ca3384f80)

Co-authored-by: Christian Heimes <christian@python.org>
Doc/whatsnew/3.9.rst
Lib/distutils/command/upload.py
Lib/distutils/tests/test_upload.py
Misc/NEWS.d/next/Library/2020-05-20-14-38-04.bpo-40698.zwl5Hc.rst [new file with mode: 0644]