summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Markus Reichelt2015-03-12 16:45:25 +0100
committer Willy Sudiarto Raharjo2015-03-12 16:45:25 +0100
commitb4bc022591f17dead9a163659cf45408f68d20b0 (patch)
tree27de32acedaf9ac2ad0a8913208624bd15aad583
parentf736084d71b7a70193613d2ff6596736d287eb73 (diff)
downloadslackbuilds-b4bc022591f17dead9a163659cf45408f68d20b0.tar.gz
python/python-twisted: Updated for version 15.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python-twisted/python-twisted.SlackBuild4
-rw-r--r--python/python-twisted/python-twisted.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python-twisted/python-twisted.SlackBuild b/python/python-twisted/python-twisted.SlackBuild
index 3b4672e3e7..3d8b0f7362 100644
--- a/python/python-twisted/python-twisted.SlackBuild
+++ b/python/python-twisted/python-twisted.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for python-twisted.
# Copyright 2009-2011 Marco Bonetti <sid77@slackware.it>
-# Copyright 2012-2014 Markus Reichelt, Aachen, DE
+# Copyright 2012-2015 Markus Reichelt, Stolberg (Rhld), DE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -28,7 +28,7 @@
PRGNAM=python-twisted
SRCNAM=Twisted
-VERSION=${VERSION:-14.0.2}
+VERSION=${VERSION:-15.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python-twisted/python-twisted.info b/python/python-twisted/python-twisted.info
index eaa3d9260a..de90d72f91 100644
--- a/python/python-twisted/python-twisted.info
+++ b/python/python-twisted/python-twisted.info
@@ -1,8 +1,8 @@
PRGNAM="python-twisted"
-VERSION="14.0.2"
+VERSION="15.0.0"
HOMEPAGE="http://twistedmatrix.com/"
-DOWNLOAD="https://pypi.python.org/packages/source/T/Twisted/Twisted-14.0.2.tar.bz2"
-MD5SUM="8379eb15601d6b7543a189594d3fed8f"
+DOWNLOAD="https://pypi.python.org/packages/source/T/Twisted/Twisted-15.0.0.tar.bz2"
+MD5SUM="f52bfe112a3aa33dd1d323c7c1e99f16"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zope.interface"