From 8fe9d51b117c123c3d6c721d6f7503f1c459af53 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 21 Aug 2025 16:59:54 +0800 Subject: python3-zstandard: upgrade 0.23.0 -> 0.24.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python3-zstandard/python3-zstandard_0.23.0.bb | 23 ---------------------- .../python3-zstandard/python3-zstandard_0.24.0.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.23.0.bb create mode 100644 meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.24.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.23.0.bb b/meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.23.0.bb deleted file mode 100644 index e44e04038c..0000000000 --- a/meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.23.0.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Python bindings for interfacing with the Zstandard compression library" -DESCRIPTION = "This project provides Python bindings for interfacing with the \ - Zstandard compression library. A C extension and CFFI interface \ - are provided." -HOMEPAGE = "https://github.com/indygreg/python-zstandard" -BUGTRACKER = "https://github.com/indygreg/python-zstandard/issues" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3ae87c50fd64b6f0942823686871e758" - -DEPENDS = "python3-cffi" - -RDEPENDS_${PN} = "\ - libzstd (>= 1.4.0) \ - python3-cffi \ -" - -inherit setuptools3 pypi - -SRC_URI[sha256sum] = "b2d8c62d08e7255f68f7a740bae85b3c9b8e5466baa9cbf7f57f1cde0ac6bc09" - -# Because the pyproject.toml is still in development and it contains invalid -# requirements. -INSANE_SKIP += "pep517-backend" diff --git a/meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.24.0.bb b/meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.24.0.bb new file mode 100644 index 0000000000..c90680c9fb --- /dev/null +++ b/meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.24.0.bb @@ -0,0 +1,23 @@ +SUMMARY = "Python bindings for interfacing with the Zstandard compression library" +DESCRIPTION = "This project provides Python bindings for interfacing with the \ + Zstandard compression library. A C extension and CFFI interface \ + are provided." +HOMEPAGE = "https://github.com/indygreg/python-zstandard" +BUGTRACKER = "https://github.com/indygreg/python-zstandard/issues" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3ae87c50fd64b6f0942823686871e758" + +DEPENDS = "python3-cffi" + +RDEPENDS_${PN} = "\ + libzstd (>= 1.4.0) \ + python3-cffi \ +" + +inherit setuptools3 pypi + +SRC_URI[sha256sum] = "fe3198b81c00032326342d973e526803f183f97aa9e9a98e3f897ebafe21178f" + +# Because the pyproject.toml is still in development and it contains invalid +# requirements. +INSANE_SKIP += "pep517-backend" -- cgit v1.2.3-54-g00ecf