Title: [260657] trunk/Tools
- Revision
- 260657
- Author
- [email protected]
- Date
- 2020-04-24 11:08:12 -0700 (Fri, 24 Apr 2020)
Log Message
webkitpy: update autoinstalled mozprocess dependency to 1.1.0 (adds python3 support)
https://bugs.webkit.org/show_bug.cgi?id=210220
<rdar://problem/58881483>
Reviewed by Anders Carlsson.
* Scripts/webkitpy/thirdparty/__init__.py:
(AutoinstallImportHook._install_mozprocess):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (260656 => 260657)
--- trunk/Tools/ChangeLog 2020-04-24 17:58:55 UTC (rev 260656)
+++ trunk/Tools/ChangeLog 2020-04-24 18:08:12 UTC (rev 260657)
@@ -1,3 +1,14 @@
+2020-04-24 Brian Burg <[email protected]>
+
+ webkitpy: update autoinstalled mozprocess dependency to 1.1.0 (adds python3 support)
+ https://bugs.webkit.org/show_bug.cgi?id=210220
+ <rdar://problem/58881483>
+
+ Reviewed by Anders Carlsson.
+
+ * Scripts/webkitpy/thirdparty/__init__.py:
+ (AutoinstallImportHook._install_mozprocess):
+
2020-04-24 Philippe Normand <[email protected]>
[GTK][WPE] White-list more GStreamer environment variables in webkitpy
Modified: trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py (260656 => 260657)
--- trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py 2020-04-24 17:58:55 UTC (rev 260656)
+++ trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py 2020-04-24 18:08:12 UTC (rev 260657)
@@ -167,8 +167,8 @@
def _install_mozprocess(self):
self._ensure_autoinstalled_dir_is_in_sys_path()
- self._install("https://files.pythonhosted.org/packages/cb/26/144dbc28d1f40e392f8a0cbee771ba624a61017f016c77ad88424d84b230/mozprocess-0.25.tar.gz",
- "mozprocess-0.25/mozprocess")
+ self._install("https://files.pythonhosted.org/packages/97/e7/7907f0bf2d0b42b154741f8ff63a199486fc67c90aac88cde5f2d1ad1ea2/mozprocess-1.1.0.tar.gz",
+ "mozprocess-1.1.0/mozprocess")
def _install_pytest_timeout(self):
self._install("https://files.pythonhosted.org/packages/cc/b7/b2a61365ea6b6d2e8881360ae7ed8dad0327ad2df89f2f0be4a02304deb2/pytest-timeout-1.2.0.tar.gz",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes