diff options
author | Arn0 <yth@ythogtha.org> | 2024-03-04 14:26:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-09 06:18:05 +0700 |
commit | fbf0e866af6cf7caf03e2cc0f0032b6eb52189c8 (patch) | |
tree | 24cc5f63283c5eef3cc602d7eeb5553c46e8b28e /python/python3-twisted | |
parent | 506636a30069857233a0df8ff48f43b2493c9899 (diff) |
python/python3-twisted: updated for version 24.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 61121ff1ae..a0b612d47c 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=${PRGNAM#python3-*} -VERSION=${VERSION:-23.10.0} +VERSION=${VERSION:-24.3.0} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-twisted/python3-twisted.info b/python/python3-twisted/python3-twisted.info index 3459e620ae..edd5710eaa 100644 --- a/python/python3-twisted/python3-twisted.info +++ b/python/python3-twisted/python3-twisted.info @@ -1,8 +1,8 @@ PRGNAM="python3-twisted" -VERSION="23.10.0" +VERSION="24.3.0" HOMEPAGE="https://twistedmatrix.com/" -DOWNLOAD="https://pypi.python.org/packages/source/t/twisted/twisted-23.10.0.tar.gz" -MD5SUM="9d4dd17f9aa0dec3fec8f734f47e1b71" +DOWNLOAD="https://pypi.python.org/packages/source/t/twisted/twisted-24.3.0.tar.gz" +MD5SUM="85d7a8d1552151cfd9e42417ab2ff875" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-automat python3-constantly python3-hyperlink python3-incremental zope.interface python3-service-identity typing-extensions" |