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>
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>