diff --git a/python-twine.spec b/python-twine.spec index 886ea9b24a63c3366c63b0c6fd25033933896d62..5f9c7949092652587e58c41122c1e438dbba86e7 100644 --- a/python-twine.spec +++ b/python-twine.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-twine -Version: 5.1.0 +Version: 6.1.0 Release: 1 Summary: Collection of utilities for publishing packages on PyPI License: Apache-2.0 -URL: https://twine.readthedocs.io/ -Source0: https://files.pythonhosted.org/packages/source/t/twine/twine-%{version}.tar.gz +URL: https://github.com/pypa/twine +Source0: %{url}/archive/%{version}/twine-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-hatchling python3-hatch-vcs @@ -54,6 +54,7 @@ and usage instructions, and links to additional resources. %autosetup -n twine-%{version} -p1 %build +export SETUPTOOLS_SCM_PRETEND_VERSION='%{version}' %pyproject_build %install @@ -68,6 +69,15 @@ install -d -m755 %{buildroot}/%{_pkgdocdir} %{_docdir}/* %changelog +* Fri Mar 14 2025 Dongxing Wang - 6.1.0-1 +- Update package to version 6.1.0 + Preserve ports when munging repository URLs + Remove extra line from changelog entry + fix: Retrieve metadata correctly from importlib_metadata + Restore test isolation by allowing username override for PyPI + Use brackets for the default value of option arguments + Smaller message when keyring installed but finds no backend + * Thu Aug 29 2024 xu_ping <707078654@qq.com> - 5.1.0-1 - Update package to version 5.1.0 Remove Python 3.7 from classifiers diff --git a/twine-5.1.0.tar.gz b/twine-5.1.0.tar.gz deleted file mode 100644 index cf57cf0fce2871fdf460c0f90e833a80651cd1aa..0000000000000000000000000000000000000000 Binary files a/twine-5.1.0.tar.gz and /dev/null differ diff --git a/twine-6.1.0.tar.gz b/twine-6.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4a5299b610c1ed02567c25f7f44923d3b5bf5376 Binary files /dev/null and b/twine-6.1.0.tar.gz differ