diff --git a/python-twine.spec b/python-twine.spec index 9c9fcccff7bf5b58fe408c5de9a83e2db97341d0..886ea9b24a63c3366c63b0c6fd25033933896d62 100644 --- a/python-twine.spec +++ b/python-twine.spec @@ -1,13 +1,15 @@ %global _empty_manifest_terminate_build 0 Name: python-twine -Version: 5.0.0 +Version: 5.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/d3/cc/8025ad5102a5c754023092143b8b511e184ec087dfbfb357d7d88fb82bff/twine-5.0.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/t/twine/twine-%{version}.tar.gz BuildArch: noarch +BuildRequires: python3-hatchling python3-hatch-vcs + Requires: python3-pkginfo Requires: python3-readme-renderer Requires: python3-requests @@ -55,7 +57,7 @@ and usage instructions, and links to additional resources. %pyproject_build %install -%pyproject_install twine==%{version} +%pyproject_install install -d -m755 %{buildroot}/%{_pkgdocdir} %files -n python3-twine @@ -66,13 +68,17 @@ install -d -m755 %{buildroot}/%{_pkgdocdir} %{_docdir}/* %changelog +* 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 + add AttributeError to blake2 check + * Wed Jul 31 2024 dongqi - 5.0.0-1 - Update package to version 5.0.0 - add setuptools to test deps - Update classifiers for newer Pythons - drop Python 3.7 - * Thu Apr 27 2023 caodongxia - 4.0.2-2 - Adapting to the pyproject.toml compilation mode diff --git a/twine-5.0.0.tar.gz b/twine-5.0.0.tar.gz deleted file mode 100644 index e5bac9b3971810094dcc52905b30d19aaede818c..0000000000000000000000000000000000000000 Binary files a/twine-5.0.0.tar.gz and /dev/null differ diff --git a/twine-5.1.0.tar.gz b/twine-5.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..cf57cf0fce2871fdf460c0f90e833a80651cd1aa Binary files /dev/null and b/twine-5.1.0.tar.gz differ