Skip to content

Commit 79e6b29

Browse files
committed
twarc: migrate to [email protected]
Signed-off-by: Rui Chen <[email protected]>
1 parent 2a7ca7f commit 79e6b29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Formula/t/twarc.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ class Twarc < Formula
1313
end
1414

1515
depends_on "certifi"
16-
depends_on "python@3.12"
16+
depends_on "python@3.13"
1717

1818
resource "charset-normalizer" do
19-
url "https://files.pythonhosted.org/packages/63/09/c1bc53dab74b1816a00d8d030de5bf98f724c52c1635e07681d312f20be8/charset-normalizer-3.3.2.tar.gz"
20-
sha256 "f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5"
19+
url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz"
20+
sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e"
2121
end
2222

2323
resource "click" do
@@ -41,8 +41,8 @@ class Twarc < Formula
4141
end
4242

4343
resource "humanize" do
44-
url "https://files.pythonhosted.org/packages/5d/b1/c8f05d5dc8f64030d8cc71e91307c1daadf6ec0d70bcd6eabdfd9b6f153f/humanize-4.10.0.tar.gz"
45-
sha256 "06b6eb0293e4b85e8d385397c5868926820db32b9b654b932f57fa41c23c9978"
44+
url "https://files.pythonhosted.org/packages/6a/40/64a912b9330786df25e58127194d4a5a7441f818b400b155e748a270f924/humanize-4.11.0.tar.gz"
45+
sha256 "e66f36020a2d5a974c504bd2555cf770621dbdbb6d82f94a6857c0b1ea2608be"
4646
end
4747

4848
resource "idna" do

0 commit comments

Comments
 (0)