[webkit-changes] [WebKit/WebKit] 47c33f: Update rapidfuzz to 3.4.0

Sam Sneddon noreply at github.com
Mon Dec 4 22:08:43 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 47c33f8d6a4786d1fa135242ec54a6254d258fae
      https://github.com/WebKit/WebKit/commit/47c33f8d6a4786d1fa135242ec54a6254d258fae
  Author: Sam Sneddon <gsnedders at apple.com>
  Date:   2023-12-04 (Mon, 04 Dec 2023)

  Changed paths:
    M Tools/Scripts/libraries/webkitcorepy/webkitcorepy/__init__.py
    M Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py
    M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py

  Log Message:
  -----------
  Update rapidfuzz to 3.4.0
https://bugs.webkit.org/show_bug.cgi?id=265809
rdar://problem/119145927

Reviewed by Jonathan Bedard.

We keep on finding bots which need rapidfuzz to be reinstalled because
the macOS universal2 wheel was broken
(c.f. https://github.com/WebKit/WebKit/pull/19835). Let's mitigate this
entire problem by just forcing rapidfuzz to be re-installed everywhere
by upgrading it.

I also found that 268494 at main (ca3f26ebbb57) added pyparsing as an
implicit_dep, which should actually be on packaging, as that's where the
requirement actually is.

* Tools/Scripts/libraries/webkitcorepy/webkitcorepy/__init__.py:
* Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py:
(AutoInstall):
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py:

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




More information about the webkit-changes mailing list