summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-cached-property_1.5.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python-cached: synchronize with meta-pythonBruce Ashfield2021-09-011-1/+3
| | | | | | | | | | | | | | | | | | | 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>
* python3-cached-property: Upgrade 1.3.0 -> 1.5.2Leon Anavi2021-04-151-0/+8
Upgrade to release 1.5.2: - Add formal support for Python 3.8 - Remove formal support for Python 3.4 - Switch from Travis to GitHub actions - Made tests pass flake8 for Python 2.7 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>