summaryrefslogtreecommitdiffstats
path: root/python/python3-dnspython
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2024-01-20 14:49:24 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-24 08:40:11 +0700
commitdc150fa5289dff06453558a5f8ba788007312c5d (patch)
treec9e16a52dcab4e0f254f8d61f5304fd675880d98 /python/python3-dnspython
parent7591d2d6f45e2654e1457d5a3c9678b0ae19c183 (diff)
downloadslackbuilds-dc150fa5289dff06453558a5f8ba788007312c5d.tar.gz
slackbuilds-dc150fa5289dff06453558a5f8ba788007312c5d.tar.xz
python/python3-dnspython: updated for version 2.5.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-dnspython')
-rw-r--r--python/python3-dnspython/python3-dnspython.SlackBuild2
-rw-r--r--python/python3-dnspython/python3-dnspython.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-dnspython/python3-dnspython.SlackBuild b/python/python3-dnspython/python3-dnspython.SlackBuild
index 8efd2d7659..2a0f6e27c3 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.4.2}
+VERSION=${VERSION:-2.5.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 f7f9e78270..dbd5560dde 100644
--- a/python/python3-dnspython/python3-dnspython.info
+++ b/python/python3-dnspython/python3-dnspython.info
@@ -1,8 +1,8 @@
PRGNAM="python3-dnspython"
-VERSION="2.4.2"
+VERSION="2.5.0"
HOMEPAGE="http://www.dnspython.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-2.4.2.tar.gz"
-MD5SUM="fac4e1580e5e9dfee722cb97bc073722"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-2.5.0.tar.gz"
+MD5SUM="d60f3922f56b631af6bfb1127241bf84"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-poetry-core python3-exceptiongroup python3-httpcore"