diff options
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 0145abdf19..cf7feee44d 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.2.0} +VERSION=${VERSION:-22.4.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 e708ea3f9e..e1e86bf106 100644 --- a/python/python3-twisted/python3-twisted.info +++ b/python/python3-twisted/python3-twisted.info @@ -1,8 +1,8 @@ PRGNAM="python3-twisted" -VERSION="22.2.0" +VERSION="22.4.0" HOMEPAGE="https://twistedmatrix.com/" -DOWNLOAD="https://pypi.python.org/packages/source/T/Twisted/Twisted-22.2.0.tar.gz" -MD5SUM="fd252d0b895ca2ab81b5b1454073d890" +DOWNLOAD="https://pypi.python.org/packages/source/T/Twisted/Twisted-22.4.0.tar.gz" +MD5SUM="f75194d2beb4d9bd0f0f02d6a2eff245" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-automat constantly hyperlink incremental zope.interface python3-service-identity typing-extensions" |