python-dns: Update to 2.4.1

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To 2023-07-28 02:18:52 +08:00 committed by Tianling Shen
parent c0552ae0d4
commit 03f78eff74
1 changed files with 7 additions and 5 deletions

View File

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-dns
PKG_VERSION:=2.3.0
PKG_VERSION:=2.4.1
PKG_RELEASE:=1
PYPI_NAME:=dnspython
PKG_HASH:=224e32b03eb46be70e12ef6d64e0be123a64e621ab4c0822ff6d450d52a540b9
PKG_HASH:=c33971c79af5be968bb897e95c2448e11a645ee84d93b265ce0b7aabe5dfdca8
PKG_LICENSE:=ISC
PKG_LICENSE_FILES:=LICENSE
@ -28,13 +28,15 @@ define Package/python3-dns
SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
TITLE:=dnspython
URL:=http://www.dnspython.org/
TITLE:=DNS toolkit
URL:=https://www.dnspython.org/
DEPENDS:=+python3
endef
define Package/python3-dns/description
dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0.
dnspython is a DNS toolkit for Python. It supports almost all record
types. It can be used for queries, zone transfers, and dynamic updates.
It supports TSIG authenticated messages and EDNS0.
endef
$(eval $(call Py3Package,python3-dns))