Title: [108292] trunk/Tools
Revision
108292
Author
ba...@chromium.org
Date
2012-02-20 19:24:45 -0800 (Mon, 20 Feb 2012)

Log Message

Update pywebsocket to 0.7.2
https://bugs.webkit.org/show_bug.cgi?id=79066

This version includes vendor-prefixed deflate-frame extension support.

Reviewed by Kent Tamura.

* Scripts/webkitpy/thirdparty/__init__.py:
(AutoinstallImportHook._install_pywebsocket):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (108291 => 108292)


--- trunk/Tools/ChangeLog	2012-02-21 03:20:37 UTC (rev 108291)
+++ trunk/Tools/ChangeLog	2012-02-21 03:24:45 UTC (rev 108292)
@@ -1,3 +1,15 @@
+2012-02-20  Kenichi Ishibashi  <ba...@chromium.org>
+
+        Update pywebsocket to 0.7.2
+        https://bugs.webkit.org/show_bug.cgi?id=79066
+
+        This version includes vendor-prefixed deflate-frame extension support.
+
+        Reviewed by Kent Tamura.
+
+        * Scripts/webkitpy/thirdparty/__init__.py:
+        (AutoinstallImportHook._install_pywebsocket):
+
 2012-02-20  Martin Robinson  <mrobin...@igalia.com>
 
         [UNIX] Plugin information fields are not interpreted as UTF-8

Modified: trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py (108291 => 108292)


--- trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py	2012-02-21 03:20:37 UTC (rev 108291)
+++ trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py	2012-02-21 03:24:45 UTC (rev 108292)
@@ -127,8 +127,8 @@
     def _install_pywebsocket(self):
         pywebsocket_dir = self._fs.join(_AUTOINSTALLED_DIR, "pywebsocket")
         installer = AutoInstaller(target_dir=pywebsocket_dir)
-        installer.install(url=""
-                          url_subpath="pywebsocket-0.7.1/src/mod_pywebsocket")
+        installer.install(url=""
+                          url_subpath="pywebsocket-0.7.2/src/mod_pywebsocket")
 
     def _install_xmlrunner(self):
         self._install("http://pypi.python.org/packages/source/u/unittest-xml-reporting/unittest-xml-reporting-1.0.3.tar.gz#md5=cebf83281b0753b5d42bad38c91fd4d6",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to