diff --git a/python-twine.spec b/python-twine.spec index 9c9fcccff7bf5b58fe408c5de9a83e2db97341d0..0f542e00f29df3dc54f97e5c26e6aed034d4dde4 100644 --- a/python-twine.spec +++ b/python-twine.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-twine -Version: 5.0.0 +Version: 5.1.1 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/77/68/bd982e5e949ef8334e6f7dcf76ae40922a8750aa2e347291ae1477a4782b/twine-5.1.1.tar.gz BuildArch: noarch Requires: python3-pkginfo @@ -66,12 +66,13 @@ install -d -m755 %{buildroot}/%{_pkgdocdir} %{_docdir}/* %changelog +* Tue Aug 27 2024 dongqi - 5.1.1-1 +- Update package to version 5.1.1 + * 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.1.tar.gz b/twine-5.1.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0b045421c7d548d9f010f672a2eb49cc19ecfddf Binary files /dev/null and b/twine-5.1.1.tar.gz differ