commit | e572c7f6dbe5397153803eab256e4a4ca3384f80 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Wed May 20 16:37:25 2020 +0200 |
committer | GitHub <noreply@github.com> | Wed May 20 07:37:25 2020 -0700 |
tree | 14e481f63778adcbeeddbb5880d2106195c28281 | |
parent | bac170cd93bbae939fcb29ccc6b5d423f7f4a089 [diff] |
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>