Skip to content

Commit

Permalink
Merge pull request #154898 from chenrui333/mentat-aiohttp
Browse files Browse the repository at this point in the history
mentat: use aiohttp 3.9
  • Loading branch information
BrewTestBot committed Nov 20, 2023
2 parents 0d7b8f3 + 8f4f4c5 commit 955366b
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions Formula/m/mentat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ class Mentat < Formula
head "https://github.com/AbanteAI/mentat.git", branch: "main"

bottle do
sha256 cellar: :any, arm64_sonoma: "455d1da04a157a27c80f3e6531cec4d0119c5c2872c4d12731386d6d53c25d1a"
sha256 cellar: :any, arm64_ventura: "0d697b5da7e845b5a7dfd7ab3acbd7fcd7f2ba6cf388c65c8ac8dc01b84a2534"
sha256 cellar: :any, arm64_monterey: "9515e21534026fef68a19b5fe57805b2bf273c9d6db7d62814315ef468838657"
sha256 cellar: :any, sonoma: "4ce356a112c9708271b68b4c0a6e9d54b014be5bab0a595aeb414a16f5bced35"
sha256 cellar: :any, ventura: "1df7895025d3f90ff51627a0f8f9a712d4f521a7226d99f6d3d17352d5b9914b"
sha256 cellar: :any, monterey: "e71c1303df4481eea9feffd251a449fd4b1eb00d6a4c52a46ceb0d88c147add9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cb47053425280c3d7209733d259979e557e7638de713838c851a0d112dd5cdaa"
rebuild 1
sha256 cellar: :any, arm64_sonoma: "ddd29115981cae2bfadb1fef6f0347f057b12f078485be34cfeffcfadfc89098"
sha256 cellar: :any, arm64_ventura: "42d9752d8e85fef7379ad772887cc4e2837cc3f368bebb7224b0b88241a158d7"
sha256 cellar: :any, arm64_monterey: "7184fefa3637dcc2f31ee6b9fb80bfb5e701a5591283d6fdcbc68e09e91ae376"
sha256 cellar: :any, sonoma: "bb6f780e2b94d41208af74c8b42ecd28aeea74b1273ee246189b9f43830e17a7"
sha256 cellar: :any, ventura: "2d2c83bbe1109f802b362b67b2f7632f5ae1846a20c5ccec41d03681895fa3a3"
sha256 cellar: :any, monterey: "01d34ff303d287b2e06a2972657f940a59dd50179573d9efd9ffdcef0a3e2e65"
sha256 cellar: :any_skip_relocation, x86_64_linux: "db527f37ae0cda52b1a81fdf5aad9f49accbad782b3ac4ffb56511f8f6b4f9ec"
end

depends_on "rust" => :build # for tiktoken
Expand All @@ -28,20 +29,15 @@ class Mentat < Formula
depends_on "six"

resource "aiohttp" do
url "https://files.pythonhosted.org/packages/c4/50/a717a133bda2efc27efbf8a65398c925b6d0605213da0db6929627ccb758/aiohttp-3.9.0b0.tar.gz"
sha256 "cecc64fd7bae6debdf43437e3c83183c40d4f4d86486946f412c113960598eee"
url "https://files.pythonhosted.org/packages/71/80/68f3bd93240efd92e9397947301efb76461db48c5ac80be2423ffa9c20a3/aiohttp-3.9.0.tar.gz"
sha256 "09f23292d29135025e19e8ff4f0a68df078fe4ee013bca0105b2e803989de92d"
end

resource "aiosignal" do
url "https://files.pythonhosted.org/packages/ae/67/0952ed97a9793b4958e5736f6d2b346b414a2cd63e82d05940032f45b32f/aiosignal-1.3.1.tar.gz"
sha256 "54cd96e15e1649b75d6c87526a6ff0b6c1b0dd3459f43d9ca11d48c339b68cfc"
end

resource "async-timeout" do
url "https://files.pythonhosted.org/packages/87/d6/21b30a550dafea84b1b8eee21b5e23fa16d010ae006011221f33dcd8d7f8/async-timeout-4.0.3.tar.gz"
sha256 "4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f"
end

resource "attrs" do
url "https://files.pythonhosted.org/packages/97/90/81f95d5f705be17872843536b1868f351805acf6971251ff07c1b8334dbb/attrs-23.1.0.tar.gz"
sha256 "6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015"
Expand Down

0 comments on commit 955366b

Please sign in to comment.