diff --git a/python-cached_property.spec b/python-cached_property.spec index 106fb7f..809db3e 100644 --- a/python-cached_property.spec +++ b/python-cached_property.spec @@ -1,8 +1,8 @@ Name: python-cached_property Version: 1.5.2 -Release: 1 +Release: 2 Summary: A cached-property for decorating methods in Python classes -License: BSD +License: BSD-3-Clause URL: https://github.com/pydanny/cached-property Source0: https://github.com/pydanny/cached-property/archive/%{version}/cached-property-%{version}.tar.gz @@ -53,6 +53,9 @@ PYTHONPATH=./ py.test-3 %doc HISTORY.rst CONTRIBUTING.rst README.rst %changelog +* Fri Jun 17 2022 liukuo - 1.5.2-2 +- License compliance rectification + * Tue Jun 14 2022 houyingchao - 1.5.2-1 - Upgrade to 1.5.2