diff --git a/python-tenacity.spec b/python-tenacity.spec index acce35f949fed22ad31fb1fff2737e5ec47c9551..0a5f49f06a355b6f13e4cde85e86703f7b16a821 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