python-certifi: bump to 2022.9.24
authorEneas U de Queiroz <redacted>
Fri, 7 Oct 2022 14:36:30 +0000 (11:36 -0300)
committerRosen Penev <redacted>
Fri, 21 Oct 2022 22:10:00 +0000 (15:10 -0700)
This version updates the CA bundle, and needs urllib as dependency.

Signed-off-by: Eneas U de Queiroz <redacted>
lang/python/python-certifi/Makefile

index d3bd4837271e84b76a9a1e96612e2fc26f546bcf..d5dd745196cf419180df0f1cfc96088256f0d80f 100644 (file)
@@ -6,7 +6,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-certifi
-PKG_VERSION:=2021.10.8
+PKG_VERSION:=2022.9.24
 PKG_RELEASE:=1
 
 PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
@@ -14,7 +14,7 @@ PKG_LICENSE:=MPL-2.0
 PKG_LICENSE_FILES:=LICENSE
 
 PYPI_NAME:=certifi
-PKG_HASH:=78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872
+PKG_HASH:=0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14
 
 include ../pypi.mk
 include $(INCLUDE_DIR)/package.mk
@@ -26,7 +26,7 @@ define Package/python3-certifi
   CATEGORY:=Languages
   TITLE:=Python package for Mozilla's CA Bundle
   URL:=http://certifi.io/
-  DEPENDS:=+python3-light
+  DEPENDS:=+python3-light +python3-urllib
 endef
 
 define Package/python3-certifi/description
git clone https://git.99rst.org/PROJECT