From a5a1ee9bc271ce832a8b00524dcdb7eabf6ba9ee Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:54:19 +0000 Subject: [PATCH 1/2] tox 4.21.1 --- 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 6988d5474fc9d..3c8b63e2284cf 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/3b/f0/6865d4131e78583fe5956655ab6fd85491aa80d3a7314fdbb8d87f1c7b25/tox-4.21.0.tar.gz" - sha256 "e64dd9847ff3a7ec90368be412d7efe61a39caf043222ffbe9ad638ea435f6f6" + url "https://files.pythonhosted.org/packages/dd/87/43f81f0bfd65fcc7fbec3ccb0cb2de111f3cf6d33a031021738291700039/tox-4.21.1.tar.gz" + sha256 "b2ce4222772693b302d75e2e4f7727d67bb60925d740479bb09845098562589f" license "MIT" bottle do From 0c29f34e019c50d2c0b63f1d4a4f3a8b9902169b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 3 Oct 2024 00:27:51 +0000 Subject: [PATCH 2/2] tox: update 4.21.1 bottle. --- Formula/t/tox.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/tox.rb b/Formula/t/tox.rb index 3c8b63e2284cf..9a32cede069df 100644 --- a/Formula/t/tox.rb +++ b/Formula/t/tox.rb @@ -8,12 +8,12 @@ class Tox < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "67aedb03f44c125c7129de57b50d24b189d33ee34d573e9d2df8f53d0dc9baa0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "67aedb03f44c125c7129de57b50d24b189d33ee34d573e9d2df8f53d0dc9baa0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "67aedb03f44c125c7129de57b50d24b189d33ee34d573e9d2df8f53d0dc9baa0" - sha256 cellar: :any_skip_relocation, sonoma: "0d6cff067da5a3ac78d94f4f73d9d5cbe020a844a13588e42b1c99890e5978e0" - sha256 cellar: :any_skip_relocation, ventura: "0d6cff067da5a3ac78d94f4f73d9d5cbe020a844a13588e42b1c99890e5978e0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7f8d27c4fe4dd38786cdfa00fb3e528e807f1c3acb7ca70df259144694cd287b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fbfd787c6a7f2d7b98c906d0292a28815b45101a6dd676a7641c009bb08723bd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fbfd787c6a7f2d7b98c906d0292a28815b45101a6dd676a7641c009bb08723bd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fbfd787c6a7f2d7b98c906d0292a28815b45101a6dd676a7641c009bb08723bd" + sha256 cellar: :any_skip_relocation, sonoma: "4865a60f722765e6a0c6d169109ab49f084a64abd5059df67ed26737c88bc778" + sha256 cellar: :any_skip_relocation, ventura: "4865a60f722765e6a0c6d169109ab49f084a64abd5059df67ed26737c88bc778" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8fd0adaa76aa8b31fdbafd753c7a7a9762b689a6f9746ddf9e8fa5c5338597d4" end depends_on "python@3.12"