[Lunar-commits] <moonbase> Twisted: Version bumped to 11.0.0 + DETAILS fixes

Stefan Wold ratler at lunar-linux.org
Wed Jun 15 08:45:05 CEST 2011


commit 664876b61b7bdf66f905e8d84aa616ba28fea7ee
Author: Stefan Wold <ratler at lunar-linux.org>
Date:   Wed Jun 15 08:45:05 2011 +0200

    Twisted: Version bumped to 11.0.0 + DETAILS fixes
    
    - Refrain from using $MAJOR approach, it's not compatible with lin -w
    - 11.0.0 fix a regression bug from 10.2.0 that cause jabber transports to stop working
---
 python/Twisted/DETAILS |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/python/Twisted/DETAILS b/python/Twisted/DETAILS
index 24c563f..e6963f0 100644
--- a/python/Twisted/DETAILS
+++ b/python/Twisted/DETAILS
@@ -1,12 +1,11 @@
             MODULE=Twisted
-             MAJOR=10.2
-           VERSION=$MAJOR.0
+           VERSION=11.0.0
             SOURCE=$MODULE-$VERSION.tar.bz2
-        SOURCE_URL=http://tmrc.mit.edu/mirror/twisted/$MODULE/$MAJOR
-        SOURCE_VFY=sha1:d9662da57521fd4eb811d5a35292fe1d9449043d
-          WEB_SITE=http://www.twistedmatrix.com
+        SOURCE_URL=http://twistedmatrix.com/Releases/$MODULE/${VERSION%.*}
+        SOURCE_VFY=sha1:502368066e5644a64be67a236d39da4bd1d07d43
+          WEB_SITE=http://www.twistedmatrix.com/
            ENTERED=20030227
-           UPDATED=20110402
+           UPDATED=20110615
              SHORT="An event-driven networking framework for Python"
 
 cat << EOF


More information about the Lunar-commits mailing list