Skip to content

Commit 013afb9

Browse files
BrewTestBotchenrui333
authored andcommitted
pieces-cli 1.19.0
pieces-cli: remove patch Signed-off-by: Rui Chen <[email protected]>
1 parent ec9fd91 commit 013afb9

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

Formula/p/pieces-cli.rb

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class PiecesCli < Formula
33

44
desc "Command-line tool for Pieces.app"
55
homepage "https://docs.pieces.app/products/cli"
6-
url "https://files.pythonhosted.org/packages/d2/d6/cd0820776a31535f0287b73ee7935cf2e889273c437ec630c1b7fe9bf776/pieces_cli-1.18.1.tar.gz"
7-
sha256 "65c88a001a096e848cae8bacac9b06d6e26b6e11a5657220e9b8b26100636517"
6+
url "https://files.pythonhosted.org/packages/f8/bb/48f95f63ca1c5b86564e6569f2e7bed542d351002dbc49702e1235bd7d1c/pieces_cli-1.19.0.tar.gz"
7+
sha256 "0bfea482de3eada8d3612f7c107f02ba38d5f54e056e86743cad41f6cb9576c9"
88
license "MIT"
99
head "https://github.com/pieces-app/cli-agent.git", branch: "main"
1010

@@ -90,8 +90,8 @@ class PiecesCli < Formula
9090
end
9191

9292
resource "mcp" do
93-
url "https://files.pythonhosted.org/packages/3a/f5/9506eb5578d5bbe9819ee8ba3198d0ad0e2fbe3bab8b257e4131ceb7dfb6/mcp-1.11.0.tar.gz"
94-
sha256 "49a213df56bb9472ff83b3132a4825f5c8f5b120a90246f08b0dac6bedac44c8"
93+
url "https://files.pythonhosted.org/packages/5a/79/5724a540df19e192e8606c543cdcf162de8eb435077520cca150f7365ec0/mcp-1.17.0.tar.gz"
94+
sha256 "1b57fabf3203240ccc48e39859faf3ae1ccb0b571ff798bbedae800c73c6df90"
9595
end
9696

9797
resource "mdurl" do
@@ -160,13 +160,13 @@ class PiecesCli < Formula
160160
end
161161

162162
resource "rich" do
163-
url "https://files.pythonhosted.org/packages/ab/3a/0316b28d0761c6734d6bc14e770d85506c986c85ffb239e688eeaab2c2bc/rich-13.9.4.tar.gz"
164-
sha256 "439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098"
163+
url "https://files.pythonhosted.org/packages/fb/d2/8920e102050a0de7bfabeb4c4614a49248cf8d5d7a8d01885fbb24dc767a/rich-14.2.0.tar.gz"
164+
sha256 "73ff50c7c0c1c77c8243079283f4edb376f0f6442433aecb8ce7e6d0b92d1fe4"
165165
end
166166

167167
resource "sentry-sdk" do
168-
url "https://files.pythonhosted.org/packages/68/47/aea50a61d85bc07a34e6e7145aad7bd96c5671a86a32618059bad0cbc73b/sentry_sdk-2.41.0.tar.gz"
169-
sha256 "e7af3f4d7f8bac4c56fbaf95adb0d111f061cce58d5df91cfcd4e69782759b10"
168+
url "https://files.pythonhosted.org/packages/c9/b2/7481156cf42b7f66cffb371e504b7ace12b4f016b8872ffcf0873ae9534b/sentry_sdk-2.42.0.tar.gz"
169+
sha256 "91c69c9372fb5fb4df0ac39456ccf7286f0428b3ee1cdd389f9dd36c04e0f5c9"
170170
end
171171

172172
resource "six" do
@@ -222,9 +222,6 @@ class PiecesCli < Formula
222222
def install
223223
ENV["SOURCE_DATE_EPOCH"] = "1451574000"
224224

225-
# Unpin python for 3.14
226-
inreplace "pyproject.toml", 'python = ">=3.11,<3.14"', 'python = ">=3.11"'
227-
228225
virtualenv_install_with_resources
229226
end
230227
test do

0 commit comments

Comments
 (0)