Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 18 additions & 27 deletions Formula/c/chatblade.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,22 @@ class Chatblade < Formula
revision 3

bottle do
rebuild 1
sha256 cellar: :any, arm64_tahoe: "3f79b2be5cb939a6833d47a6a0bf4a88b441f736c43cf6e80f8bde339acff48e"
sha256 cellar: :any, arm64_sequoia: "25ea6efad48918b8e7011ff2591c135d2bbb4fcaf97f6081b85ec4081ce54579"
sha256 cellar: :any, arm64_sonoma: "3e7e142281f342168de6ccda07ede12be091179f64fffebd7ffb09b67e5262c1"
sha256 cellar: :any, sonoma: "dc6ec15cd100109f35c41aaddd64866c5bd68138dabdca913592bb49cf7a10e5"
sha256 cellar: :any_skip_relocation, arm64_linux: "536b718971c24822815e685199b7358ad34d33991eb1a4315ecee4211183ddff"
sha256 cellar: :any_skip_relocation, x86_64_linux: "83c963c697cd62940655e5ead272bd91a01ed7d396f1e32be6804961d21ba431"
rebuild 2
sha256 cellar: :any, arm64_tahoe: "1afc59e5fc46ba955998dd61ab88dafde251a504d0934e4a19c971c0614ea6a9"
sha256 cellar: :any, arm64_sequoia: "8b77b289ac5e7895308d2a5f6f61355a47dfc7b18eaf8ffaf008ae20733adb4e"
sha256 cellar: :any, arm64_sonoma: "77bc45bb28c79bf0ab23bf0807e34b9ae7de980bd381eab523ec585598f87c69"
sha256 cellar: :any, sonoma: "a3d0005e0ed04bdbe4b9d77d1d95afe01a42d09ab75c6d8772844bab32e68f2d"
sha256 cellar: :any_skip_relocation, arm64_linux: "36dae3baa8cb3c7d320400f2d860b7e6b98ff0ca8b2a0a3d6e168563d7c4ea06"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d42a6723ec44d54885f0d9bca1e4be66a4d25d42ddeba4f3008e5c8f8fb943dd"
end

depends_on "rust" => :build
depends_on "certifi"
depends_on "rust" => :build # for tiktoken
depends_on "certifi" => :no_linkage
depends_on "libyaml"
depends_on "python@3.14"
depends_on "pydantic-core" => :no_linkage
depends_on "python@3.13" # Pydantic v1 is incompatible with Python 3.14, issue ref: https://github.com/npiv/chatblade/issues/103

pypi_packages exclude_packages: "certifi"
pypi_packages exclude_packages: %w[certifi pydantic-core]

resource "annotated-types" do
url "https://files.pythonhosted.org/packages/ee/67/531ea369ba64dcff5ec9c3402f9f51bf748cec26dde048a2f973a4eea7f5/annotated_types-0.7.0.tar.gz"
Expand Down Expand Up @@ -56,8 +57,8 @@ class Chatblade < Formula
end

resource "httpx" do
url "https://files.pythonhosted.org/packages/5c/2d/3da5bdf4408b8b2800061c339f240c1802f2e82d55e50bd39c5a881f47f0/httpx-0.27.0.tar.gz"
sha256 "a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"
url "https://files.pythonhosted.org/packages/b1/df/48c586a5fe32a0f01324ee087459e112ebb7224f646c0b5023f5e79e9956/httpx-0.28.1.tar.gz"
sha256 "75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc"
end

resource "idna" do
Expand Down Expand Up @@ -90,11 +91,6 @@ class Chatblade < Formula
sha256 "1da1c82b0fc140bb0103bc1441ffe062154c8d38491189751ee00fd8ca65ce74"
end

resource "pydantic-core" do
url "https://files.pythonhosted.org/packages/df/18/d0944e8eaaa3efd0a91b0f1fc537d3be55ad35091b6a87638211ba691964/pydantic_core-2.41.4.tar.gz"
sha256 "70e47929a9d4a1905a67e4b687d5946026390568a8e952b92824118063cee4d5"
end

resource "pygments" do
url "https://files.pythonhosted.org/packages/b0/77/a5b8c569bf593b0140bde72ea885a803b82086995367bf2037de0159d924/pygments-2.19.2.tar.gz"
sha256 "636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887"
Expand All @@ -111,8 +107,8 @@ class Chatblade < Formula
end

resource "regex" do
url "https://files.pythonhosted.org/packages/49/d3/eaa0d28aba6ad1827ad1e716d9a93e1ba963ada61887498297d3da715133/regex-2025.9.18.tar.gz"
sha256 "c5ba23274c61c6fef447ba6a39333297d0c247f53059dba0bca415cac511edc4"
url "https://files.pythonhosted.org/packages/f8/c8/1d2160d36b11fbe0a61acb7c3c81ab032d9ec8ad888ac9e0a61b85ab99dd/regex-2025.10.23.tar.gz"
sha256 "8cbaf8ceb88f96ae2356d01b9adf5e6306fa42fa6f7eab6b97794e37c959ac26"
end

