diff --git a/python-twine.spec b/python-twine.spec index 5f9c7949092652587e58c41122c1e438dbba86e7..d3d4be647a59eab68118b7b5abb4b68393e1d9bf 100644 --- a/python-twine.spec +++ b/python-twine.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-twine -Version: 6.1.0 +Version: 6.2.0 Release: 1 Summary: Collection of utilities for publishing packages on PyPI License: Apache-2.0 @@ -15,7 +15,7 @@ Requires: python3-readme-renderer Requires: python3-requests Requires: python3-requests-toolbelt Requires: python3-setuptools -Requires: python3-keyring +Requires: python3-keyring >= 21.2.0 Requires: python3-rfc3986 Requires: python3-urllib3 Requires: python3-importlib-metadata @@ -69,6 +69,14 @@ install -d -m755 %{buildroot}/%{_pkgdocdir} %{_docdir}/* %changelog +* Fri Oct 10 2025 maqi - 6.2.0-1 +- Update package to version 6.2.0 + Automatically refresh short-lived PyPI token in long running Trusted Publishing uploads + Fix compatibility kludge for invalid License-File metadata entries to work with packaging version 24.0 + Fix a couple of incorrectly rendered error messages + Enforce keyring >= 21.2.0 requirement + Catch configparser.Error to prevent accidental leaks of secret tokens or passwords + * Fri Mar 14 2025 Dongxing Wang - 6.1.0-1 - Update package to version 6.1.0 Preserve ports when munging repository URLs diff --git a/twine-6.1.0.tar.gz b/twine-6.1.0.tar.gz deleted file mode 100644 index 4a5299b610c1ed02567c25f7f44923d3b5bf5376..0000000000000000000000000000000000000000 Binary files a/twine-6.1.0.tar.gz and /dev/null differ diff --git a/twine-6.2.0.tar.gz b/twine-6.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ae6e0664f234c6d1b95ef545008b4a8a2f08870c Binary files /dev/null and b/twine-6.2.0.tar.gz differ