summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Arn02023-08-16 13:45:43 +0200
committer Willy Sudiarto Raharjo2023-08-17 14:50:42 +0200
commit6c22eb4fb064295b34affd1a6257e419d28c9cb1 (patch)
treea79da02b57a2e80f8352aa2632c9bfbae646dbea /python
parentfdc9ee3eb7d08fe891038046732583ccdc7e1a95 (diff)
downloadslackbuilds-6c22eb4fb064295b34affd1a6257e419d28c9cb1.tar.gz
python/python3-dnspython: updated for version 2.4.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 6d3a41c987..8efd2d7659 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.1}
+VERSION=${VERSION:-2.4.2}
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 06a38aad16..f7f9e78270 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.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"