diff --git a/python-twine.spec b/python-twine.spec index cc8b32b8b653dfe2e1899b269189044678027b8d..03c0c0388b06b53c53a2e0165effc66e8ef6cd0f 100644 --- a/python-twine.spec +++ b/python-twine.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-twine Version: 3.2.0 -Release: 1 +Release: 2 Summary: Collection of utilities for publishing packages on PyPI -License: Apache Software License +License: Apache-2.0 URL: https://twine.readthedocs.io/ Source0: https://files.pythonhosted.org/packages/14/54/2fc5732362649f4b6f4c245c17dc5a526148b1fb2c3a89176a2ef950628a/twine-3.2.0.tar.gz BuildArch: noarch @@ -89,5 +89,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jun 12 2024 yanjianqing - 3.2.0-2 +- Rectify the license information specification + * Wed Nov 18 2020 maminjie - 3.2.0-1 - package init