Skip to content

Commit 60793b7

Browse files
authored
Merge pull request Homebrew#194220 from Homebrew/twarc-py3.13
twarc: migrate to `[email protected]`
2 parents 6b48feb + 0224118 commit 60793b7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Formula/t/twarc.rb

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

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, all: "067281a7e5cee48c5c36552e5d1c773c287c2283382114e650c93caccaffd941"
12+
rebuild 1
13+
sha256 cellar: :any_skip_relocation, all: "a47530dfbcb3c61845ce2a202587d5c931f166cdbd1a125b800d6aebb6c6e157"
1314
end
1415

1516
depends_on "certifi"
16-
depends_on "python@3.12"
17+
depends_on "python@3.13"
1718

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

2324
resource "click" do
@@ -41,8 +42,8 @@ class Twarc < Formula
4142
end
4243

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

4849
resource "idna" do

0 commit comments

Comments
 (0)