diff options
author | Arn0 <yth@ythogtha.org> | 2023-07-27 09:55:42 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-29 08:13:35 +0700 |
commit | 525f5e74610b7033b3408a1d580e19238f29df35 (patch) | |
tree | f848da3db430b1df916212d99d07ecefb85b8489 /python | |
parent | 969cac1791588bc522c13dcd526070fba68d65b4 (diff) |
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')
-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 1ebf3460d938..6d3a41c9876c 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 7a5602da0d8b..06a38aad1658 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" |