diff --git a/python/python3-dnspython/python3-dnspython.SlackBuild b/python/python3-dnspython/python3-dnspython.SlackBuild index a6a8efbaac..c86a37878a 100644 --- a/python/python3-dnspython/python3-dnspython.SlackBuild +++ b/python/python3-dnspython/python3-dnspython.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-dnspython SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-2.7.0} +VERSION=${VERSION:-2.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-dnspython/python3-dnspython.info b/python/python3-dnspython/python3-dnspython.info index 66e72c839d..944f78c0b4 100644 --- a/python/python3-dnspython/python3-dnspython.info +++ b/python/python3-dnspython/python3-dnspython.info @@ -1,8 +1,8 @@ PRGNAM="python3-dnspython" -VERSION="2.7.0" +VERSION="2.8.0" HOMEPAGE="http://www.dnspython.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-2.7.0.tar.gz" -MD5SUM="7a8f6f15038a116598744517931420d0" +DOWNLOAD="https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-2.8.0.tar.gz" +MD5SUM="5f2ceb19b1c269f9e1ccef8bf2a1e8c5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-poetry-core python3-exceptiongroup python3-httpcore"