diff options
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 34da9319d5..a6a8efbaac 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.6.1} +VERSION=${VERSION:-2.7.0} 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 01fa785bf9..66e72c839d 100644 --- a/python/python3-dnspython/python3-dnspython.info +++ b/python/python3-dnspython/python3-dnspython.info @@ -1,8 +1,8 @@ PRGNAM="python3-dnspython" -VERSION="2.6.1" +VERSION="2.7.0" HOMEPAGE="http://www.dnspython.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-2.6.1.tar.gz" -MD5SUM="ad29d0392621fb107e0eac4beed79ce5" +DOWNLOAD="https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-2.7.0.tar.gz" +MD5SUM="7a8f6f15038a116598744517931420d0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-poetry-core python3-exceptiongroup python3-httpcore" |