python-cached: synchronize with meta-python

python3-cached-property was recently added to meta-python, with the
same version, but slightly different variable definitions.

This is breaking reprodicibility tests.

We've had some issues with python packages upgrading in meta-python
and causing runtime issues, so we temporarily want to hold onto a
copy of this recipe until that can be ruled out.

We'll either pin the version in meta-virt or remove the recipe once
that is determined.

But for now, if we synchronize the recipe variables, the reprodicibility
checks should stop failing.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2021-09-01 22:49:50 -04:00
parent c8e57e4f22
commit ec521bd529

View File

@ -1,5 +1,7 @@
SUMMARY = "A decorator for caching properties in classes."
HOMEPAGE = "https://github.com/pydanny/cached-property"
DESCRIPTION = "Makes caching of time or computational expensive properties quick and easy."
HOMEPAGE = "https://pypi.org/project/cached-property/"
SECTION = "devel/python"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=db7ff60c4e14f58534201242803d8abc"