resource "requests" do
Expand All @@ -131,20 +127,15 @@ class Chatblade < Formula
end

resource "tiktoken" do
url "https://files.pythonhosted.org/packages/7d/ab/4d017d0f76ec3171d469d80fc03dfbb4e48a4bcaddaa831b31d526f05edc/tiktoken-0.12.0.tar.gz"
sha256 "b18ba7ee2b093863978fcb14f74b3707cdc8d4d4d3836853ce7ec60772139931"
url "https://files.pythonhosted.org/packages/37/02/576ff3a6639e755c4f70997b2d315f56d6d71e0d046f4fb64cb81a3fb099/tiktoken-0.8.0.tar.gz"
sha256 "9ccbb2740f24542534369c5635cfd9b2b3c2490754a78ac8831d99f89f94eeb2"
end

resource "tqdm" do
url "https://files.pythonhosted.org/packages/a8/4b/29b4ef32e036bb34e4ab51796dd745cdba7ed47ad142a9f4a1eb8e0c744d/tqdm-4.67.1.tar.gz"
sha256 "f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2"
end

resource "typing-extensions" do
url "https://files.pythonhosted.org/packages/72/94/1a15dd82efb362ac84269196e94cf00f187f7ed21c242792a923cdb1c61f/typing_extensions-4.15.0.tar.gz"
sha256 "0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"
end

resource "typing-inspection" do
url "https://files.pythonhosted.org/packages/55/e3/70399cb7dd41c10ac53367ae42139cf4b1ca5f36bb3dc6c9d33acdb43655/typing_inspection-0.4.2.tar.gz"
sha256 "ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464"
Expand Down
22 changes: 11 additions & 11 deletions Formula/c/cloudformation-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ class CloudformationCli < Formula
revision 3

bottle do
rebuild 2
sha256 cellar: :any, arm64_tahoe: "3239476c905659510cb4b67e5ea97306b3be8aeffbac70282da8e049d9374f70"
sha256 cellar: :any, arm64_sequoia: "61a3f9aebfb554021954b8d7edfb112f180e80e42a2f53666ab6309fbbde335e"
sha256 cellar: :any, arm64_sonoma: "1a4ff6f73426611cbb960f356a993bcd946432b71864d89b7b0f0adaeb75eec4"
sha256 cellar: :any, sonoma: "4e95865fb03ee41895af8ec1f636c89b8693570adc987685d592a03251ce3cbf"
sha256 cellar: :any_skip_relocation, arm64_linux: "f2a2bf5c017a3c27af177e9816d096d22a13829ab57c1ee2ce4ff53307465b1b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d7a3b70c6851a3e92cc58ad453187675c19c5a520e04d774c885e0130a967023"
rebuild 3
sha256 cellar: :any, arm64_tahoe: "eef5752e9d87f41dbea07e1e67e84842b9568535439ff836cba69f03e329b921"
sha256 cellar: :any, arm64_sequoia: "037b9531d4c56c2496c94acc72b4dde6a9051d8d8da2cdaa2a30b9b24715395f"
sha256 cellar: :any, arm64_sonoma: "ebbb4138852d9a95a44ca992a04682df86b51e9cdc03217e1f5220e97c1cc495"
sha256 cellar: :any, sonoma: "3f2668e9b6078f8c79e3c3f3f93426ae90d08a788600ff66a86ada7168e7a5da"
sha256 cellar: :any_skip_relocation, arm64_linux: "027d18b580bc24c9360ef20a566d53a97b5ae198ce117d859ab3bbb2ac279475"
sha256 cellar: :any_skip_relocation, x86_64_linux: "da57d95fc8d20d6b1c0e226a94e2b67fe671c8658d62ec1c8ff7760ae9f85d59"
end

depends_on "go" => :test
depends_on "certifi" => :no_linkage
depends_on "libyaml"
depends_on "pydantic-core" => :no_linkage
depends_on "python@3.14"
depends_on "python@3.13" # Pydantic v1 is incompatible with Python 3.14, issue ref: https://github.com/aws/serverless-application-model/issues/3831

pypi_packages exclude_packages: ["certifi", "pydantic-core"],
pypi_packages exclude_packages: %w[certifi pydantic-core],
extra_packages: %w[cloudformation-cli-go-plugin cloudformation-cli-java-plugin
cloudformation-cli-python-plugin setuptools]

Expand Down Expand Up @@ -99,8 +99,8 @@ class CloudformationCli < Formula
end

resource "hypothesis" do
url "https://files.pythonhosted.org/packages/e5/31/24e8be99d813060a7ab522458fcd843c75a8c0654a8a8996554526af6480/hypothesis-6.142.5.tar.gz"
sha256 "7bb5ed8ec3b6ea0c5d2fe92316cc123d7cf9a5f472099a25dc25476e0d3a356c"
url "https://files.pythonhosted.org/packages/12/77/1a89c2498e678d7ad4040f3012b5ec4ea2e44b9f3ec9a7b703f0af02e917/hypothesis-6.143.0.tar.gz"
sha256 "37dcd5cf9396deb832553dabe6c75003c0d3bcbbb77ac3db9321971dc914d2d0"
end

