diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-14 11:27:00 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-18 00:26:02 +0700 |
commit | 342ab98662950a9029950869ce8be0917b9a52d4 (patch) | |
tree | 75f7aff9610c5ed1e335cfddccdbf07e1fbdcf3f | |
parent | 0d244f3f8d56f5fc3507629c185ace92dce33a94 (diff) |
python/python2-twisted: updated for version 20.3.0, updated REQUIRES
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 63142c3d9c6f..e77d57f0589f 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 8dae735d79ec..3c9661869da7 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://files.pythonhosted.org/packages/a2/37/298f9547606c45d75aa9792369302cc63aa4bbcf7b5f607560180dd099d2/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 Automat hyperlink" +REQUIRES="zope.interface constantly incremental python2-automat hyperlink" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" |