diff options
-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 61121ff1ae643..a0b612d47c24a 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 3459e620aeeb5..edd5710eaa4bf 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" |