Skip to content

Commit ebc017e

Browse files
authored
Merge pull request #249972 from Homebrew/awscurl-python
awscurl: migrate to `[email protected]`
2 parents 60ec979 + 5aa2578 commit ebc017e

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

Formula/a/awscurl.rb

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,24 @@ class Awscurl < Formula
1010
head "https://github.com/okigan/awscurl.git", branch: "master"
1111

1212
bottle do
13-
sha256 cellar: :any_skip_relocation, all: "15d54826d841737d0e72d464313313eef472520987081dc7d781a3b628e8f93b"
13+
rebuild 1
14+
sha256 cellar: :any_skip_relocation, all: "0e29ddcd3efaefa318c2534ec6823c44e719ffa8614c87ce50da15a9d5d52563"
1415
end
1516

16-
depends_on "certifi"
17-
depends_on "cryptography"
18-
depends_on "python@3.13"
17+
depends_on "certifi" => :no_linkage
18+
depends_on "cryptography" => :no_linkage
19+
depends_on "python@3.14"
1920

2021
uses_from_macos "libffi"
2122

2223
resource "botocore" do
23-
url "https://files.pythonhosted.org/packages/09/61/20eceeccdce79ca238453389e9a8a9147a79417a07e22fa6715f1abd6421/botocore-1.38.39.tar.gz"
24-
sha256 "2305f688e9328af473a504197584112f228513e06412038d83205ce8d1456f40"
24+
url "https://files.pythonhosted.org/packages/d1/c8/8c7509d7fa26de03d21673f18a1edc1ac98198ba261a2b943774ed4f1c44/botocore-1.40.54.tar.gz"
25+
sha256 "808232d9fcbf2c295b6e7cd1897119ee2fb97e756edfb313aa6d27ba0b281c66"
2526
end
2627

2728
resource "charset-normalizer" do
28-
url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz"
29-
sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63"
29+
url "https://files.pythonhosted.org/packages/13/69/33ddede1939fdd074bce5434295f38fae7136463422fe4fd3e0e89b98062/charset_normalizer-3.4.4.tar.gz"
30+
sha256 "94537985111c35f28720e43603b8e7b43a6ecfb2ce1d3058bbe955b73404e21a"
3031
end
3132

3233
resource "configargparse" do
@@ -40,8 +41,8 @@ class Awscurl < Formula
4041
end
4142

4243
resource "idna" do
43-
url "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz"
44-
sha256 "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"
44+
url "https://files.pythonhosted.org/packages/6f/6d/0703ccc57f3a7233505399edb88de3cbd678da106337b9fcde432b65ed60/idna-3.11.tar.gz"
45+
sha256 "795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902"
4546
end
4647

4748
resource "jmespath" do
@@ -55,8 +56,8 @@ class Awscurl < Formula
5556
end
5657

5758
resource "requests" do
58-
url "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz"
59-
sha256 "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"
59+
url "https://files.pythonhosted.org/packages/c9/74/b3ff8e6c8446842c3f5c837e9c3dfcfe2018ea6ecef224c710c85ef728f4/requests-2.32.5.tar.gz"
60+
sha256 "dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf"
6061
end
6162

6263
resource "six" do

0 commit comments

Comments
 (0)