Title: [206420] trunk/Tools
Revision
206420
Author
mcatanz...@igalia.com
Date
2016-09-27 00:52:29 -0700 (Tue, 27 Sep 2016)

Log Message

PyGIWarnings printed by webkit-patch
https://bugs.webkit.org/show_bug.cgi?id=152470

Reviewed by Carlos Garcia Campos.

Update to a newer version of the keyring module, since this bug has been fixed upstream for
a while. But be careful not to update to the latest version, since it has some compatibility
breaks and requires the SecretService python module on Linux, but I couldn't figure out how
to autoinstall it successfully.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (206419 => 206420)


--- trunk/Tools/ChangeLog	2016-09-27 07:07:06 UTC (rev 206419)
+++ trunk/Tools/ChangeLog	2016-09-27 07:52:29 UTC (rev 206420)
@@ -1,3 +1,18 @@
+2016-09-27  Michael Catanzaro  <mcatanz...@igalia.com>
+
+        PyGIWarnings printed by webkit-patch
+        https://bugs.webkit.org/show_bug.cgi?id=152470
+
+        Reviewed by Carlos Garcia Campos.
+
+        Update to a newer version of the keyring module, since this bug has been fixed upstream for
+        a while. But be careful not to update to the latest version, since it has some compatibility
+        breaks and requires the SecretService python module on Linux, but I couldn't figure out how
+        to autoinstall it successfully.
+
+        * Scripts/webkitpy/thirdparty/__init__.py:
+        (AutoinstallImportHook._install_keyring):
+
 2016-09-26  Ryan Haddad  <ryanhad...@apple.com>
 
         Add Sierra to the flakiness dashboard.

Modified: trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py (206419 => 206420)


--- trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py	2016-09-27 07:07:06 UTC (rev 206419)
+++ trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py	2016-09-27 07:52:29 UTC (rev 206420)
@@ -99,8 +99,8 @@
                              "mechanize-0.2.5/mechanize")
 
     def _install_keyring(self):
-        self._install("http://pypi.python.org/packages/source/k/keyring/keyring-4.0.zip",
-                             "keyring")
+        self._install("https://pypi.python.org/packages/7d/a9/8c6bf60710781ce13a9987c0debda8adab35eb79c6b5525f7fe5240b7a8a/keyring-7.3.1.tar.gz#md5=99dd793e1233964eb87cf56406ee66f6",
+                             "keyring-7.3.1/keyring")
 
     def _install_pep8(self):
         self._install("http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz#md5=512a818af9979290cd619cce8e9c2e2b",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to