Skip to content

Commit b833957

Browse files
committed
python@3.6: 3.6.15
Closes #134. Signed-off-by: Aleks Bunin <868842+sashkab@users.noreply.github.com>
1 parent 9ee50fb commit b833957

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Formula/python@3.6.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class PythonAT36 < Formula
22
desc "Interpreted, interactive, object-oriented programming language"
33
homepage "https://www.python.org/"
4-
url "https://www.python.org/ftp/python/3.6.14/Python-3.6.14.tar.xz"
5-
sha256 "2663a7a0cfbd00fc76269dce4317db0b54be53c0f4d705aabb32b87efa02d5ae"
4+
url "https://www.python.org/ftp/python/3.6.15/Python-3.6.15.tar.xz"
5+
sha256 "6e28d7cdd6dd513dd190e49bca3972e20fcf455090ccf2ef3f1a227614135d91"
66
license "Python-2.0"
77
head "https://github.com/python/cpython.git", branch: "3.6"
88

@@ -39,18 +39,18 @@ class PythonAT36 < Formula
3939
skip_clean "bin/pip3", "bin/pip-3.4", "bin/pip-3.5", "bin/pip-3.6"
4040

4141
resource "setuptools" do
42-
url "https://pypi.org/packages/source/s/setuptools/setuptools-57.0.0.tar.gz"
43-
sha256 "401cbf33a7bf817d08014d51560fc003b895c4cdc1a5b521ad2969e928a07535"
42+
url "https://pypi.org/packages/source/s/setuptools/setuptools-58.0.3.tar.gz"
43+
sha256 "5e4c36f55012a46c1b3e4b67a8236d1d73856a90fc7b3207d29bedb7d2bac417"
4444
end
4545

4646
resource "pip" do
47-
url "https://www.pypi.org/packages/source/p/pip/pip-21.1.2.tar.gz"
48-
sha256 "eb5df6b9ab0af50fe1098a52fd439b04730b6e066887ff7497357b9ebd19f79b"
47+
url "https://www.pypi.org/packages/source/p/pip/pip-21.2.4.tar.gz"
48+
sha256 "0eb8a1516c3d138ae8689c0c1a60fde7143310832f9dc77e11d8a4bc62de193b"
4949
end
5050

5151
resource "wheel" do
52-
url "https://pypi.org/packages/source/w/wheel/wheel-0.36.2.tar.gz"
53-
sha256 "e11eefd162658ea59a60a0f6c7d493a7190ea4b9a85e335b33489d9f17e0245e"
52+
url "https://pypi.org/packages/source/w/wheel/wheel-0.37.0.tar.gz"
53+
sha256 "e2ef7239991699e3355d54f8e968a21bb940a1dbf34a4d226741e64462516fad"
5454
end
5555

5656
def install

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This [Homebrew](http://brew.sh) tap provides formulae to install multiple Python
66

77
Python Version | Latest revision
88
---------------|----------------
9-
Python 3.6 | 3.6.14
9+
Python 3.6 | 3.6.15
1010
Python 3.7 | 3.7.12
1111
Python 3.8 | 3.8.12
1212

0 commit comments

Comments
 (0)