From 029f954818929c95cc5479eeaa04475dd4adac44 Mon Sep 17 00:00:00 2001 From: lauk Date: Wed, 18 May 2022 11:22:45 +0800 Subject: [PATCH] License compliance rectification --- python-tenacity.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-tenacity.spec b/python-tenacity.spec index acce35f..0a5f49f 100644 --- a/python-tenacity.spec +++ b/python-tenacity.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-tenacity Version: 6.3.1 -Release: 4 +Release: 5 Summary: Retry code until it succeeds -License: Apache 2.0 +License: Apache-2.0 URL: https://github.com/jd/tenacity Source0: https://files.pythonhosted.org/packages/70/0c/47136795c8be87c7c30f28c9a56b59deb9550b2a1f5f3abb177daf5da1a3/tenacity-6.3.1.tar.gz BuildArch: noarch @@ -86,6 +86,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 18 2022 liukuo - 6.3.1-5 +- License compliance rectification * Sat Jan 30 2021 zhangy - Add buildrequires python3-setuptools_scm * Fri Jan 22 2021 zhangy1317 -- Gitee