update to version 1.5.2

This commit is contained in:
wang--ge 2022-10-17 15:32:39 +08:00
parent 1ea92682b3
commit a66a9aea87
3 changed files with 6 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,8 +1,8 @@
Name: python-cached_property
Version: 1.5.1
Release: 3
Version: 1.5.2
Release: 1
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
* Mon Oct 17 2022 Ge Wang <wangge20@h-partners.com> - 1.5.2-1
- Upgrade to version 1.5.2
* Thu Aug 5 2021 Shenmei Tu <tushenmei@huawei.com> - 1.5.1-3
- cached-property-1.5.1-test-failure.patch