Skip to content

Commit

Permalink
Merge pull request #182670 from Homebrew/bump-python-setuptools-74.0.0
Browse files Browse the repository at this point in the history
python-setuptools 74.0.0
  • Loading branch information
BrewTestBot authored Aug 29, 2024
2 parents 4a582ca + aabd803 commit c1fc190
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/8d/37/f4d4ce9bc15e61edba3179f9b0f763fc6d439474d28511b11f0d95bab7a2/setuptools-73.0.1.tar.gz"
sha256 "d59a3e788ab7e012ab2c4baed1b376da6366883ee20d7a5fc426816e3d7b1193"
url "https://files.pythonhosted.org/packages/6a/21/8fd457d5a979109603e0e460c73177c3a9b6b7abcd136d0146156da95895/setuptools-74.0.0.tar.gz"
sha256 "a85e96b8be2b906f3e3e789adec6a9323abf79758ecfa3065bd740d81158b11e"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d67fb05597ca4e5250c551333b0a3a4604dd29c62af3b2e48fc762deabb79bdc"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d67fb05597ca4e5250c551333b0a3a4604dd29c62af3b2e48fc762deabb79bdc"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d67fb05597ca4e5250c551333b0a3a4604dd29c62af3b2e48fc762deabb79bdc"
sha256 cellar: :any_skip_relocation, sonoma: "658bee7b856a56286109dd83a475a13ffc1a0e7182fe59bd009547d4c261146d"
sha256 cellar: :any_skip_relocation, ventura: "658bee7b856a56286109dd83a475a13ffc1a0e7182fe59bd009547d4c261146d"
sha256 cellar: :any_skip_relocation, monterey: "658bee7b856a56286109dd83a475a13ffc1a0e7182fe59bd009547d4c261146d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e39cf7e8f3fa3d30cb456c3c1c432f2a5b18fb97e81ea6c68c4cf96bdc068ce7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "94e6b0211b4e6befec438fca9eb4675db3f0c185d8e2791f4baeb85dd8f10f9a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "94e6b0211b4e6befec438fca9eb4675db3f0c185d8e2791f4baeb85dd8f10f9a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "94e6b0211b4e6befec438fca9eb4675db3f0c185d8e2791f4baeb85dd8f10f9a"
sha256 cellar: :any_skip_relocation, sonoma: "20272593eeea9537a7e66609fbaf3a60f830ae5c6953944203ce0792f4672538"
sha256 cellar: :any_skip_relocation, ventura: "20272593eeea9537a7e66609fbaf3a60f830ae5c6953944203ce0792f4672538"
sha256 cellar: :any_skip_relocation, monterey: "20272593eeea9537a7e66609fbaf3a60f830ae5c6953944203ce0792f4672538"
sha256 cellar: :any_skip_relocation, x86_64_linux: "22ac439574d804495661b50c6099a5cdd4d7db78596fbe683f1eb13c133b634b"
end

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

0 comments on commit c1fc190

Please sign in to comment.