From 66d4d3a6e49c802596d6f0d9f0f2a0eaba9d7f4a Mon Sep 17 00:00:00 2001 From: lauk001 Date: Fri, 17 Jun 2022 14:30:21 +0800 Subject: [PATCH] License compliance rectification --- python-cached_property.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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