diff --git a/python-pytest-openfiles.spec b/python-pytest-openfiles.spec index a0d29d0bf5d974c04be1f3368f1767973074e09d..41e9bb2675d2c736190c7ed8ab7e71ccc4ed0e1b 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