summaryrefslogtreecommitdiffstats
path: root/python/python3-dnspython
diff options
context:
space:
mode:
author Arn02023-07-27 09:55:42 +0200
committer Willy Sudiarto Raharjo2023-07-29 03:13:35 +0200
commit525f5e74610b7033b3408a1d580e19238f29df35 (patch)
treef848da3db430b1df916212d99d07ecefb85b8489 /python/python3-dnspython
parent969cac1791588bc522c13dcd526070fba68d65b4 (diff)
downloadslackbuilds-525f5e74610b7033b3408a1d580e19238f29df35.tar.gz
python/python3-dnspython: updated for version 2.4.1
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> 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 1ebf3460d9..6d3a41c987 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.0}
+VERSION=${VERSION:-2.4.1}
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 7a5602da0d..06a38aad16 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.0"
+VERSION="2.4.1"
HOMEPAGE="http://www.dnspython.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-2.4.0.tar.gz"
-MD5SUM="6d56aa5ef4e80e226c48d870c9733d0c"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-2.4.1.tar.gz"
+MD5SUM="f74443020854c072ffd394bea765d68a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-poetry-core python3-exceptiongroup python3-httpcore"