package/python-dnspython: bump version to 2.8.0

https://dnspython.readthedocs.io/en/stable/whatsnew.html

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2025-12-11 20:55:11 +01:00
committed by Julien Olivain
parent 7d4fad11e4
commit 17b4876f9b
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/dnspython/json
md5 7a8f6f15038a116598744517931420d0 dnspython-2.7.0.tar.gz
sha256 ce9c432eda0dc91cf618a5cedf1a4e142651196bbcd2c80e89ed5a907e5cfaf1 dnspython-2.7.0.tar.gz
md5 5f2ceb19b1c269f9e1ccef8bf2a1e8c5 dnspython-2.8.0.tar.gz
sha256 181d3c6996452cb1189c4046c61599b84a5a86e099562ffde77d26984ff26d0f dnspython-2.8.0.tar.gz
# Locally computed sha256 checksums
sha256 c3ea3ff5654b329c19d3bc5f7481af623c3dded4a6145585499f843ad3d741cd LICENSE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_DNSPYTHON_VERSION = 2.7.0
PYTHON_DNSPYTHON_VERSION = 2.8.0
PYTHON_DNSPYTHON_SOURCE = dnspython-$(PYTHON_DNSPYTHON_VERSION).tar.gz
PYTHON_DNSPYTHON_SITE = https://files.pythonhosted.org/packages/b5/4a/263763cb2ba3816dd94b08ad3a33d5fdae34ecb856678773cc40a3605829
PYTHON_DNSPYTHON_SITE = https://files.pythonhosted.org/packages/8c/8b/57666417c0f90f08bcafa776861060426765fdb422eb10212086fb811d26
PYTHON_DNSPYTHON_LICENSE = ISC
PYTHON_DNSPYTHON_LICENSE_FILES = LICENSE
PYTHON_DNSPYTHON_SETUP_TYPE = hatch