diff --git a/python-flask-restful.spec b/python-flask-restful.spec index 5dd630a2c8516a297eb8f3308a8d2f828a2c0ce5..25aa51af3ca2b4f0d72dfabf7b0688763de7f197 100644 --- a/python-flask-restful.spec +++ b/python-flask-restful.spec @@ -1,8 +1,8 @@ Name: python-flask-restful Version: 0.3.8 -Release: 3 +Release: 4 Summary: Framework for creating REST APIs -License: BSD +License: BSD-3-Clause URL: https://www.github.com/flask-restful/flask-restful/ Source0: https://github.com/flask-restful/flask-restful/archive/%{version}.tar.gz @@ -43,6 +43,9 @@ rm -rf docs/_themes/.gitignore %{python3_sitelib}/* %changelog +* Fri Jun 17 2022 liukuo - 0.3.8-4 +- License compliance rectification + * Sat Jan 08 2022 shixuantong - 0.3.8-3 - remove python3-nose buildrequire and disable %check