mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 20:51:06 +08:00
Merge pull request #568 from breakings/python-certifi_2022.9.24
python-certifi: bump to 2022.9.24
This commit is contained in:
commit
44cfe70b5a
@ -6,7 +6,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python-certifi
|
PKG_NAME:=python-certifi
|
||||||
PKG_VERSION:=2021.5.30
|
PKG_VERSION:=2022.9.24
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
|
PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
|
||||||
@ -14,7 +14,7 @@ PKG_LICENSE:=MPL-2.0
|
|||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
PYPI_NAME:=certifi
|
PYPI_NAME:=certifi
|
||||||
PKG_HASH:=2bbf76fd432960138b3ef6dda3dde0544f27cbf8546c458e60baf371917ba9ee
|
PKG_HASH:=0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14
|
||||||
|
|
||||||
include ../pypi.mk
|
include ../pypi.mk
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
@ -26,7 +26,7 @@ define Package/python3-certifi
|
|||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=Python package for Mozilla's CA Bundle
|
TITLE:=Python package for Mozilla's CA Bundle
|
||||||
URL:=http://certifi.io/
|
URL:=http://certifi.io/
|
||||||
DEPENDS:=+python3-light
|
DEPENDS:=+python3-light +python3-urllib
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-certifi/description
|
define Package/python3-certifi/description
|
||||||
|
Loading…
Reference in New Issue
Block a user