diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2026-04-08 17:49:57 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-10 07:59:51 -0700 |
| commit | 7eb5d48aed37a40bb36c98ff2634aa9e2b803f4d (patch) | |
| tree | 96f521a9210017e90e3f39fa45ba490d30869e74 /meta-python/recipes-devtools/python/python3-ckzg_2.1.7.bb | |
| parent | 8d37aa1b427ed6d705dd0aeb9385b42a7b44bb87 (diff) | |
| download | meta-openembedded-7eb5d48aed37a40bb36c98ff2634aa9e2b803f4d.tar.gz | |
python3-ckzg: upgrade 2.1.1 -> 2.1.7
1.Changelog:
https://github.com/ethereum/c-kzg-4844/releases/tag/v2.1.7
2.Remove python-ckzg-0001-Let-override-CC.patch as it was merged upstream
3.Remove python-ckzg-0002-Disable-Werror.patch as it was dropped in the Fedora package
https://src.fedoraproject.org/rpms/python-ckzg/blob/rawhide/f/python-ckzg.spec
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ckzg_2.1.7.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ckzg_2.1.7.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ckzg_2.1.7.bb b/meta-python/recipes-devtools/python/python3-ckzg_2.1.7.bb new file mode 100644 index 0000000000..b01bd2d78d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ckzg_2.1.7.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "Python Bindings for the C-KZG Library" | ||
| 2 | HOMEPAGE = "https://github.com/ethereum/c-kzg-4844" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | ||
| 6 | |||
| 7 | SRC_URI += " \ | ||
| 8 | file://blst-0001-Support-64-bit-limbs-on-no-asm-platforms.patch \ | ||
| 9 | " | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "a0c61c5fd573af0267bcb435ef0f499911289ceb05e863480779ea284a3bb928" | ||
| 12 | |||
| 13 | inherit pypi setuptools3 | ||
