From: Eneas U de Queiroz Date: Sun, 10 Oct 2021 18:56:18 +0000 (-0300) Subject: defusedxml: bump to v. 0.7.0 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=711595a4fe5160bec466e24f1e88a4d79a441d48;p=feed%2Fpackages.git defusedxml: bump to v. 0.7.0 This release adds support for Python 3.9. Signed-off-by: Eneas U de Queiroz --- diff --git a/lang/python/python-defusedxml/Makefile b/lang/python/python-defusedxml/Makefile index 144d3439e9..1e233955a4 100644 --- a/lang/python/python-defusedxml/Makefile +++ b/lang/python/python-defusedxml/Makefile @@ -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 +PKG_MAINTAINER:=Eneas U de Queiroz 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