diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-30 23:06:42 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:56 +0700 |
commit | 47ad553ae40288c2f9a53b8e9c2758dc89f58932 (patch) | |
tree | fedc39f782b11a6326a5d7b4d004c714e86b9ace /python | |
parent | e2483d234ee22e3150cfc466bc9c7ff8d73abfee (diff) |
python/python3-twisted: updated for version 22.2.0, updated dependencies
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-twisted/python3-twisted.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-twisted/python3-twisted.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-twisted/python3-twisted.SlackBuild b/python/python3-twisted/python3-twisted.SlackBuild index d027572f35713..0145abdf19185 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.1.0} +VERSION=${VERSION:-22.2.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 3ebe2428e9059..e708ea3f9e345 100644 --- a/python/python3-twisted/python3-twisted.info +++ b/python/python3-twisted/python3-twisted.info @@ -1,10 +1,10 @@ PRGNAM="python3-twisted" -VERSION="22.1.0" +VERSION="22.2.0" HOMEPAGE="https://twistedmatrix.com/" -DOWNLOAD="https://pypi.python.org/packages/source/T/Twisted/Twisted-22.1.0.tar.gz" -MD5SUM="c818cb1ab241dc249517442e5a0e0412" +DOWNLOAD="https://pypi.python.org/packages/source/T/Twisted/Twisted-22.2.0.tar.gz" +MD5SUM="fd252d0b895ca2ab81b5b1454073d890" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-automat constantly hyperlink incremental zope.interface" +REQUIRES="python3-automat constantly hyperlink incremental zope.interface python3-service-identity typing-extensions" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" |