Re: [ovs-dev] [PATCH 2/3] python: Use twine to upload sdist package to pypi.org.

2023-08-08 Thread Ilya Maximets
On 8/2/23 10:27, Robin Jarry wrote: > setup.py upload is now deprecated. When used, pypi.org returns an error: > >> Upload failed (400): Invalid value for blake2_256_digest. Error: Use >> a valid, hex-encoded, BLAKE2 message digest. Nit: It might be better to just use 2-space indentation or some

Re: [ovs-dev] [PATCH 2/3] python: Use twine to upload sdist package to pypi.org.

2023-08-04 Thread Mike Pattrick
On Wed, Aug 2, 2023 at 4:31 AM Robin Jarry wrote: > setup.py upload is now deprecated. When used, pypi.org returns an error: > > > Upload failed (400): Invalid value for blake2_256_digest. Error: Use > > a valid, hex-encoded, BLAKE2 message digest. > > Use twine which is the recommended replaceme

[ovs-dev] [PATCH 2/3] python: Use twine to upload sdist package to pypi.org.

2023-08-02 Thread Robin Jarry
setup.py upload is now deprecated. When used, pypi.org returns an error: > Upload failed (400): Invalid value for blake2_256_digest. Error: Use > a valid, hex-encoded, BLAKE2 message digest. Use twine which is the recommended replacement tool to upload on pypi.org. Link: https://blog.ganssle.io/