Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-cached-property: drop recipe | Bruce Ashfield | 2025-01-17 | 1 | -10/+0 |
| | | | | | | | There's a newer recipe in meta-python and there are no longer any references to this in meta-virt. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | ||||
* | python-cached: synchronize with meta-python | Bruce Ashfield | 2021-09-01 | 1 | -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.2 | Leon Anavi | 2021-04-15 | 1 | -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> |