[issue45590] distutils: Upload failed (400): Invalid value for blake2_256_digest

Jakub Wilk report at bugs.python.org
Sat Oct 23 14:48:44 EDT 2021


New submission from Jakub Wilk <jwilk at jwilk.net>:

My "python3 setup.py sdist upload" failed with:

  Upload failed (400): Invalid value for blake2_256_digest. Error: Use a valid, hex-encoded, BLAKE2 message digest.

Apparently this is because distutils uses wrong digest size for Blake2:
https://github.com/pypa/distutils/issues/25

----------
components: Distutils
messages: 404904
nosy: christian.heimes, dstufft, eric.araujo, jwilk
priority: normal
severity: normal
status: open
title: distutils: Upload failed (400): Invalid value for blake2_256_digest
versions: Python 3.10, Python 3.11, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45590>
_______________________________________


More information about the Python-bugs-list mailing list