From: Wei-Ting Yang Date: Sun, 26 Jul 2026 06:41:24 +0000 (+0800) Subject: python-certifi: update to 2026.7.22 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=870abb80edc0ca83e3d53f6ee0ea4f73e1489a3f;p=openwrt-packages.git python-certifi: update to 2026.7.22 Use the latest CA bundle from Mozilla. Signed-off-by: Wei-Ting Yang --- diff --git a/lang/python/python-certifi/Makefile b/lang/python/python-certifi/Makefile index e7b4c6d6c..8d44ca655 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.4.22 +PKG_VERSION:=2026.7.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:=8d455352a37b71bf76a79caa83a3d6c25afee4a385d632127b6afb3963f1c580 +PKG_HASH:=741e2c3b351ddf169a738da9f2c048608ff7f2c5cc02f1ebc6b118bb090d5d55 HOST_BUILD_DEPENDS:= \ python3/host \ diff --git a/lang/python/python-certifi/test.sh b/lang/python/python-certifi/test.sh index b2802165b..572df792a 100644 --- a/lang/python/python-certifi/test.sh +++ b/lang/python/python-certifi/test.sh @@ -5,7 +5,7 @@ case "$1" in ;; python3-certifi) BUNDLE=$(python3 -m certifi) || { - echo "Failed to run the certfi module script. Exit status=$?." >&2 + echo "Failed to run the certifi module script. Exit status=$?." >&2 echo "Output='$BUNDLE'" >&2 exit 1 }