Title: [271768] trunk/Tools
Revision
271768
Author
[email protected]
Date
2021-01-22 17:22:39 -0800 (Fri, 22 Jan 2021)

Log Message

[webkitscmpy] Add GitHub credentials (Follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=220562
<rdar://problem/73063457>

Reviewed by Aakash Jain.

* Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py: Change xmldict version.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (271767 => 271768)


--- trunk/Tools/ChangeLog	2021-01-23 00:23:06 UTC (rev 271767)
+++ trunk/Tools/ChangeLog	2021-01-23 01:22:39 UTC (rev 271768)
@@ -1,3 +1,13 @@
+2021-01-22  Jonathan Bedard  <[email protected]>
+
+        [webkitscmpy] Add GitHub credentials (Follow-up fix)
+        https://bugs.webkit.org/show_bug.cgi?id=220562
+        <rdar://problem/73063457>
+
+        Reviewed by Aakash Jain.
+
+        * Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py: Change xmldict version.
+
 2021-01-22  W.D. Xiong  <[email protected]>
 
         Update run-benchmark to work with Python3

Modified: trunk/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py (271767 => 271768)


--- trunk/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py	2021-01-23 00:23:06 UTC (rev 271767)
+++ trunk/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py	2021-01-23 01:22:39 UTC (rev 271768)
@@ -52,7 +52,7 @@
 AutoInstall.register(Package('fasteners', Version(0, 15, 0)))
 AutoInstall.register(Package('keyring', Version(11, 1, 0)))
 AutoInstall.register(Package('monotonic', Version(1, 5)))
-AutoInstall.register(Package('xmltodict', Version(0, 12, 0)))
+AutoInstall.register(Package('xmltodict', Version(0, 11, 0)))
 
 # This is needed for python-keyring.
 if sys.platform == 'linux':
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to