From 04b9291848e3e94b0413d8f10beea7c8ed1a365e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 14 Oct 2025 17:19:13 +0800 Subject: python3-propcache: upgrade 0.3.2 -> 0.4.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-propcache_0.3.2.bb | 24 ---------------------- .../python/python3-propcache_0.4.1.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-propcache_0.3.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-propcache_0.3.2.bb b/meta-python/recipes-devtools/python/python3-propcache_0.3.2.bb deleted file mode 100644 index 8e2394a5c4..0000000000 --- a/meta-python/recipes-devtools/python/python3-propcache_0.3.2.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "Fast property caching" -HOMEPAGE = "https://github.com/aio-libs/propcache" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRC_URI[sha256sum] = "20d7d62e4e7ef05f221e0db2856b979540686342e7dd9973b815599c7057e168" - -inherit pypi python_setuptools_build_meta ptest-python-pytest cython - -SRC_URI += " \ - file://0001-build-wheel-in-place.patch \ -" - -DEPENDS += " \ - python3-expandvars-native \ -" - -RDEPENDS:${PN}-ptest += " \ - python3-pytest-codspeed \ - python3-pytest-xdist \ - python3-rich \ - python3-statistics \ -" - diff --git a/meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb b/meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb new file mode 100644 index 0000000000..0bb31cd5d9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb @@ -0,0 +1,24 @@ +SUMMARY = "Fast property caching" +HOMEPAGE = "https://github.com/aio-libs/propcache" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + +SRC_URI[sha256sum] = "f48107a8c637e80362555f37ecf49abe20370e557cc4ab374f04ec4423c97c3d" + +inherit pypi python_setuptools_build_meta ptest-python-pytest cython + +SRC_URI += " \ + file://0001-build-wheel-in-place.patch \ +" + +DEPENDS += " \ + python3-expandvars-native \ +" + +RDEPENDS:${PN}-ptest += " \ + python3-pytest-codspeed \ + python3-pytest-xdist \ + python3-rich \ + python3-statistics \ +" + -- cgit v1.2.3-54-g00ecf