diff options
author | Arn0 <yth@ythogtha.org> | 2022-04-03 14:10:13 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:44 +0700 |
commit | 8ee0d47a681d52c761ab7b53592fd2acb5414345 (patch) | |
tree | 953eb9eed3f626e42e2ce65f7c27ab0458f9d2c3 /python/python2-twisted | |
parent | e31088921241327b93f124612699497ec8a8eb33 (diff) |
python/python2-twisted: updated for version 20.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-twisted')
-rw-r--r-- | python/python2-twisted/python2-twisted.SlackBuild | 2 | ||||
-rw-r--r-- | python/python2-twisted/python2-twisted.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python2-twisted/python2-twisted.SlackBuild b/python/python2-twisted/python2-twisted.SlackBuild index 63142c3d9c6fb..e77d57f0589f6 100644 --- a/python/python2-twisted/python2-twisted.SlackBuild +++ b/python/python2-twisted/python2-twisted.SlackBuild @@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python2-twisted SRCNAM=Twisted -VERSION=${VERSION:-17.9.0} +VERSION=${VERSION:-20.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python2-twisted/python2-twisted.info b/python/python2-twisted/python2-twisted.info index d6dec60373b90..f49cdc575235d 100644 --- a/python/python2-twisted/python2-twisted.info +++ b/python/python2-twisted/python2-twisted.info @@ -1,10 +1,10 @@ PRGNAM="python2-twisted" -VERSION="17.9.0" +VERSION="20.3.0" HOMEPAGE="https://twistedmatrix.com/" -DOWNLOAD="https://pypi.python.org/packages/source/T/Twisted/Twisted-17.9.0.tar.bz2" -MD5SUM="6dbedb918f0c7288a4c670f59393ecf8" +DOWNLOAD="https://pypi.python.org/packages/source/T/Twisted/Twisted-20.3.0.tar.bz2" +MD5SUM="fc16d575730db7d0cddd09fc35af3eea" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="zope.interface constantly incremental python2-automat hyperlink" +REQUIRES="zope.interface constantly incremental python2-automat hyperlink python2-pyhamcrest" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" |