From 58ea23da92dfd23b68b6e673fd6d4f2b3aafee98 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Mon, 9 May 2022 18:02:33 +0800 Subject: [PATCH] License compliance rectification --- python-pytest-openfiles.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pytest-openfiles.spec b/python-pytest-openfiles.spec index a0d29d0..41e9bb2 100644 --- a/python-pytest-openfiles.spec +++ b/python-pytest-openfiles.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-openfiles Version: 0.5.0 -Release: 1 +Release: 2 Summary: Pytest plugin for detecting inadvertent open file handles -License: BSD +License: BSD-3-Clause URL: https://github.com/astropy/pytest-openfiles Source0: https://files.pythonhosted.org/packages/11/01/c242971e175c4af014184325b773637f13fb1f01e4e02abd9f50dfa1062a/pytest-openfiles-0.5.0.tar.gz BuildArch: noarch @@ -77,5 +77,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 9 2022 yaoxin - 0.5.0-2 +- License compliance rectification + * Thu Dec 09 2021 Python_Bot - 0.5.0-1 - Package Init -- Gitee