Skip to content

Commit 7c77a99

Browse files
authored
Merge pull request Homebrew#194219 from Homebrew/tvnamer-py3.13
tvnamer: migrate to `[email protected]`
2 parents 9727754 + 9cf24de commit 7c77a99

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

Formula/t/tvnamer.rb

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,21 @@ class Tvnamer < Formula
1010
head "https://github.com/dbr/tvnamer.git", branch: "master"
1111

1212
bottle do
13-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5bb1e06f0510e0f494948a235663919a8982c102dabcbb2d41b28781d1f9355a"
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2052694f5a9c996975e767709d0e9e46217904a11729bc3f07b27f2ea6ce40de"
15-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c87efde56f3579b46e9134aa1bf0d0d6043e590980c8648502285287625dfdd3"
16-
sha256 cellar: :any_skip_relocation, arm64_monterey: "c87efde56f3579b46e9134aa1bf0d0d6043e590980c8648502285287625dfdd3"
17-
sha256 cellar: :any_skip_relocation, sonoma: "f1038d8194aa675271b4fdd35d5fadc2fd9e553e18fc7397579306aaa0b6c17f"
18-
sha256 cellar: :any_skip_relocation, ventura: "f1038d8194aa675271b4fdd35d5fadc2fd9e553e18fc7397579306aaa0b6c17f"
19-
sha256 cellar: :any_skip_relocation, monterey: "018758f7067a788b064c080b7b43b7e50459a46ab1f8680318f0dab5dde12d57"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ed381ee0b253ea88247a0ac8b7af69ae1451c5cdb1b6f67d65fe2b377a8600e1"
13+
rebuild 1
14+
sha256 cellar: :any_skip_relocation, all: "6ba00502c3fbfb57becef9ce7c8e3c2778c1ad88034d70b327d52518a9ab189d"
2115
end
2216

2317
depends_on "certifi"
24-
depends_on "python@3.12"
18+
depends_on "python@3.13"
2519

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

3125
resource "idna" do
32-
url "https://files.pythonhosted.org/packages/21/ed/f86a79a07470cb07819390452f178b3bef1d375f2ec021ecfc709fc7cf07/idna-3.7.tar.gz"
33-
sha256 "028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"
26+
url "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz"
27+
sha256 "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"
3428
end
3529

3630
resource "requests" do
@@ -49,8 +43,8 @@ class Tvnamer < Formula
4943
end
5044

5145
resource "urllib3" do
52-
url "https://files.pythonhosted.org/packages/43/6d/fa469ae21497ddc8bc93e5877702dca7cb8f911e337aca7452b5724f1bb6/urllib3-2.2.2.tar.gz"
53-
sha256 "dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"
46+
url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz"
47+
sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"
5448
end
5549

5650
def install

0 commit comments

Comments
 (0)