]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40698: Improve distutils upload hash digests (GH-20260)
authorChristian Heimes <christian@python.org>
Wed, 20 May 2020 14:37:25 +0000 (16:37 +0200)
committerGitHub <noreply@github.com>
Wed, 20 May 2020 14:37:25 +0000 (07:37 -0700)
commite572c7f6dbe5397153803eab256e4a4ca3384f80
tree14e481f63778adcbeeddbb5880d2106195c28281
parentbac170cd93bbae939fcb29ccc6b5d423f7f4a089
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>
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]