From d2e503f21f75cf8bd43e3176ead2b7b0044671a7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 16 Sep 2025 17:41:48 +0800 Subject: python3-zstandard: upgrade 0.24.0 -> 0.25.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python3-zstandard/python3-zstandard_0.24.0.bb | 23 ---------------------- .../python3-zstandard/python3-zstandard_0.25.0.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.24.0.bb create mode 100644 meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.25.0.bb (limited to 'meta-python/recipes-devtools') 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 deleted file mode 100644 index c90680c9fb..0000000000 --- a/meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.24.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] = "fe3198b81c00032326342d973e526803f183f97aa9e9a98e3f897ebafe21178f" - -# 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.25.0.bb b/meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.25.0.bb new file mode 100644 index 0000000000..86bd3a8ea7 --- /dev/null +++ b/meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.25.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] = "7713e1179d162cf5c7906da876ec2ccb9c3a9dcbdffef0cc7f70c3667a205f0b" + +# Because the pyproject.toml is still in development and it contains invalid +# requirements. +INSANE_SKIP += "pep517-backend" -- cgit v1.2.3-54-g00ecf