diff --git a/python-pytest-tornado.spec b/python-pytest-tornado.spec index 2d656656892905a3f56c54e6bbc0965f9ac61f25..3728b3954f37f8fa62c5d5bfb6447b0088136163 100644 --- a/python-pytest-tornado.spec +++ b/python-pytest-tornado.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-tornado Version: 0.8.1 -Release: 1 +Release: 2 Summary: A py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications. -License: Apache 2.0 +License: Apache-2.0 URL: https://github.com/eugeniy/pytest-tornado Source0: https://files.pythonhosted.org/packages/f7/85/a7b43fb46dbd7d6c28e798491e5f7dc902e0fbbd1630b03307529faebf79/pytest-tornado-0.8.1.tar.gz BuildArch: noarch @@ -73,5 +73,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jun 07 2022 liukuo - 0.8.1-2 +- License compliance rectification + * Fri Nov 05 2021 Python_Bot - 0.8.1-1 - Package Init