Skip to content

Commit 40959a6

Browse files
authored
Merge pull request #249977 from Homebrew/b4-python
b4: migrate to `[email protected]`
2 parents ebc017e + b8f5e0c commit 40959a6

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

Formula/b/b4.rb

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,23 @@ class B4 < Formula
88
license "GPL-2.0-or-later"
99

1010
bottle do
11-
sha256 cellar: :any, arm64_tahoe: "de36463a236df2ea83b5fb444b43b2437cb99ee4c75b407761273d0ef2745e3a"
12-
sha256 cellar: :any, arm64_sequoia: "f0d4c4b164c2789138f3a96bc0cadcf357e274576ee705e3cb9bd53b8a83f30c"
13-
sha256 cellar: :any, arm64_sonoma: "fb8d91f2d90585c807962f918997a35b7c44c5418b09b9cc42a6fcd911b1f0d6"
14-
sha256 cellar: :any, sonoma: "69c0f17e84599c5d02ae28bd209ea3acb438585d4647b9bdc10d7745fa4c4c23"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "ed46f8545228df5297c28e419498f73774ff45e70506e3237af21068ccafa511"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4fe38315990452ab3ece1ec14ef7191d878dc454f92a85b8182b70331aad2607"
11+
rebuild 1
12+
sha256 cellar: :any, arm64_tahoe: "5d861848f90bd4f1953944a09bfc7d37e0eaf1ae6dac84acdfaee2578ec97f57"
13+
sha256 cellar: :any, arm64_sequoia: "638ed304654795652f41c9e72597cce6558d6f1eb6f30c29f6bc347621267cb0"
14+
sha256 cellar: :any, arm64_sonoma: "392952a0c0aff0de08ba6983baaff5cade7b9c21dd90a3b9bb235d999acecabd"
15+
sha256 cellar: :any, sonoma: "c1638b4b15315711fd1ed98dcce28c66d81e8de9fb56b75bd3950ac9a81e208b"
16+
sha256 cellar: :any_skip_relocation, arm64_linux: "00cc2ec03823c39977cb962f06634b3305dae835ba96609d60bc0aac220cbc68"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f99ab2316852426903e49e93d05f6df992d1e5d786d4f340da5e49218003ba38"
1718
end
1819

19-
depends_on "certifi"
20-
depends_on "cffi"
20+
depends_on "certifi" => :no_linkage
21+
depends_on "cffi" => :no_linkage
2122
depends_on "libsodium"
22-
depends_on "python@3.13"
23+
depends_on "python@3.14"
2324

2425
resource "charset-normalizer" do
25-
url "https://files.pythonhosted.org/packages/83/2d/5fd176ceb9b2fc619e63405525573493ca23441330fcdaee6bef9460e924/charset_normalizer-3.4.3.tar.gz"
26-
sha256 "6fce4b8500244f6fcb71465d4a4930d132ba9ab8e71a7859e6a5d59851068d14"
26+
url "https://files.pythonhosted.org/packages/13/69/33ddede1939fdd074bce5434295f38fae7136463422fe4fd3e0e89b98062/charset_normalizer-3.4.4.tar.gz"
27+
sha256 "94537985111c35f28720e43603b8e7b43a6ecfb2ce1d3058bbe955b73404e21a"
2728
end
2829

2930
resource "dkimpy" do
@@ -42,8 +43,8 @@ class B4 < Formula
4243
end
4344

4445
resource "idna" do
45-
url "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz"
46-
sha256 "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"
46+
url "https://files.pythonhosted.org/packages/6f/6d/0703ccc57f3a7233505399edb88de3cbd678da106337b9fcde432b65ed60/idna-3.11.tar.gz"
47+
sha256 "795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902"
4748
end
4849

4950
resource "patatt" do

0 commit comments

Comments
 (0)