From b5b7ac7d225a2995eaf49f27858976b972238d16 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:28:30 +0800 Subject: [PATCH 1/2] vim: migrate to `python3.13` Also needs a rebuild on Linux after #194691. --- Formula/v/vim.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/v/vim.rb b/Formula/v/vim.rb index 1c17a3ce60a42..ce3bec1a1d01b 100644 --- a/Formula/v/vim.rb +++ b/Formula/v/vim.rb @@ -5,6 +5,7 @@ class Vim < Formula url "https://github.com/vim/vim/archive/refs/tags/v9.1.0750.tar.gz" sha256 "6d668be3da4ab41081b2b9d935f41d066e6002c8c72e23e37e0c5363c9da977b" license "Vim" + revision 1 head "https://github.com/vim/vim.git", branch: "master" # The Vim repository contains thousands of tags and the `Git` strategy isn't @@ -37,7 +38,7 @@ class Vim < Formula depends_on "libsodium" depends_on "lua" depends_on "ncurses" - depends_on "python@3.12" + depends_on "python@3.13" depends_on "ruby" uses_from_macos "perl" @@ -53,7 +54,7 @@ class Vim < Formula because: "vim and macvim both install vi* binaries" def install - ENV.prepend_path "PATH", Formula["python@3.12"].opt_libexec/"bin" + ENV.prepend_path "PATH", Formula["python@3.13"].opt_libexec/"bin" # https://github.com/Homebrew/homebrew-core/pull/1046 ENV.delete("SDKROOT") From cae4ed32db715304bb2a526bd789f9c8ab6640b0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:00:35 +0000 Subject: [PATCH 2/2] vim: update 9.1.0750_1 bottle. --- Formula/v/vim.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/v/vim.rb b/Formula/v/vim.rb index ce3bec1a1d01b..d16802002c53b 100644 --- a/Formula/v/vim.rb +++ b/Formula/v/vim.rb @@ -26,12 +26,13 @@ class Vim < Formula end bottle do - sha256 arm64_sequoia: "14c298dab305f7a561abdac4e8c28b99fe2902e71cb1c4bf22fb3e773e86df26" - sha256 arm64_sonoma: "8a868ed6bb27825dba7ad8cb112b37ff8e1168b8c33623b19dbd9304e1b282c1" - sha256 arm64_ventura: "8e244a128980f7bcd10bedd4090a7dcba6c75487aea0f6fccb7bda5fc13dfae8" - sha256 sonoma: "3a34e285693c9d6848fc45f13b2b3e5c5d6b8bbbd1684ec77cc64f38bbe1553b" - sha256 ventura: "e76e904c3c8af41ce76c70d18205343c9da6c6232b3d60e41629d6135118c5c5" - sha256 x86_64_linux: "dc04a8a373c23dce78f37cf0343faa3bb07325e4e20cd605ac5b45aa9ad08d4f" + rebuild 1 + sha256 arm64_sequoia: "03793e49cd972ad0fdff5d5aa0a30b8b0431d7b1d58a52d9452f7b4c74e3035c" + sha256 arm64_sonoma: "b6873a3e3c56abdceb02701c16fd4a735e68bdbf13cbf035ea6d7bf70af540dd" + sha256 arm64_ventura: "b024666887af2a1836a0b1d7523b1d06ff7bad20cc79d4868117095b129408d0" + sha256 sonoma: "58b29c287c0d62e6a5c84905e5dc19c5d1f1847b12e757e67f3f829a1900f99b" + sha256 ventura: "c97ed27dc6ef4b76657fd95de458655d6a4fd2101f9ed23e544abd2b3457a862" + sha256 x86_64_linux: "3993d8807b331522ea0bb485a7a1e4f063e143e163da021689106967b48db1f1" end depends_on "gettext"