python/python3-twisted: Updated for version 22.4.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2022-04-13 11:43:18 +02:00 committed by Willy Sudiarto Raharjo
parent 4f086418f2
commit 5a426ed993
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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"