Browse Source

python/python3-dnspython: updated for version 2.8.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/334/head
Arn0 3 weeks ago
committed by Willy Sudiarto Raharjo
parent
commit
87567679c1
  1. 2
      python/python3-dnspython/python3-dnspython.SlackBuild
  2. 6
      python/python3-dnspython/python3-dnspython.info

2
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}

6
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"

Loading…
Cancel
Save