From c10b8570d14cc0ba4e7b5df56303cb4218d162b4 Mon Sep 17 00:00:00 2001 From: xigaoxinyan Date: Wed, 11 May 2022 16:33:23 +0800 Subject: [PATCH] License compliance rectification --- python-pytest-remotedata.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pytest-remotedata.spec b/python-pytest-remotedata.spec index edc531d..b5542e7 100644 --- a/python-pytest-remotedata.spec +++ b/python-pytest-remotedata.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-remotedata Version: 0.3.2 -Release: 1 +Release: 2 Summary: Pytest plugin for controlling remote data access. -License: BSD +License: BSD-3-Clause URL: https://astropy.org Source0: https://files.pythonhosted.org/packages/54/6c/cd637f54a05139b4e64825230352e6fa4149b4c3116246a7c6f5368d72cb/pytest-remotedata-0.3.2.tar.gz BuildArch: noarch @@ -69,5 +69,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 11 2022 xigaoxinyan -0.3.2-2 +- License compliance rectification + * Sun May 23 2021 Python_Bot - Package Spec generated -- Gitee