| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3-cached-property: add UPSTREAM_CHECK_PYPI_PACKAGE | Yi Zhao | 2025-11-12 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_PYPI_PACKAGE to check the correct latest stable verison. Before the patch: $ devtool latest-version python3-cached-property INFO: Current version: 2.0.1 INFO: Latest version: 1.5.2 After the patch: $ devtool latest-version python3-cached-property INFO: Current version: 2.0.1 INFO: Latest version: 2.0.1 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
| * | python3-cached-property: Upgrade 1.5.2 -> 2.0.1 | Leon Anavi | 2025-01-10 | 1 | -0/+13 |
| Upgrade to release 2.0.1: - Specify py3.8 or higher / Officially drop py2.7 - Link to functools.cached_property - Add official support for current Python versions (3.8, 3.9, 3.10, 3.11, 3.12, 3.13) - Migrate AUTHORS.rst to AUTHORS.md - Migrate README.rst to README.md - Changed from black to ruff for formatting Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
