Skip to content

Commit 610caec

Browse files
committed
python@3.7: 3.7.11
Closes #130. Signed-off-by: Aleks Bunin <868842+sashkab@users.noreply.github.com>
1 parent 2f09db4 commit 610caec

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Formula/python@3.7.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class PythonAT37 < Formula
22
desc "Interpreted, interactive, object-oriented programming language"
33
homepage "https://www.python.org/"
4-
url "https://www.python.org/ftp/python/3.7.10/Python-3.7.10.tar.xz"
5-
sha256 "f8d82e7572c86ec9d55c8627aae5040124fd2203af400c383c821b980306ee6b"
4+
url "https://www.python.org/ftp/python/3.7.11/Python-3.7.11.tar.xz"
5+
sha256 "ddb4196ab5c4f69e895920a422cb60d42b46e2de2b173ce7fd57f1435459a734"
66
license "Python-2.0"
77

88
livecheck do
@@ -44,13 +44,13 @@ class PythonAT37 < Formula
4444
skip_clean "bin/pip3", "bin/pip-3.4", "bin/pip-3.5", "bin/pip-3.6", "bin/pip-3.7"
4545

4646
resource "setuptools" do
47-
url "https://pypi.org/packages/source/s/setuptools/setuptools-53.0.0.tar.gz"
48-
sha256 "1b18ef17d74ba97ac9c0e4b4265f123f07a8ae85d9cd093949fa056d3eeeead5"
47+
url "https://pypi.org/packages/source/s/setuptools/setuptools-57.0.0.tar.gz"
48+
sha256 "401cbf33a7bf817d08014d51560fc003b895c4cdc1a5b521ad2969e928a07535"
4949
end
5050

5151
resource "pip" do
52-
url "https://www.pypi.org/packages/source/p/pip/pip-21.0.1.tar.gz"
53-
sha256 "99bbde183ec5ec037318e774b0d8ae0a64352fe53b2c7fd630be1d07e94f41e5"
52+
url "https://www.pypi.org/packages/source/p/pip/pip-21.1.2.tar.gz"
53+
sha256 "eb5df6b9ab0af50fe1098a52fd439b04730b6e066887ff7497357b9ebd19f79b"
5454
end
5555

5656
resource "wheel" do

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This [Homebrew](http://brew.sh) tap provides formulae to install multiple Python
77
Python Version | Latest revision
88
---------------|----------------
99
Python 3.6 | 3.6.13
10-
Python 3.7 | 3.7.10
10+
Python 3.7 | 3.7.11
1111
Python 3.8 | 3.8.10
1212

1313
## Installing formulae

0 commit comments

Comments
 (0)