Skip to content

Commit 97f4569

Browse files
committed
1 parent 8756309 commit 97f4569

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/p/[email protected]

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class PythonAT313 < Formula
22
desc "Interpreted, interactive, object-oriented programming language"
33
homepage "https://www.python.org/"
4-
url "https://www.python.org/ftp/python/3.13.1/Python-3.13.1.tgz"
5-
sha256 "1513925a9f255ef0793dbf2f78bb4533c9f184bdd0ad19763fd7f47a400a7c55"
4+
url "https://www.python.org/ftp/python/3.13.2/Python-3.13.2.tgz"
5+
sha256 "b8d79530e3b7c96a5cb2d40d431ddb512af4a563e863728d8713039aa50203f9"
66
license "Python-2.0"
77

88
livecheck do
@@ -26,7 +26,7 @@ class PythonAT313 < Formula
2626
depends_on "xz"
2727

2828
uses_from_macos "bzip2"
29-
uses_from_macos "expat"
29+
uses_from_macos "expat", since: :sequoia
3030
uses_from_macos "libedit"
3131
uses_from_macos "libffi", since: :catalina
3232
uses_from_macos "ncurses"
@@ -60,13 +60,13 @@ class PythonAT313 < Formula
6060
end
6161

6262
resource "pip" do
63-
url "https://files.pythonhosted.org/packages/f4/b1/b422acd212ad7eedddaf7981eee6e5de085154ff726459cf2da7c5a184c1/pip-24.3.1.tar.gz"
64-
sha256 "ebcb60557f2aefabc2e0f918751cd24ea0d56d8ec5445fe1807f1d2109660b99"
63+
url "https://files.pythonhosted.org/packages/47/3e/68beeeeb306ea20ffd30b3ed993f531d16cd884ec4f60c9b1e238f69f2af/pip-25.0.tar.gz"
64+
sha256 "8e0a97f7b4c47ae4a494560da84775e9e2f671d415d8d828e052efefb206b30b"
6565
end
6666

6767
resource "setuptools" do
68-
url "https://files.pythonhosted.org/packages/43/54/292f26c208734e9a7f067aea4a7e282c080750c4546559b58e2e45413ca0/setuptools-75.6.0.tar.gz"
69-
sha256 "8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6"
68+
url "https://files.pythonhosted.org/packages/92/ec/089608b791d210aec4e7f97488e67ab0d33add3efccb83a056cbafe3a2a6/setuptools-75.8.0.tar.gz"
69+
sha256 "c5afc8f407c626b8313a86e10311dd3f661c6cd9c09d4bf8c15c0e11f9f2b0e6"
7070
end
7171

7272
resource "wheel" do

0 commit comments

Comments
 (0)