summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cached-property_2.0.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-cached-property: add UPSTREAM_CHECK_PYPI_PACKAGEYi Zhao2025-11-121-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.1Leon Anavi2025-01-101-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>