Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openai-whisper: bump python resources #170804

Merged
merged 2 commits into from
May 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 12 additions & 12 deletions Formula/o/openai-whisper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ class OpenaiWhisper < Formula
url "https://files.pythonhosted.org/packages/d2/6e/50ace2bf704e5ffc786d20d96403ab0d57c5d6ab8729de7fed8c436687df/openai-whisper-20231117.tar.gz"
sha256 "7af424181436f1800cc0b7d75cf40ede34e9ddf1ba4983a910832fcf4aade4a4"
license "MIT"
revision 2
revision 3
head "https://github.com/openai/whisper.git", branch: "main"

bottle do
sha256 cellar: :any, arm64_sonoma: "9180cebad66832591c91c5411ec4651d2180f8f397994e83e1421dbf7cd7af72"
sha256 cellar: :any, arm64_ventura: "e83ec7e1363931bf6f592051b193c8eb71abc10134f6dbdfa3f5931a0e5a8457"
sha256 cellar: :any, arm64_monterey: "6f052dc8f1a3630152a4e9015af0d5834a7e7ea37563500272dc1b13d59683a4"
sha256 cellar: :any, sonoma: "8bf8473394074d08a0446df3aa09764803586922ff9351223255bfc2b28ee03b"
sha256 cellar: :any, ventura: "7c7284577f5be4afeff37a555971663c98ecb03a4d5e5e8203e2c96ff64ae362"
sha256 cellar: :any, monterey: "c2ccb399af995667feff034f40ac28dee2bd191d6806c592228febdd06f01fda"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d8c83bce1eccf999d9b3d8256478e29b4ed6f5d06bf6522182ffde556887295f"
sha256 cellar: :any, arm64_sonoma: "2a98ede89522e54e259c33e22605cab4acde0a32126b84b759e99d74257574c2"
sha256 cellar: :any, arm64_ventura: "e057ec4fdb71e3c420e1629bab7be967d46a977b524da23130e4f0ac6f00efa8"
sha256 cellar: :any, arm64_monterey: "9ce9c11ca4afc116951a374566de26f152244004f07a4039399dadcbb5a667b5"
sha256 cellar: :any, sonoma: "e2e6882d94acc25e41ac270dc91f34a3138cb5fb77d811fb9da22ff74b1b37d0"
sha256 cellar: :any, ventura: "eab8aed4349da8601e53341d5e9025491db371842ccb91598af5b1f43ba7e393"
sha256 cellar: :any, monterey: "ba8d40934101194399d6acbf82a201cbf076d9e69089481fba82ac7c2b038755"
sha256 cellar: :any_skip_relocation, x86_64_linux: "136cef2b14d46f9584803afb8fbd11b977491c546eacce655fd063c9582d77b3"
end

depends_on "rust" => :build # for tiktoken
Expand Down Expand Up @@ -57,8 +57,8 @@ class OpenaiWhisper < Formula
end

resource "regex" do
url "https://files.pythonhosted.org/packages/b5/39/31626e7e75b187fae7f121af3c538a991e725c744ac893cc2cfd70ce2853/regex-2023.12.25.tar.gz"
sha256 "29171aa128da69afdf4bde412d5bedc335f2ca8fcfe4489038577d05f16181e5"
url "https://files.pythonhosted.org/packages/c0/d6/87709afa2a195ea902810dfaa796d21dd45d91b496dc98828073acbfe5af/regex-2024.4.28.tar.gz"
sha256 "83ab366777ea45d58f72593adf35d36ca911ea8bd838483c1823b883a121b0e4"
end

resource "requests" do
Expand All @@ -72,8 +72,8 @@ class OpenaiWhisper < Formula
end

resource "tqdm" do
url "https://files.pythonhosted.org/packages/ea/85/3ce0f9f7d3f596e7ea57f4e5ce8c18cb44e4a9daa58ddb46ee0d13d6bff8/tqdm-4.66.2.tar.gz"
sha256 "6cd52cdf0fef0e0f543299cfc96fec90d7b8a7e88745f411ec33eb44d5ed3531"
url "https://files.pythonhosted.org/packages/5a/c0/b7599d6e13fe0844b0cda01b9aaef9a0e87dbb10b06e4ee255d3fa1c79a2/tqdm-4.66.4.tar.gz"
sha256 "e4d936c9de8727928f3be6079590e97d9abfe8d39a590be678eb5919ffc186bb"
end

resource "urllib3" do
Expand Down