From b63a1ebcd2df033ab7c65e4fa6cb5bcebefabe91 Mon Sep 17 00:00:00 2001 From: Wei-Ting Yang Date: Mon, 11 May 2026 12:50:47 +0800 Subject: [PATCH] python-certifi: update to 2026.4.22 Use the latest CA bundle from Mozilla. Signed-off-by: Wei-Ting Yang --- lang/python/python-certifi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-certifi/Makefile b/lang/python/python-certifi/Makefile index f68276dcfe..e7b4c6d6c7 100644 --- a/lang/python/python-certifi/Makefile +++ b/lang/python/python-certifi/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-certifi -PKG_VERSION:=2026.2.25 +PKG_VERSION:=2026.4.22 PKG_RELEASE:=1 PKG_MAINTAINER:=Eneas U de Queiroz @@ -15,7 +15,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:certifi:certifi PYPI_NAME:=certifi -PKG_HASH:=e887ab5cee78ea814d3472169153c2d12cd43b14bd03329a39a9c6e2e80bfba7 +PKG_HASH:=8d455352a37b71bf76a79caa83a3d6c25afee4a385d632127b6afb3963f1c580 HOST_BUILD_DEPENDS:= \ python3/host \