From ec521bd529b87de4a9520057eeb48dd9f659322a Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 1 Sep 2021 22:49:50 -0400 Subject: 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 --- recipes-devtools/python/python3-cached-property_1.5.2.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes-devtools') diff --git a/recipes-devtools/python/python3-cached-property_1.5.2.bb b/recipes-devtools/python/python3-cached-property_1.5.2.bb index d7905f8d..1f99115b 100644 --- a/recipes-devtools/python/python3-cached-property_1.5.2.bb +++ b/recipes-devtools/python/python3-cached-property_1.5.2.bb @@ -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" -- cgit v1.2.3-54-g00ecf