python/python3-dnspython: updated for version 2.4.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2023-08-16 13:45:43 +02:00 committed by Willy Sudiarto Raharjo
parent fdc9ee3eb7
commit 6c22eb4fb0
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-dnspython
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-2.4.1}
VERSION=${VERSION:-2.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-dnspython"
VERSION="2.4.1"
VERSION="2.4.2"
HOMEPAGE="http://www.dnspython.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-2.4.1.tar.gz"
MD5SUM="f74443020854c072ffd394bea765d68a"
DOWNLOAD="https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-2.4.2.tar.gz"
MD5SUM="fac4e1580e5e9dfee722cb97bc073722"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-poetry-core python3-exceptiongroup python3-httpcore"