]> git.99rst.org Git - openwrt-packages.git/commitdiff
python-certifi: update to 2026.7.22
authorWei-Ting Yang <redacted>
Sun, 26 Jul 2026 06:41:24 +0000 (14:41 +0800)
committerAlexandru Ardelean <redacted>
Mon, 27 Jul 2026 06:35:43 +0000 (09:35 +0300)
Use the latest CA bundle from Mozilla.

Signed-off-by: Wei-Ting Yang <redacted>
lang/python/python-certifi/Makefile
lang/python/python-certifi/test.sh

index e7b4c6d6c7c551e15339c8706df5186310a536c9..8d44ca6555fd090dd31450f86cd205cef4a529fa 100644 (file)
@@ -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 <cotequeiroz@gmail.com>
@@ -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 \
index b2802165b33938d7bb303eb567ade17e85cf1963..572df792a6b44ab6c8ba2f9aecb586515baa1b15 100644 (file)
@@ -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
                }
git clone https://git.99rst.org/PROJECT