Skip to content

python@3.8: 3.8.12 + pip 21.2.4 and wheel 0.37.0 #133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Formula/python@3.8.rb
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.11/Python-3.8.11.tar.xz"
sha256 "fb1a1114ebfe9e97199603c6083e20b236a0e007a2c51f29283ffb50c1420fb2"
url "https://www.python.org/ftp/python/3.8.12/Python-3.8.12.tar.xz"
sha256 "b1d3a76420375343b5e8a22fceb1ac65b77193e9ed27146524f0a9db058728ea"
license "Python-2.0"

livecheck do
Expand Down Expand Up @@ -48,13 +48,13 @@ class PythonAT38 < Formula
end

resource "pip" do
url "https://www.pypi.org/packages/source/p/pip/pip-21.2.1.tar.gz"
sha256 "303a82aaa24cdc01f7ebbd1afc7d1b871a4aa0a88bb5bedef1fa86a3ee44ca0a"
url "https://www.pypi.org/packages/source/p/pip/pip-21.2.4.tar.gz"
sha256 "0eb8a1516c3d138ae8689c0c1a60fde7143310832f9dc77e11d8a4bc62de193b"
end

resource "wheel" do
url "https://pypi.org/packages/source/w/wheel/wheel-0.36.2.tar.gz"
sha256 "e11eefd162658ea59a60a0f6c7d493a7190ea4b9a85e335b33489d9f17e0245e"
url "https://pypi.org/packages/source/w/wheel/wheel-0.37.0.tar.gz"
sha256 "e2ef7239991699e3355d54f8e968a21bb940a1dbf34a4d226741e64462516fad"
end

# Link against libmpdec.so.3, update for mpdecimal.h symbol cleanup.
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.14
Python 3.7 | 3.7.11
Python 3.8 | 3.8.11
Python 3.8 | 3.8.12

## Installing formulae

Expand Down