From 275a2abd5632689a7af8c7a0e79eefe8286af187 Mon Sep 17 00:00:00 2001 From: penelope Date: Tue, 10 May 2022 11:36:44 +0800 Subject: [PATCH] License compliance rectification --- python-queuelib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-queuelib.spec b/python-queuelib.spec index 7051f31..a5552ff 100644 --- a/python-queuelib.spec +++ b/python-queuelib.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-queuelib Version: 1.6.1 -Release: 1 +Release: 2 Summary: Collection of persistent (disk-based) and non-persistent (memory-based) queues -License: BSD +License: BSD-3-Clause URL: https://github.com/scrapy/queuelib Source0: https://files.pythonhosted.org/packages/28/c3/c4371429aac06c9d6e1eae84a711b0ba61219b2ca7722db075c8abe9e088/queuelib-1.6.1.tar.gz BuildArch: noarch @@ -66,5 +66,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 10 2022 yangping - 1.6.1-2 +- License compliance rectification + * Sun May 23 2021 Python_Bot - Package Spec generated -- Gitee