python/python3-dnspython: updated for version 2.4.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fdc9ee3eb7
commit
6c22eb4fb0
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue