From 59d3a9453e3f320ad50c51e65795afe7b5bf5300 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Sep 2024 00:54:51 +0000 Subject: [PATCH 1/2] pipdeptree 2.23.4 --- Formula/p/pipdeptree.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pipdeptree.rb b/Formula/p/pipdeptree.rb index 756e613944e60..a428581b4b753 100644 --- a/Formula/p/pipdeptree.rb +++ b/Formula/p/pipdeptree.rb @@ -3,8 +3,8 @@ class Pipdeptree < Formula desc "CLI to display dependency tree of the installed Python packages" homepage "https://github.com/tox-dev/pipdeptree" - url "https://files.pythonhosted.org/packages/d5/4c/a9e8e5820f066185f392e64bd4a5335d5bdbe5d26871985f1122fb1c53ef/pipdeptree-2.23.3.tar.gz" - sha256 "3fcfd4e72de13a37b7921bc160af840d514738f9ea81c3f9ce080bc1e1f4eb5a" + url "https://files.pythonhosted.org/packages/66/b6/389a1148d7b1bc5638d4e9b2d60390f8cfb4c30e34cff68165cbd9a29e75/pipdeptree-2.23.4.tar.gz" + sha256 "8a9e7ceee623d1cb2839b6802c26dd40959d31ecaa1468d32616f7082658f135" license "MIT" bottle do From b236cbb1c7db41451f3f4f8d5cdf44bfd861d3a0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Sep 2024 02:56:18 +0000 Subject: [PATCH 2/2] pipdeptree: update 2.23.4 bottle. --- Formula/p/pipdeptree.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/p/pipdeptree.rb b/Formula/p/pipdeptree.rb index a428581b4b753..cf84b24142936 100644 --- a/Formula/p/pipdeptree.rb +++ b/Formula/p/pipdeptree.rb @@ -8,14 +8,12 @@ class Pipdeptree < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7129ab38c2f685bcf4687ef2a4449c428c8151bc0feee267ed85e29e3586261c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1045634cc4746ed79772f79344ad9ae2e0cb523c680ab08301d7383f95d18642" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1045634cc4746ed79772f79344ad9ae2e0cb523c680ab08301d7383f95d18642" - sha256 cellar: :any_skip_relocation, arm64_monterey: "1045634cc4746ed79772f79344ad9ae2e0cb523c680ab08301d7383f95d18642" - sha256 cellar: :any_skip_relocation, sonoma: "958032413b69e1bc4da4ba93c936139c858d6b451b74d72ec7fca6721d481216" - sha256 cellar: :any_skip_relocation, ventura: "958032413b69e1bc4da4ba93c936139c858d6b451b74d72ec7fca6721d481216" - sha256 cellar: :any_skip_relocation, monterey: "958032413b69e1bc4da4ba93c936139c858d6b451b74d72ec7fca6721d481216" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1045634cc4746ed79772f79344ad9ae2e0cb523c680ab08301d7383f95d18642" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "56ba118acd86e49a612e01f2c63d4287c9393585c7002377e6900aa724ab706a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "56ba118acd86e49a612e01f2c63d4287c9393585c7002377e6900aa724ab706a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "56ba118acd86e49a612e01f2c63d4287c9393585c7002377e6900aa724ab706a" + sha256 cellar: :any_skip_relocation, sonoma: "d6df59735707bfd8fbc01fac5303639c4c11f12df31fa3ff90eb2c1269eb687a" + sha256 cellar: :any_skip_relocation, ventura: "d6df59735707bfd8fbc01fac5303639c4c11f12df31fa3ff90eb2c1269eb687a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "56ba118acd86e49a612e01f2c63d4287c9393585c7002377e6900aa724ab706a" end depends_on "python@3.12"