[webkit-changes] [WebKit/WebKit] dcdaa7: REGRESSION(268723 at main): Fix auto-installed versio...

Carlos Alberto Lopez Perez noreply at github.com
Tue Dec 12 16:16:12 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dcdaa7641d3b983a94402dc45bb5852abc20e31f
      https://github.com/WebKit/WebKit/commit/dcdaa7641d3b983a94402dc45bb5852abc20e31f
  Author: Carlos Alberto Lopez Perez <clopez at igalia.com>
  Date:   2023-12-12 (Tue, 12 Dec 2023)

  Changed paths:
    M Tools/Scripts/libraries/webkitcorepy/webkitcorepy/__init__.py
    M Tools/Scripts/webkitpy/autoinstalled/twisted.py

  Log Message:
  -----------
  REGRESSION(268723 at main): Fix auto-installed versions of twisted and PyOpenSSL for the bots (try 2)
https://bugs.webkit.org/show_bug.cgi?id=263299

Reviewed by Jonathan Bedard.

Twisted 23.x can't be used until Bug 261082 gets fixed (needs PEP 517 support)
so lower the version to 22.x that works without that and is enough to fix the
issue with python 3.11

And install a version of cryptography compatible with the new version of PyOpenSSL.

For further context see also 268757 at main

* Tools/Scripts/libraries/webkitcorepy/webkitcorepy/__init__.py:
* Tools/Scripts/webkitpy/autoinstalled/twisted.py:

Canonical link: https://commits.webkit.org/271958@main




More information about the webkit-changes mailing list