From 066b5207a08869fabf6e1056a4b4fde347788c6b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 15 Oct 2025 13:03:54 -0700 Subject: python3-lazy-object-proxy: Upgrade to 1.12.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- .../python/python3-lazy-object-proxy_1.12.0.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.12.0.bb (limited to 'meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.12.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.12.0.bb b/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.12.0.bb new file mode 100644 index 0000000000..b0296dfc95 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.12.0.bb @@ -0,0 +1,13 @@ +SUMMARY = "A fast and thorough lazy object proxy" +HOMEPAGE = "https://python-lazy-object-proxy.readthedocs.io/" +LICENSE = "BSD-2-Clause" +SECTION = "devel/python" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f0cd92fd68aacee0503822c05a3ee6a2" + +DEPENDS += "python3-setuptools-scm-native" + +SRC_URI[sha256sum] = "1f5a462d92fd0cfb82f1fab28b51bfb209fabbe6aabf7f0d51472c0c124c0c61" + +PYPI_PACKAGE = "lazy_object_proxy" + +inherit pypi python_setuptools_build_meta -- cgit v1.2.3-54-g00ecf