diff options
author | Arn0 <yth@ythogtha.org> | 2023-08-16 13:45:43 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-17 19:50:42 +0700 |
commit | 6c22eb4fb064295b34affd1a6257e419d28c9cb1 (patch) | |
tree | a79da02b57a2e80f8352aa2632c9bfbae646dbea /python/python3-dnspython | |
parent | fdc9ee3eb7d08fe891038046732583ccdc7e1a95 (diff) |
python/python3-dnspython: updated for version 2.4.2
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 6d3a41c9876c5..8efd2d7659f6c 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 06a38aad16588..f7f9e7827024c 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" |