summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.12.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-lazy-object-proxy: add UPSTREAM_CHECK_PYPI_PACKAGEYi Zhao2025-11-121-0/+1
| | | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_PYPI_PACKAGE to check the correct latest stable verison. Before the patch: $ devtool latest-version python3-lazy-object-proxy INFO: Current version: 1.12.0 INFO: Latest version: 1.10.0 After the patch: $ devtool latest-version python3-lazy-object-proxy INFO: Current version: 1.12.0 INFO: Latest version: 1.12.0 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lazy-object-proxy: Remove __pycache__ from packagingKhem Raj2025-10-151-0/+5
| | | | | | They make the package non-reproducible morever these are cache files anyway Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lazy-object-proxy: Upgrade to 1.12.0 releaseKhem Raj2025-10-151-0/+13
* Fixed testing issues when C extensions are not desired. Contributed by Michał Górny in #79. * Added support for GraalPy. Contributed by Michael Šimáček in #87. * Fixed testing issues on Python 3.14. Contributed by Michał Górny in #88. * Modernized packaging to have metadata in pyproject.toml. * Added Python 3.14 wheels. Signed-off-by: Khem Raj <raj.khem@gmail.com>