diff options
author | Arn0 <yth@ythogtha.org> | 2022-09-14 09:47:01 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-13 10:19:16 +0700 |
commit | efaed15debf2b2fe657026a134bc52b9004808fb (patch) | |
tree | 91b864dc6568c1bdd0774f4ec37535d21d2dd883 /python/python3-twisted | |
parent | 40beb4b0f319f46687ffaf9ecd546bb8c3ad8eb7 (diff) | |
download | slackbuilds-efaed15debf2b2fe657026a134bc52b9004808fb.tar.gz |
python/python3-twisted: updated for version 22.8.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-twisted')
-rw-r--r-- | python/python3-twisted/python3-twisted.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-twisted/python3-twisted.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-twisted/python3-twisted.SlackBuild b/python/python3-twisted/python3-twisted.SlackBuild index cf7feee44d..a049e88340 100644 --- a/python/python3-twisted/python3-twisted.SlackBuild +++ b/python/python3-twisted/python3-twisted.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-twisted SRCNAM=Twisted -VERSION=${VERSION:-22.4.0} +VERSION=${VERSION:-22.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-twisted/python3-twisted.info b/python/python3-twisted/python3-twisted.info index e1e86bf106..0bac04cffe 100644 --- a/python/python3-twisted/python3-twisted.info +++ b/python/python3-twisted/python3-twisted.info @@ -1,8 +1,8 @@ PRGNAM="python3-twisted" -VERSION="22.4.0" +VERSION="22.8.0" HOMEPAGE="https://twistedmatrix.com/" -DOWNLOAD="https://pypi.python.org/packages/source/T/Twisted/Twisted-22.4.0.tar.gz" -MD5SUM="f75194d2beb4d9bd0f0f02d6a2eff245" +DOWNLOAD="https://pypi.python.org/packages/source/T/Twisted/Twisted-22.8.0.tar.gz" +MD5SUM="a20a6894947240d011aec273832cef20" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-automat constantly hyperlink incremental zope.interface python3-service-identity typing-extensions" |