[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 11:15:23 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 05769caa7e9165926c472b756be6777f81c5653f
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jul 16 02:58:20 2010 +0000

    2010-07-15  Yuta Kitamura  <yutak at chromium.org>
    
            Reviewed by Kent Tamura.
    
            Pull in pywebsocket-0.5.1
            https://bugs.webkit.org/show_bug.cgi?id=42353
    
            pywebsocket-0.5.1 contains a small bug fix (*) that should fix a worker test
            in Chromium. There is no other functional change.
    
            (*) http://code.google.com/p/pywebsocket/source/detail?r=265
    
            * Scripts/webkitpy/thirdparty/__init__.py: Bump pywebsocket version to 0.5.1.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63508 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 65f4577..8ef7428 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,17 @@
+2010-07-15  Yuta Kitamura  <yutak at chromium.org>
+
+        Reviewed by Kent Tamura.
+
+        Pull in pywebsocket-0.5.1
+        https://bugs.webkit.org/show_bug.cgi?id=42353
+
+        pywebsocket-0.5.1 contains a small bug fix (*) that should fix a worker test
+        in Chromium. There is no other functional change.
+
+        (*) http://code.google.com/p/pywebsocket/source/detail?r=265
+
+        * Scripts/webkitpy/thirdparty/__init__.py: Bump pywebsocket version to 0.5.1.
+
 2010-07-15  Brady Eidson  <beidson at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/WebKitTools/Scripts/webkitpy/thirdparty/__init__.py b/WebKitTools/Scripts/webkitpy/thirdparty/__init__.py
index 3321293..1cb554a 100644
--- a/WebKitTools/Scripts/webkitpy/thirdparty/__init__.py
+++ b/WebKitTools/Scripts/webkitpy/thirdparty/__init__.py
@@ -95,8 +95,8 @@ installer.install(url="http://surfnet.dl.sourceforge.net/project/python-irclib/p
 
 pywebsocket_dir = os.path.join(autoinstalled_dir, "pywebsocket")
 installer = AutoInstaller(target_dir=pywebsocket_dir)
-installer.install(url="http://pywebsocket.googlecode.com/files/mod_pywebsocket-0.5.tar.gz",
-                  url_subpath="pywebsocket-0.5/src/mod_pywebsocket")
+installer.install(url="http://pywebsocket.googlecode.com/files/mod_pywebsocket-0.5.1.tar.gz",
+                  url_subpath="pywebsocket-0.5.1/src/mod_pywebsocket")
 
 readme_path = os.path.join(autoinstalled_dir, "README")
 if not os.path.exists(readme_path):

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list