summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-twine_3.2.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-twine: Upgrade 3.1.1 -> 3.2.0Leon Anavi2020-06-261-0/+15
Upgrade to release 3.2.0: - Improve display of HTTP errors during upload - Use red text when printing errors on the command line - Print packages and signatures to be uploaded when using --verbose option - Update URL to .pypirc specification - Require repository URL scheme to be http or https - Don't raise an exception when Python version can't be parsed from filename - Fix inaccurate retry message during upload - Clarify error messages for archive format - Add type annotations, checked with mypy, with PEP 561 support for users of Twine's API Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>