[webkit-changes] [WebKit/WebKit] d0c451: Remove unused webkitpy.common.version_check

Sam Sneddon noreply at github.com
Tue Dec 3 11:35:26 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d0c451f8291ed8bb850d29b189d2f8cd5cbb36b2
      https://github.com/WebKit/WebKit/commit/d0c451f8291ed8bb850d29b189d2f8cd5cbb36b2
  Author: Sam Sneddon <gsnedders at apple.com>
  Date:   2024-12-03 (Tue, 03 Dec 2024)

  Changed paths:
    R Tools/Scripts/webkitpy/common/version_check.py

  Log Message:
  -----------
  Remove unused webkitpy.common.version_check
https://bugs.webkit.org/show_bug.cgi?id=283143

Reviewed by Jonathan Bedard.

This has been unused since we moved to Python 3, and clearly has never
been updated. We nowadays have checks for Python version in
__init__.py files within our packages, thus always checking the
version, rather than it needing to be opted into.

* Tools/Scripts/webkitpy/common/version_check.py: Removed.

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list