Skip to content

Commit

Permalink
Merge pull request #177735 from Homebrew/bump-python-setuptools-71.0.2
Browse files Browse the repository at this point in the history
python-setuptools 71.0.2
  • Loading branch information
BrewTestBot authored Jul 18, 2024
2 parents c0f0c33 + ca82073 commit 4921e4c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/p/python-setuptools.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class PythonSetuptools < Formula
desc "Easily download, build, install, upgrade, and uninstall Python packages"
homepage "https://setuptools.pypa.io/"
url "https://files.pythonhosted.org/packages/55/a2/640f943c98800be626d5e4d48070e35bb891733218cf6ce562a8df53b9af/setuptools-71.0.1.tar.gz"
sha256 "c51d7fd29843aa18dad362d4b4ecd917022131425438251f4e3d766c964dd1ad"
url "https://files.pythonhosted.org/packages/0e/ae/4a643fdc3b2fe390a6accd55117d5c5af9fbe5da7d2d300c8dd52aa35555/setuptools-71.0.2.tar.gz"
sha256 "ca359bea0cd5c8ce267d7463239107e87f312f2e2a11b6ca6357565d82b6c0d7"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a93b91a3ed8af87f3c947e31c7fbdf720fc2d02a241fff4796b4836f120c458e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a93b91a3ed8af87f3c947e31c7fbdf720fc2d02a241fff4796b4836f120c458e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "a93b91a3ed8af87f3c947e31c7fbdf720fc2d02a241fff4796b4836f120c458e"
sha256 cellar: :any_skip_relocation, sonoma: "eed48d972fcfd8ff6c4dc2e4d7aad9bb770396a073f02d1c3649e52dec6cdf21"
sha256 cellar: :any_skip_relocation, ventura: "eed48d972fcfd8ff6c4dc2e4d7aad9bb770396a073f02d1c3649e52dec6cdf21"
sha256 cellar: :any_skip_relocation, monterey: "eed48d972fcfd8ff6c4dc2e4d7aad9bb770396a073f02d1c3649e52dec6cdf21"
sha256 cellar: :any_skip_relocation, x86_64_linux: "751f772f2af6d6440139210afa933f3193e108ad61e5f6c8eacb05c4460a3a33"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a424c3ef3ef068420f461f3146c725980c0da7558ff6bba1d7bc85b9593eb24"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5a424c3ef3ef068420f461f3146c725980c0da7558ff6bba1d7bc85b9593eb24"
sha256 cellar: :any_skip_relocation, arm64_monterey: "5a424c3ef3ef068420f461f3146c725980c0da7558ff6bba1d7bc85b9593eb24"
sha256 cellar: :any_skip_relocation, sonoma: "9599af9e777de315550a51c213311d582fcce238cb808adc96254cd5e1fc6486"
sha256 cellar: :any_skip_relocation, ventura: "9599af9e777de315550a51c213311d582fcce238cb808adc96254cd5e1fc6486"
sha256 cellar: :any_skip_relocation, monterey: "82fdf60a08557f2c21f324c6ad4cd6ef2a3810184e3fa0019eb7868b4348cffa"
sha256 cellar: :any_skip_relocation, x86_64_linux: "42d236d302454514a99ba7bd2c868f83620fd17b0f89fba523aed21a3c20b475"
end

depends_on "[email protected]" => [:build, :test]
Expand Down

0 comments on commit 4921e4c

Please sign in to comment.