From 4540dbe50033b7461ca6b859f9071eca3cfca3c7 Mon Sep 17 00:00:00 2001 From: penelope Date: Wed, 11 May 2022 16:30:13 +0800 Subject: [PATCH] License compliance rectification --- python-twine.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-twine.spec b/python-twine.spec index cc8b32b..81b07fe 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 -- Gitee