Skip to content

Commit 109d1b5

Browse files
authored
Merge pull request #194231 from Homebrew/waybackpy-py3.13
waybackpy: migrate to `[email protected]`
2 parents a072d38 + 1cced95 commit 109d1b5

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

Formula/w/waybackpy.rb

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,16 @@ class Waybackpy < Formula
99
revision 6
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "876c3c23633e1a2516a7a9ec2687164f69809c07aa00fa9d694bf5c7797cc09a"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b180352f39d35fdfc2950fc0291fb9d990a6961eb686aad5f4313783d0f90170"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "b180352f39d35fdfc2950fc0291fb9d990a6961eb686aad5f4313783d0f90170"
15-
sha256 cellar: :any_skip_relocation, arm64_monterey: "b180352f39d35fdfc2950fc0291fb9d990a6961eb686aad5f4313783d0f90170"
16-
sha256 cellar: :any_skip_relocation, sonoma: "9664d54979c41f2ded4d6eab777cae3baa9eda5f3bda3a934fbb8157c0c460be"
17-
sha256 cellar: :any_skip_relocation, ventura: "9664d54979c41f2ded4d6eab777cae3baa9eda5f3bda3a934fbb8157c0c460be"
18-
sha256 cellar: :any_skip_relocation, monterey: "f5173c74096a0966433386e0d8a93b5d313090138d8e311d04bdea4fbf71a5f2"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "269ef9bf80627292fc29b6dbe882f37355d0c874e04300b4857d2530fad479f9"
12+
rebuild 1
13+
sha256 cellar: :any_skip_relocation, all: "f4fc2cb70ede4767991a20af1a8a67a3a4f2e59994e34d8a412e089e9a382f15"
2014
end
2115

2216
depends_on "certifi"
23-
depends_on "python@3.12"
17+
depends_on "python@3.13"
2418

2519
resource "charset-normalizer" do
26-
url "https://files.pythonhosted.org/packages/63/09/c1bc53dab74b1816a00d8d030de5bf98f724c52c1635e07681d312f20be8/charset-normalizer-3.3.2.tar.gz"
27-
sha256 "f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5"
20+
url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz"
21+
sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e"
2822
end
2923

3024
resource "click" do
@@ -33,8 +27,8 @@ class Waybackpy < Formula
3327
end
3428

3529
resource "idna" do
36-
url "https://files.pythonhosted.org/packages/21/ed/f86a79a07470cb07819390452f178b3bef1d375f2ec021ecfc709fc7cf07/idna-3.7.tar.gz"
37-
sha256 "028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"
30+
url "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz"
31+
sha256 "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"
3832
end
3933

4034
resource "requests" do
@@ -43,8 +37,8 @@ class Waybackpy < Formula
4337
end
4438

4539
resource "urllib3" do
46-
url "https://files.pythonhosted.org/packages/43/6d/fa469ae21497ddc8bc93e5877702dca7cb8f911e337aca7452b5724f1bb6/urllib3-2.2.2.tar.gz"
47-
sha256 "dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"
40+
url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz"
41+
sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"
4842
end
4943

5044
def install

0 commit comments

Comments
 (0)