Commit Graph

2 Commits

Author SHA1 Message Date
Bruce Ashfield
ec521bd529 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>
2021-09-01 22:52:12 -04:00
Leon Anavi
37a794296e python3-cached-property: Upgrade 1.3.0 -> 1.5.2
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>
2021-04-15 10:16:26 -04:00