Skip to content

Commit

Permalink
Merge pull request #153070 from BrewTestBot/[email protected]
Browse files Browse the repository at this point in the history
…1-1698855216

[email protected]: bump python resources
  • Loading branch information
BrewTestBot authored Nov 3, 2023
2 parents 1245e6b + 25ba623 commit 0f60272
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions Formula/p/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,21 @@ class PythonAT311 < Formula
url "https://www.python.org/ftp/python/3.11.6/Python-3.11.6.tgz"
sha256 "c049bf317e877cbf9fce8c3af902436774ecef5249a29d10984ca3a37f7f4736"
license "Python-2.0"
revision 1

livecheck do
url "https://www.python.org/ftp/python/"
regex(%r{href=.*?v?(3\.11(?:\.\d+)*)/?["' >]}i)
end

bottle do
sha256 arm64_sonoma: "c2c7194fceb5034fd3008440a60d4ac5e439a0c44d9aaedb44d0950d0d04b1a9"
sha256 arm64_ventura: "65fa8aa1f6ace7720b3dbae1f5c1bf66d47e2abeade2a60227049b24bf44ef96"
sha256 arm64_monterey: "f7f0fdf1117960c44c633bcd8e5f82bb5bb98016462e303b2d303d0be890403a"
sha256 sonoma: "f5fcdd06f2904c8f6e6405b3d6ac0754dbb91b86ce453d43815b2c5d066fa703"
sha256 ventura: "2ba16f573b1c95ac44be2e14cbfd3e8121682c5317a38b3a6f84434a2de2ceea"
sha256 monterey: "c6e583a231f2ae4b4b7ed02e0deff56d0e3cc63b258f7701aaea26604316551b"
sha256 x86_64_linux: "60f99aad42e66420124dab749650d54db530b68d5de4371a07d7c3d7e1284682"
sha256 arm64_sonoma: "bd293c85ad28d5dbab53fabb9c0c5e6d6e5b5ef1b4371858bd89bb0040f0c55a"
sha256 arm64_ventura: "016f01b91864f3cb1d49c4c29a00be97b0a63e20137d3dd9f58c153543698f36"
sha256 arm64_monterey: "f5f096f3ffbb8c75873a8b172e5cfa9e412c6374f0f5124a3bad6557b96c24ec"
sha256 sonoma: "da1954c946eabed4050570600888f0771383ccf46cdfea36c1e67f0b318302c6"
sha256 ventura: "27074dfc3825be115f650430a005de63dbb239c284dd1bc85751f9b57d436ee1"
sha256 monterey: "c7407b1789917854565df3df7319af7e24425485d190ec97bc634215f96a453d"
sha256 x86_64_linux: "a64185695607db888898e2041aec2a20be10e4d04c47e02438f2167256693d00"
end

# setuptools remembers the build flags python is built with and uses them to
Expand Down Expand Up @@ -77,13 +78,13 @@ class PythonAT311 < Formula
end

resource "pip" do
url "https://files.pythonhosted.org/packages/ba/19/e63fb4e0d20e48bd2167bb7e857abc0e21679e24805ba921a224df8977c0/pip-23.2.1.tar.gz"
sha256 "fb0bd5435b3200c602b5bf61d2d43c2f13c02e29c1707567ae7fbc514eb9faf2"
url "https://files.pythonhosted.org/packages/1f/7f/4da15e07ccd11c84c1ccc8f6e24288d5e76c99441bf80e315b33542db951/pip-23.3.1.tar.gz"
sha256 "1fcaa041308d01f14575f6d0d2ea4b75a3e2871fe4f9c694976f908768e14174"
end

resource "wheel" do
url "https://files.pythonhosted.org/packages/a4/99/78c4f3bd50619d772168bec6a0f34379b02c19c9cced0ed833ecd021fd0d/wheel-0.41.2.tar.gz"
sha256 "0c5ac5ff2afb79ac23ab82bab027a0be7b5dbcf2e54dc50efe4bf507de1f7985"
url "https://files.pythonhosted.org/packages/fb/d0/0b4c18a0b85c20233b0c3bc33f792aefd7f12a5832b4da77419949ff6fd9/wheel-0.41.3.tar.gz"
sha256 "4d4987ce51a49370ea65c0bfd2234e8ce80a12780820d9dc462597a6e60d0841"
end

# Modify default sysconfig to match the brew install layout.
Expand Down

0 comments on commit 0f60272

Please sign in to comment.