Skip to content

Commit

Permalink
Merge pull request #199680 from Homebrew/bump-locust-2.32.4
Browse files Browse the repository at this point in the history
locust 2.32.4
  • Loading branch information
BrewTestBot authored Dec 1, 2024
2 parents f19fff4 + ad12eea commit fe024df
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Formula/l/locust.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ class Locust < Formula

desc "Scalable user load testing tool written in Python"
homepage "https://locust.io/"
url "https://files.pythonhosted.org/packages/cc/4c/3f7ab09636188379d8d76748fe87ce115a36d725d2103a6f9c012e462408/locust-2.32.3.tar.gz"
sha256 "2b92df32c414a272dde321da4afd9e148b5fec32213fe2a260885a469374132b"
url "https://files.pythonhosted.org/packages/25/2e/482d251c300ad9acb2476ab26a2d7956302e4cd58c663f91fa04a37c71f2/locust-2.32.4.tar.gz"
sha256 "fd650cbc40842e721668a8d0f7f8224775432b40c63d0a378546b9a9f54b7559"
license "MIT"

bottle do
sha256 cellar: :any, arm64_sequoia: "64d5a38c6ee32b25961f0f4fc6d9dcef22e83d3cdaa3de73508a2f0b2964c013"
sha256 cellar: :any, arm64_sonoma: "24fdf638687cdd351af3423d3a736fc8f5cb9ac6969799334b65eecf702d1046"
sha256 cellar: :any, arm64_ventura: "31dc758347a4fc001795531ce4eb289bef57a5ea0a2f388167a7d18b01de2ef8"
sha256 cellar: :any, sonoma: "decd353e99b40f00e45f93f5b5172b654f76d18c3e0efd8ed36933a122db8830"
sha256 cellar: :any, ventura: "56e21d8582e040a97dcc92fcedc793ebff795fc9f14f283e5d9745d4d12f7368"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d97bb419e9f9c1295821458f6ea4d4901439d9ee11676d80bc5442a6c1327fda"
sha256 cellar: :any, arm64_sequoia: "287784995e21badc7bd159bf3014929982fab586d4f0789a28af03dffce4cd82"
sha256 cellar: :any, arm64_sonoma: "8fba3292195dd41669cbbe26a1520a0cc2a6f084dc08fd608b1488dc157c20ff"
sha256 cellar: :any, arm64_ventura: "589bb9723564d8213e62bbf1f49fca30fe80520c44e61b1d4917d1f505900768"
sha256 cellar: :any, sonoma: "2d2878b60b1e4ca855c7b60cd16b7fe880d069676a6b348a74ba734cfd424f02"
sha256 cellar: :any, ventura: "043196af0216b312325a62e17a2c8cfaa63fb9f9ffb0031f5d10612cbe908f01"
sha256 cellar: :any_skip_relocation, x86_64_linux: "42abc1f2441a93273ea47e57b60d365c6424b611ff0d2f1eb6d965131e5ac6ec"
end

depends_on "cmake" => :build # for pyzmq
Expand Down Expand Up @@ -68,8 +68,8 @@ class Locust < Formula
end

resource "geventhttpclient" do
url "https://files.pythonhosted.org/packages/8c/14/d4eddae757de44985718a9e38d9e6f2a923d764ed97d0f1cbc1a8aa2b0ef/geventhttpclient-2.3.1.tar.gz"
sha256 "b40ddac8517c456818942c7812f555f84702105c82783238c9fcb8dc12675185"
url "https://files.pythonhosted.org/packages/29/26/018524ea81b2021dc2fe60e1a9c3f5eb347e09a5364cdcb7b92d7e7d3c28/geventhttpclient-2.3.3.tar.gz"
sha256 "3e74c1570d01dd09cabdfe2667fbf072520ec9bb3a31a0fd1eae3d0f43847f9b"
end

resource "greenlet" do
Expand Down Expand Up @@ -118,8 +118,8 @@ class Locust < Formula
end

resource "setuptools" do
url "https://files.pythonhosted.org/packages/c8/db/722a42ffdc226e950c4757b3da7b56ff5c090bb265dccd707f7b8a3c6fee/setuptools-75.5.0.tar.gz"
sha256 "5c4ccb41111392671f02bb5f8436dfc5a9a7185e80500531b133f5775c4163ef"
url "https://files.pythonhosted.org/packages/43/54/292f26c208734e9a7f067aea4a7e282c080750c4546559b58e2e45413ca0/setuptools-75.6.0.tar.gz"
sha256 "8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6"
end

resource "urllib3" do
Expand All @@ -138,8 +138,8 @@ class Locust < Formula
end

resource "zope-interface" do
url "https://files.pythonhosted.org/packages/3c/f5/1079cab32302359cc09bd1dca9656e680601e0e8af9397322ab0fe85f368/zope.interface-7.1.1.tar.gz"
sha256 "4284d664ef0ff7b709836d4de7b13d80873dc5faeffc073abdb280058bfac5e3"
url "https://files.pythonhosted.org/packages/30/93/9210e7606be57a2dfc6277ac97dcc864fd8d39f142ca194fdc186d596fda/zope.interface-7.2.tar.gz"
sha256 "8b49f1a3d1ee4cdaf5b32d2e738362c7f5e40ac8b46dd7d1a65e82a4872728fe"
end

def install
Expand Down

0 comments on commit fe024df

Please sign in to comment.