mirror of
https://github.com/openwrt/packages.git
synced 2025-02-23 05:26:16 +00:00
defusedxml: bump to v. 0.7.0
This release adds support for Python 3.9. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
committed by
Rosen Penev
parent
0d0b2a99bb
commit
711595a4fe
@ -6,15 +6,15 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-defusedxml
|
||||
PKG_VERSION:=0.6.0
|
||||
PKG_RELEASE:=3
|
||||
PKG_VERSION:=0.7.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_MAINTAINER:=Eneas U de Queiroz <cote2004-github@yahoo.com>
|
||||
PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
|
||||
PKG_LICENSE:=Python-2.0
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
PYPI_NAME:=defusedxml
|
||||
PKG_HASH:=f684034d135af4c6cbb949b8a4d2ed61634515257a67299e5f940fbaa34377f5
|
||||
PKG_HASH:=1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69
|
||||
|
||||
include ../pypi.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
Reference in New Issue
Block a user