diff options
author | Arn0 <yth@ythogtha.org> | 2023-11-06 15:29:26 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-11 08:08:31 +0700 |
commit | b91ae3c7c12ca01985f5cefbe45e047a55d8ecfe (patch) | |
tree | 94bf45c4144320dd04e3380542d051ba19103795 | |
parent | 8096d1c364f3766c359e6f0083d8b07821b332e8 (diff) |
python/python3-twisted: Updated for version 23.10.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-twisted/python3-twisted.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-twisted/python3-twisted.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python3-twisted/python3-twisted.SlackBuild b/python/python3-twisted/python3-twisted.SlackBuild index b86ea6b2f570..7e029242617c 100644 --- a/python/python3-twisted/python3-twisted.SlackBuild +++ b/python/python3-twisted/python3-twisted.SlackBuild @@ -29,8 +29,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-twisted SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-23.8.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-23.10.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 6ebb6cb58edd..1e850965c5cc 100644 --- a/python/python3-twisted/python3-twisted.info +++ b/python/python3-twisted/python3-twisted.info @@ -1,10 +1,10 @@ PRGNAM="python3-twisted" -VERSION="23.8.0" +VERSION="23.10.0" HOMEPAGE="https://twistedmatrix.com/" -DOWNLOAD="https://pypi.python.org/packages/source/t/twisted/twisted-23.8.0.tar.gz" -MD5SUM="c1e9fb79ba0ea1d6f4533eabd2be2922" +DOWNLOAD="https://pypi.python.org/packages/source/t/twisted/twisted-23.10.0.tar.gz" +MD5SUM="9d4dd17f9aa0dec3fec8f734f47e1b71" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-automat constantly hyperlink incremental zope.interface python3-service-identity typing-extensions" +REQUIRES="python3-automat python3-constantly hyperlink incremental zope.interface python3-service-identity typing-extensions" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" |