Skip to content

Commit

Permalink
[email protected]: 3.8.10 + pip 21.1.2 and setuptools 57.0.0
Browse files Browse the repository at this point in the history
Closes #127.

Signed-off-by: Aleks Bunin <[email protected]>
  • Loading branch information
sashkab committed Jun 25, 2021
1 parent 8736629 commit ecda81c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class PythonAT38 < Formula
desc "Interpreted, interactive, object-oriented programming language"
homepage "https://www.python.org/"
url "https://www.python.org/ftp/python/3.8.8/Python-3.8.8.tar.xz"
sha256 "7c664249ff77e443d6ea0e4cf0e587eae918ca3c48d081d1915fe2a1f1bcc5cc"
url "https://www.python.org/ftp/python/3.8.10/Python-3.8.10.tar.xz"
sha256 "6af24a66093dd840bcccf371d4044a3027e655cf24591ce26e48022bc79219d9"
license "Python-2.0"

livecheck do
Expand Down Expand Up @@ -44,13 +44,13 @@ class PythonAT38 < Formula
skip_clean "bin/pip3", "bin/pip-3.4", "bin/pip-3.5", "bin/pip-3.6", "bin/pip-3.7", "bin/pip-3.8"

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

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

resource "wheel" do
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Python Version | Latest revision
---------------|----------------
Python 3.6 | 3.6.13
Python 3.7 | 3.7.10
Python 3.8 | 3.8.8
Python 3.8 | 3.8.10

## Installing formulae

Expand Down

0 comments on commit ecda81c

Please sign in to comment.