Skip to content

Commit 6d38bfd

Browse files
chenrui333branchvincent
authored andcommitted
bzt: migrate to [email protected]
Signed-off-by: Rui Chen <[email protected]>
1 parent bbedc88 commit 6d38bfd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/b/bzt.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Bzt < Formula
2121
depends_on "certifi"
2222
depends_on "libyaml"
2323
depends_on "numpy"
24-
depends_on "python@3.12"
24+
depends_on "python@3.13"
2525

2626
uses_from_macos "libxml2", since: :ventura
2727
uses_from_macos "libxslt"
@@ -69,8 +69,8 @@ class Bzt < Formula
6969
end
7070

7171
resource "colorlog" do
72-
url "https://files.pythonhosted.org/packages/db/38/2992ff192eaa7dd5a793f8b6570d6bbe887c4fbbf7e72702eb0a693a01c8/colorlog-6.8.2.tar.gz"
73-
sha256 "3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44"
72+
url "https://files.pythonhosted.org/packages/d3/7a/359f4d5df2353f26172b3cc39ea32daa39af8de522205f512f458923e677/colorlog-6.9.0.tar.gz"
73+
sha256 "bfba54a1b93b94f54e1f4fe48395725a3d92fd2a4af702f6bd70946bdc0c6ac2"
7474
end
7575

7676
resource "cssselect" do
@@ -209,8 +209,8 @@ class Bzt < Formula
209209
end
210210

211211
resource "setuptools" do
212-
url "https://files.pythonhosted.org/packages/ce/ef/013ded5b0d259f3fa636bf35de186f0061c09fbe124020ce6b8db68c83af/setuptools-72.2.0.tar.gz"
213-
sha256 "80aacbf633704e9c8bfa1d99fa5dd4dc59573efcf9e4042c13d3bcef91ac2ef9"
212+
url "https://files.pythonhosted.org/packages/ed/22/a438e0caa4576f8c383fa4d35f1cc01655a46c75be358960d815bfbb12bd/setuptools-75.3.0.tar.gz"
213+
sha256 "fba5dd4d766e97be1b1681d98712680ae8f2f26d7881245f2ce9e40714f1a686"
214214
end
215215

216216
resource "simple-websocket" do
@@ -259,8 +259,8 @@ class Bzt < Formula
259259
end
260260

261261
resource "yarl" do
262-
url "https://files.pythonhosted.org/packages/55/8f/d2d546f8b674335fa7ef83cc5c1892294f3f516c570893e65a7ea8ed49c9/yarl-1.17.0.tar.gz"
263-
sha256 "d3f13583f378930377e02002b4085a3d025b00402d5a80911726d43a67911cd9"
262+
url "https://files.pythonhosted.org/packages/54/9c/9c0a9bfa683fc1be7fdcd9687635151544d992cccd48892dc5e0a5885a29/yarl-1.17.1.tar.gz"
263+
sha256 "067a63fcfda82da6b198fa73079b1ca40b7c9b7994995b6ee38acda728b64d47"
264264
end
265265

266266
def install

0 commit comments

Comments
 (0)