diff --git a/cached-property-1.5.1.tar.gz b/cached-property-1.5.1.tar.gz deleted file mode 100644 index 7ea497b..0000000 Binary files a/cached-property-1.5.1.tar.gz and /dev/null differ diff --git a/cached-property-1.5.2.tar.gz b/cached-property-1.5.2.tar.gz new file mode 100644 index 0000000..e3b75b6 Binary files /dev/null and b/cached-property-1.5.2.tar.gz differ diff --git a/python-cached_property.spec b/python-cached_property.spec index a0a3f95..106fb7f 100644 --- a/python-cached_property.spec +++ b/python-cached_property.spec @@ -1,6 +1,6 @@ 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 URL: https://github.com/pydanny/cached-property @@ -53,6 +53,9 @@ PYTHONPATH=./ py.test-3 %doc HISTORY.rst CONTRIBUTING.rst README.rst %changelog +* Tue Jun 14 2022 houyingchao - 1.5.2-1 +- Upgrade to 1.5.2 + * Thu Aug 5 2021 Shenmei Tu - 1.5.1-3 - cached-property-1.5.1-test-failure.patch