License compliance rectification
This commit is contained in:
parent
434a797ac3
commit
66d4d3a6e4
@ -1,8 +1,8 @@
|
|||||||
Name: python-cached_property
|
Name: python-cached_property
|
||||||
Version: 1.5.2
|
Version: 1.5.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A cached-property for decorating methods in Python classes
|
Summary: A cached-property for decorating methods in Python classes
|
||||||
License: BSD
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/pydanny/cached-property
|
URL: https://github.com/pydanny/cached-property
|
||||||
Source0: https://github.com/pydanny/cached-property/archive/%{version}/cached-property-%{version}.tar.gz
|
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
|
%doc HISTORY.rst CONTRIBUTING.rst README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 17 2022 liukuo <liukuo@kylinos.cn> - 1.5.2-2
|
||||||
|
- License compliance rectification
|
||||||
|
|
||||||
* Tue Jun 14 2022 houyingchao <houyingchao@h-partners.com> - 1.5.2-1
|
* Tue Jun 14 2022 houyingchao <houyingchao@h-partners.com> - 1.5.2-1
|
||||||
- Upgrade to 1.5.2
|
- Upgrade to 1.5.2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user