diff --git a/python-twine.spec b/python-twine.spec index cc8b32b8b653dfe2e1899b269189044678027b8d..81b07fe38e4c27b7b30df9b8d53eced5d1bb5c8b 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 May 11 2022 yangping - 3.2.0-2 +- License compliance rectification + * Wed Nov 18 2020 maminjie - 3.2.0-1 - package init