python/python3-dnspython: updated for version 2.6.1

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2024-02-21 09:22:08 +01:00 committed by Willy Sudiarto Raharjo
parent 98d105cb4f
commit 0a549b20cd
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.5.0}
VERSION=${VERSION:-2.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

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