[Lunar-commits] <moonbase> Twisted: version bumped to 8.2.0.

Florin Braescu florin at lunar-linux.org
Sun Jan 18 20:27:55 CET 2009


commit 61377f1c83d0fadee478ec9d6ea46693db89fc86
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Jan 18 21:27:55 2009 +0200

    Twisted: version bumped to 8.2.0.
    
    Changes:
    * twistd now has a --umask option for specifying the umask
     * Log observers can now be configured in .tac files
     * ProcessProtocols can now implement processExited to get reliable
       notification of a process exiting
     * FTPClient has many more convenience methods
     * Twisted.words now has a standalone XMPP router
     * Twisted.names now supports NAPTR records
     * Twisted.web can now deal with multi-value headers and supports the
       Range header in requests for static files.
---
 python/Twisted/BUILD   |    4 ++--
 python/Twisted/DETAILS |    8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/python/Twisted/BUILD b/python/Twisted/BUILD
index 4cd4fd9..25180a7 100644
--- a/python/Twisted/BUILD
+++ b/python/Twisted/BUILD
@@ -1,6 +1,6 @@
 (
 
-        prepare_install  &&
-        python ./setup.py install
+    prepare_install  &&
+    python ./setup.py install
 
 ) > $C_FIFO 2>&1
diff --git a/python/Twisted/DETAILS b/python/Twisted/DETAILS
index 54722ef..d31f167 100644
--- a/python/Twisted/DETAILS
+++ b/python/Twisted/DETAILS
@@ -1,11 +1,11 @@
             MODULE=Twisted
-           VERSION=8.1.0
+           VERSION=8.2.0
             SOURCE=$MODULE-$VERSION.tar.bz2
-        SOURCE_URL=http://tmrc.mit.edu/mirror/twisted/Twisted/8.1
-        SOURCE_VFY=sha1:b10e523ab96032f5055ee02687b22bcd7cb02951
+        SOURCE_URL=http://tmrc.mit.edu/mirror/twisted/Twisted/8.2
+        SOURCE_VFY=sha1:ef5f475b8f38eafd9b83a325ce131fdf6af05255
           WEB_SITE=http://www.twistedmatrix.com
            ENTERED=20030227
-           UPDATED=20080917
+           UPDATED=20090118
              SHORT="An event-driven networking framework for Python"
 
 cat << EOF


More information about the Lunar-commits mailing list