|
1 | 1 | class PythonAT36 < Formula
|
2 | 2 | desc "Interpreted, interactive, object-oriented programming language"
|
3 | 3 | homepage "https://www.python.org/"
|
4 |
| - url "https://www.python.org/ftp/python/3.6.13/Python-3.6.13.tar.xz" |
5 |
| - sha256 "a47a43a53abb42286a2c11965343ff56711b9e64e8d11bf2c6701a4fb8ce1a0f" |
| 4 | + url "https://www.python.org/ftp/python/3.6.14/Python-3.6.14.tar.xz" |
| 5 | + sha256 "2663a7a0cfbd00fc76269dce4317db0b54be53c0f4d705aabb32b87efa02d5ae" |
6 | 6 | license "Python-2.0"
|
7 | 7 | head "https://github.com/python/cpython.git", branch: "3.6"
|
8 | 8 |
|
@@ -39,20 +39,21 @@ class PythonAT36 < Formula
|
39 | 39 | skip_clean "bin/pip3", "bin/pip-3.4", "bin/pip-3.5", "bin/pip-3.6"
|
40 | 40 |
|
41 | 41 | resource "setuptools" do
|
42 |
| - url "https://pypi.org/packages/source/s/setuptools/setuptools-53.0.0.tar.gz" |
43 |
| - sha256 "1b18ef17d74ba97ac9c0e4b4265f123f07a8ae85d9cd093949fa056d3eeeead5" |
| 42 | + url "https://pypi.org/packages/source/s/setuptools/setuptools-57.0.0.tar.gz" |
| 43 | + sha256 "401cbf33a7bf817d08014d51560fc003b895c4cdc1a5b521ad2969e928a07535" |
44 | 44 | end
|
45 | 45 |
|
46 | 46 | resource "pip" do
|
47 |
| - url "https://www.pypi.org/packages/source/p/pip/pip-21.0.1.tar.gz" |
48 |
| - sha256 "99bbde183ec5ec037318e774b0d8ae0a64352fe53b2c7fd630be1d07e94f41e5" |
| 47 | + url "https://www.pypi.org/packages/source/p/pip/pip-21.1.2.tar.gz" |
| 48 | + sha256 "eb5df6b9ab0af50fe1098a52fd439b04730b6e066887ff7497357b9ebd19f79b" |
49 | 49 | end
|
50 | 50 |
|
51 | 51 | resource "wheel" do
|
52 | 52 | url "https://pypi.org/packages/source/w/wheel/wheel-0.36.2.tar.gz"
|
53 | 53 | sha256 "e11eefd162658ea59a60a0f6c7d493a7190ea4b9a85e335b33489d9f17e0245e"
|
54 | 54 | end
|
55 | 55 |
|
| 56 | + |
56 | 57 | def install
|
57 | 58 | # Unset these so that installing pip and setuptools puts them where we want
|
58 | 59 | # and not into some other Python the user has installed.
|
|
0 commit comments