diff mbox series

[meta-python,1/2] python3-lazy-object-proxy: Upgrade to 1.12.0 release

Message ID 20251015200942.996584-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/2] python3-lazy-object-proxy: Upgrade to 1.12.0 release | expand

Commit Message

Khem Raj Oct. 15, 2025, 8:09 p.m. UTC
* 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>
---
 ...ct-proxy_1.11.0.bb => python3-lazy-object-proxy_1.12.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-lazy-object-proxy_1.11.0.bb => python3-lazy-object-proxy_1.12.0.bb} (63%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.11.0.bb b/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.12.0.bb
similarity index 63%
rename from meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.11.0.bb
rename to meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.12.0.bb
index ebf9f84951..b0296dfc95 100644
--- a/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.11.0.bb
+++ b/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.12.0.bb
@@ -2,11 +2,11 @@  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=b44e35194fc96f303ff4302a2a5759dd"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=f0cd92fd68aacee0503822c05a3ee6a2"

 DEPENDS += "python3-setuptools-scm-native"

-SRC_URI[sha256sum] = "18874411864c9fbbbaa47f9fc1dd7aea754c86cfde21278ef427639d1dd78e9c"
+SRC_URI[sha256sum] = "1f5a462d92fd0cfb82f1fab28b51bfb209fabbe6aabf7f0d51472c0c124c0c61"

 PYPI_PACKAGE = "lazy_object_proxy"