From 7eb5d48aed37a40bb36c98ff2634aa9e2b803f4d Mon Sep 17 00:00:00 2001 From: Liu Yiding Date: Wed, 8 Apr 2026 17:49:57 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../python-ckzg-0001-Let-override-CC.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-ckzg/python-ckzg-0001-Let-override-CC.patch (limited to 'meta-python/recipes-devtools/python/python3-ckzg/python-ckzg-0001-Let-override-CC.patch') diff --git a/meta-python/recipes-devtools/python/python3-ckzg/python-ckzg-0001-Let-override-CC.patch b/meta-python/recipes-devtools/python/python3-ckzg/python-ckzg-0001-Let-override-CC.patch deleted file mode 100644 index c58089cc15..0000000000 --- a/meta-python/recipes-devtools/python/python3-ckzg/python-ckzg-0001-Let-override-CC.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: Peter Lemenkov -Date: Wed, 6 Nov 2024 16:35:23 +0300 -Subject: [PATCH] Let override CC - -Upstream-Status: Pending - -Signed-off-by: Peter Lemenkov - -diff --git a/src/Makefile b/src/Makefile -index b733a11..c688005 100644 ---- a/src/Makefile -+++ b/src/Makefile -@@ -79,7 +79,7 @@ ifeq ($(PLATFORM),Windows) - CFLAGS += -D_CRT_SECURE_NO_WARNINGS - CFLAGS += -Wno-missing-braces -Wno-format - else -- CC = clang -+ CC ?= clang - CFLAGS += -fPIC - CFLAGS += -Wmissing-braces -Wformat=2 - endif -- cgit v1.2.3-54-g00ecf