From 1137dacf30b8839a294d462081e6ddb0d0bda4ec Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Mon, 9 May 2022 18:13:53 +0800 Subject: [PATCH] License compliance rectification --- python-w3lib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-w3lib.spec b/python-w3lib.spec index 0829295..8aaf211 100644 --- a/python-w3lib.spec +++ b/python-w3lib.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-w3lib Version: 1.22.0 -Release: 1 +Release: 2 Summary: Library of web-related functions -License: BSD +License: BSD-3-Clause URL: https://github.com/scrapy/w3lib Source0: https://files.pythonhosted.org/packages/5e/2f/76558d2712d93e9267a3160190f1bb005f97ef4aba35592728f63747da8b/w3lib-1.22.0.tar.gz BuildArch: noarch @@ -70,5 +70,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 9 2022 yaoxin - 1.22.0-2 +- License compliance rectification + * Mon Jun 28 2021 Python_Bot - Package Spec generated -- Gitee