From 93ff322b17b9119807a840b931691ef0a2b0d1a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 15 Oct 2024 22:16:59 +0000 Subject: [PATCH 1/2] tox 4.22.0 --- Formula/t/tox.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/tox.rb b/Formula/t/tox.rb index 5b69a92f78d9..07ee9a0801e1 100644 --- a/Formula/t/tox.rb +++ b/Formula/t/tox.rb @@ -3,8 +3,8 @@ class Tox < Formula desc "Generic Python virtualenv management and test command-line tool" homepage "https://tox.wiki/en/latest/" - url "https://files.pythonhosted.org/packages/2a/db/ba5b1a4cf664f221a33c3cbb1adf40ccccbbd13f5eec6d9d7291c7a39e44/tox-4.21.2.tar.gz" - sha256 "49381ff102296753e378fa5ff30e42a35e695f149b4dbf8a2c49d15fdb5797b2" + url "https://files.pythonhosted.org/packages/7d/35/c9a296b276c594b59dbdf71a7b9ad8a4d10f08c86b4696e399cc619ac1a7/tox-4.22.0.tar.gz" + sha256 "acc6c627cb3316585238d55d2b633e132fea1bdb01b9d93b56bce7caea6ae73d" license "MIT" bottle do From dd68d6bea673f4bab737114090dc6af8926db0ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 15 Oct 2024 22:56:40 +0000 Subject: [PATCH 2/2] tox: update 4.22.0 bottle. --- Formula/t/tox.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/t/tox.rb b/Formula/t/tox.rb index 07ee9a0801e1..4f2b9356ca3f 100644 --- a/Formula/t/tox.rb +++ b/Formula/t/tox.rb @@ -8,13 +8,12 @@ class Tox < Formula license "MIT" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "57b45862daf11e294fbd82883a967b2188969032debcd5e7231c990f98b3261b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "57b45862daf11e294fbd82883a967b2188969032debcd5e7231c990f98b3261b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "57b45862daf11e294fbd82883a967b2188969032debcd5e7231c990f98b3261b" - sha256 cellar: :any_skip_relocation, sonoma: "19f07018735b4290593f3bfaa3b8cf9366b96d73a086718325c92ec319884880" - sha256 cellar: :any_skip_relocation, ventura: "19f07018735b4290593f3bfaa3b8cf9366b96d73a086718325c92ec319884880" - sha256 cellar: :any_skip_relocation, x86_64_linux: "38023e5a9164764588b97cd812fb4deab5ece6de4e767c7807ddcc25101d06a7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "13d3e99ce4cd6b2f9216f2c9fd93d62ce6fae9ddd6b34e397fef42dae69fc861" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "13d3e99ce4cd6b2f9216f2c9fd93d62ce6fae9ddd6b34e397fef42dae69fc861" + sha256 cellar: :any_skip_relocation, arm64_ventura: "13d3e99ce4cd6b2f9216f2c9fd93d62ce6fae9ddd6b34e397fef42dae69fc861" + sha256 cellar: :any_skip_relocation, sonoma: "a0b0b7d80704b1060c91790f00d8e770ed89ee3da995ea9209594ad43f2f967a" + sha256 cellar: :any_skip_relocation, ventura: "a0b0b7d80704b1060c91790f00d8e770ed89ee3da995ea9209594ad43f2f967a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cd350a0f263e31ed49ba68b1a9880a44f2d64aba0add87a5af662bfe4984fbda" end depends_on "python@3.13"