resource "idna" do
Expand Down
29 changes: 15 additions & 14 deletions Formula/p/pieces-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@ class PiecesCli < Formula
head "https://github.com/pieces-app/cli-agent.git", branch: "main"

bottle do
sha256 cellar: :any, arm64_tahoe: "1e4994f747f077732f4d1952808294a9b70ec35e34534a65f1d2037e68963f53"
sha256 cellar: :any, arm64_sequoia: "50eca67149507eed219cdc906e4333b288a46cb07fd073b4f6995de54a02b618"
sha256 cellar: :any, arm64_sonoma: "c68c0df0b15928bfd2c67a018a015fe80bed0fc17aa3ae311d4e9f3b50e9112f"
sha256 cellar: :any, sonoma: "0127b237f959dc5f139da0b7cdd92627f808c05adc34021d9c39546e69edc541"
sha256 cellar: :any_skip_relocation, arm64_linux: "e8840e2deae0deeb9f359962d2f1c4c04beed83a54a15adeeebe37e76ab4c045"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5eaac9ab856b010bc1f95cd27fbedb782e9097e10b7d17a155593415f07c5c22"
rebuild 1
sha256 cellar: :any, arm64_tahoe: "569d6c18a7eddac688b45181d601fdf67fd373cf593877c2aca84ba43eb2a7d5"
sha256 cellar: :any, arm64_sequoia: "fb37237268b2692a36387d8389d337decd51a64d7675954038216b94926c1c1a"
sha256 cellar: :any, arm64_sonoma: "2bb94a1a9a07634e2a075c641688d284566ff738bc605cbf4ec38d1c8dac6258"
sha256 cellar: :any, sonoma: "02d8e298c6a510dcf57759cf25af3bacdd2327c11bb37c90a256c3bde62aa7f9"
sha256 cellar: :any_skip_relocation, arm64_linux: "20b115e0f948102d4a6ed3b5fad49af635d21632323fbbeabe6ad05f0b9d590d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3fa4bc1dc96a70d2bdde705c31ec9eda4a488f031df856e4342d6199dc28060f"
end

depends_on "rust" => :build
depends_on "rust" => :build # for pydantic-core
depends_on "certifi" => :no_linkage
depends_on "libyaml"
depends_on "python@3.14"
depends_on "python@3.13" # Pydantic v1 is incompatible with Python 3.14, issue ref: https://github.com/pieces-app/cli-agent/issues/430
depends_on "rpds-py" => :no_linkage

pypi_packages exclude_packages: %w[certifi rpds-py]
Expand Down Expand Up @@ -167,8 +168,8 @@ class PiecesCli < Formula
end

resource "sentry-sdk" do
url "https://files.pythonhosted.org/packages/31/04/ec8c1dd9250847303d98516e917978cb1c7083024770d86d657d2ccb5a70/sentry_sdk-2.42.1.tar.gz"
sha256 "8598cc6edcfe74cb8074ba6a7c15338cdee93d63d3eb9b9943b4b568354ad5b6"
url "https://files.pythonhosted.org/packages/b3/18/09875b4323b03ca9025bae7e6539797b27e4fc032998a466b4b9c3d24653/sentry_sdk-2.43.0.tar.gz"
sha256 "52ed6e251c5d2c084224d73efee56b007ef5c2d408a4a071270e82131d336e20"
end

resource "six" do
Expand All @@ -182,13 +183,13 @@ class PiecesCli < Formula
end

resource "sse-starlette" do
url "https://files.pythonhosted.org/packages/42/6f/22ed6e33f8a9e76ca0a412405f31abb844b779d52c5f96660766edcd737c/sse_starlette-3.0.2.tar.gz"
sha256 "ccd60b5765ebb3584d0de2d7a6e4f745672581de4f5005ab31c3a25d10b52b3a"
url "https://files.pythonhosted.org/packages/db/3c/fa6517610dc641262b77cc7bf994ecd17465812c1b0585fe33e11be758ab/sse_starlette-3.0.3.tar.gz"
sha256 "88cfb08747e16200ea990c8ca876b03910a23b547ab3bd764c0d8eb81019b971"
end

resource "starlette" do
url "https://files.pythonhosted.org/packages/1b/3f/507c21db33b66fb027a332f2cb3abbbe924cc3a79ced12f01ed8645955c9/starlette-0.49.1.tar.gz"
sha256 "481a43b71e24ed8c43b11ea02f5353d77840e01480881b8cb5a26b8cae64a8cb"
url "https://files.pythonhosted.org/packages/ba/b8/73a0e6a6e079a9d9cfa64113d771e421640b6f679a52eeb9b32f72d871a1/starlette-0.50.0.tar.gz"
sha256 "a2a17b22203254bcbc2e1f926d2d55f3f9497f769416b3190768befe598fa3ca"
end

resource "typing-extensions" do
Expand Down
Loading