diff options
author | Arn0 <yth@ythogtha.org> | 2024-02-21 09:22:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-24 15:34:44 +0700 |
commit | 0a549b20cd09f0a1160ec34d4451bed33f02a506 (patch) | |
tree | 6b947bfed5cb6d73c06ec7f5b8a58b07e2a9cf89 /python/python3-dnspython | |
parent | 98d105cb4f88652c6c1c9ae899b35136a936ee2b (diff) |
python/python3-dnspython: updated for version 2.6.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.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-dnspython/python3-dnspython.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-dnspython/python3-dnspython.SlackBuild b/python/python3-dnspython/python3-dnspython.SlackBuild index 2a0f6e27c3559..8b754254a760a 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.5.0} +VERSION=${VERSION:-2.6.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 dbd5560dde32c..01fa785bf977a 100644 --- a/python/python3-dnspython/python3-dnspython.info +++ b/python/python3-dnspython/python3-dnspython.info @@ -1,8 +1,8 @@ PRGNAM="python3-dnspython" -VERSION="2.5.0" +VERSION="2.6.1" HOMEPAGE="http://www.dnspython.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-2.5.0.tar.gz" -MD5SUM="d60f3922f56b631af6bfb1127241bf84" +DOWNLOAD="https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-2.6.1.tar.gz" +MD5SUM="ad29d0392621fb107e0eac4beed79ce5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-poetry-core python3-exceptiongroup python3-httpcore" |