Skip to content

Commit 19319af

Browse files
committed
sail: migrate to [email protected]
Signed-off-by: Rui Chen <[email protected]> sail: pyyaml 6.0.2 for py3.13 build Signed-off-by: Rui Chen <[email protected]>
1 parent 0e090b1 commit 19319af

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/s/sail.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ class Sail < Formula
2020
depends_on "certifi"
2121
depends_on "cryptography"
2222
depends_on "libyaml"
23-
depends_on "python@3.12"
23+
depends_on "python@3.13"
2424

2525
resource "bcrypt" do
2626
url "https://files.pythonhosted.org/packages/e4/7e/d95e7d96d4828e965891af92e43b52a4cd3395dc1c1ef4ee62748d0471d0/bcrypt-4.2.0.tar.gz"
2727
sha256 "cf69eaf5185fd58f268f805b505ce31f9b9fc2d64b376642164e9244540c1221"
2828
end
2929

3030
resource "charset-normalizer" do
31-
url "https://files.pythonhosted.org/packages/63/09/c1bc53dab74b1816a00d8d030de5bf98f724c52c1635e07681d312f20be8/charset-normalizer-3.3.2.tar.gz"
32-
sha256 "f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5"
31+
url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz"
32+
sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e"
3333
end
3434

3535
resource "click" do
@@ -78,8 +78,8 @@ class Sail < Formula
7878
end
7979

8080
resource "markupsafe" do
81-
url "https://files.pythonhosted.org/packages/87/5b/aae44c6655f3801e81aa3eef09dbbf012431987ba564d7231722f68df02d/MarkupSafe-2.1.5.tar.gz"
82-
sha256 "d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b"
81+
url "https://files.pythonhosted.org/packages/b4/d2/38ff920762f2247c3af5cbbbbc40756f575d9692d381d7c520f45deb9b8f/markupsafe-3.0.1.tar.gz"
82+
sha256 "3e683ee4f5d0fa2dde4db77ed8dd8a876686e3fc417655c2ece9a90576905344"
8383
end
8484

8585
resource "packaging" do
@@ -103,8 +103,8 @@ class Sail < Formula
103103
end
104104

105105
resource "pyyaml" do
106-
url "https://files.pythonhosted.org/packages/cd/e5/af35f7ea75cf72f2cd079c95ee16797de7cd71f29ea7c68ae5ce7be1eda0/PyYAML-6.0.1.tar.gz"
107-
sha256 "bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"
106+
url "https://files.pythonhosted.org/packages/54/ed/79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead2525b063e17/pyyaml-6.0.2.tar.gz"
107+
sha256 "d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e"
108108
end
109109

110110
resource "requests" do

0 commit comments

Comments
 (0)