From cbb35b2a1faab9e6b59839f1795a1a7c784f5ea8 Mon Sep 17 00:00:00 2001 From: Aleks Bunin Date: Wed, 23 Mar 2022 10:31:21 -0400 Subject: [PATCH 1/5] python@3.7: 3.7.13 Closes #140. Signed-off-by: Aleks Bunin <868842+sashkab@users.noreply.github.com> --- Formula/python@3.7.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/python@3.7.rb b/Formula/python@3.7.rb index 43fef04..63800c3 100644 --- a/Formula/python@3.7.rb +++ b/Formula/python@3.7.rb @@ -1,8 +1,8 @@ class PythonAT37 < Formula desc "Interpreted, interactive, object-oriented programming language" homepage "https://www.python.org/" - url "https://www.python.org/ftp/python/3.7.12/Python-3.7.12.tar.xz" - sha256 "f77bf7fb47839f213e5cbf7827281078ea90de7e72b44f10d7ef385ea8c43210" + url "https://www.python.org/ftp/python/3.7.13/Python-3.7.13.tar.xz" + sha256 "99f106275df8899c3e8cb9d7c01ce686c202ef275953301427194693de5bef84" license "Python-2.0" livecheck do @@ -44,18 +44,18 @@ class PythonAT37 < Formula skip_clean "bin/pip3", "bin/pip-3.4", "bin/pip-3.5", "bin/pip-3.6", "bin/pip-3.7" resource "setuptools" do - url "https://pypi.org/packages/source/s/setuptools/setuptools-58.0.3.tar.gz" - sha256 "5e4c36f55012a46c1b3e4b67a8236d1d73856a90fc7b3207d29bedb7d2bac417" + url "https://pypi.org/packages/source/s/setuptools/setuptools-60.10.0.tar.gz" + sha256 "6599055eeb23bfef457d5605d33a4d68804266e6cb430b0fb12417c5efeae36c" end resource "pip" do - url "https://www.pypi.org/packages/source/p/pip/pip-21.2.4.tar.gz" - sha256 "0eb8a1516c3d138ae8689c0c1a60fde7143310832f9dc77e11d8a4bc62de193b" + url "https://www.pypi.org/packages/source/p/pip/pip-22.0.4.tar.gz" + sha256 "b3a9de2c6ef801e9247d1527a4b16f92f2cc141cd1489f3fffaf6a9e96729764" end resource "wheel" do - url "https://pypi.org/packages/source/w/wheel/wheel-0.37.0.tar.gz" - sha256 "e2ef7239991699e3355d54f8e968a21bb940a1dbf34a4d226741e64462516fad" + url "https://pypi.org/packages/source/w/wheel/wheel-0.37.1.tar.gz" + sha256 "e9a504e793efbca1b8e0e9cb979a249cf4a0a7b5b8c9e8b65a5e39d49529c1c4" end def install From 523fdaecacc07114b3d401e06a32e5e190c02b7b Mon Sep 17 00:00:00 2001 From: Aleks Bunin <868842+sashkab@users.noreply.github.com> Date: Wed, 23 Mar 2022 17:33:51 +0000 Subject: [PATCH 2/5] python@3.7: update 3.7.13 bottle. --- Formula/python@3.7.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/python@3.7.rb b/Formula/python@3.7.rb index 63800c3..4e5d9a3 100644 --- a/Formula/python@3.7.rb +++ b/Formula/python@3.7.rb @@ -11,8 +11,8 @@ class PythonAT37 < Formula end bottle do - root_url "https://github.com/sashkab/homebrew-python/releases/download/python@3.7-3.7.12" - sha256 catalina: "e1d2f2aa9b2b4f25f0a921f4b36c4e5240b45c0c9baea1cad6dfbba120bfba00" + root_url "https://github.com/sashkab/homebrew-python/releases/download/python@3.7-3.7.13" + sha256 big_sur: "7072206b88d699502effefe8bf79f90abda7396a50fbfc3a8975f3d6ec00fad9" end # setuptools remembers the build flags python is built with and uses them to From c5bd65b89899dceea01d78ec3a5d6fe6334d6337 Mon Sep 17 00:00:00 2001 From: Aleks Bunin Date: Wed, 23 Mar 2022 10:32:35 -0400 Subject: [PATCH 3/5] python@3.8: 3.8.13 Closes #141. Signed-off-by: Aleks Bunin <868842+sashkab@users.noreply.github.com> --- Formula/python@3.8.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/python@3.8.rb b/Formula/python@3.8.rb index 8ae534e..71c4171 100644 --- a/Formula/python@3.8.rb +++ b/Formula/python@3.8.rb @@ -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.12/Python-3.8.12.tar.xz" - sha256 "b1d3a76420375343b5e8a22fceb1ac65b77193e9ed27146524f0a9db058728ea" + url "https://www.python.org/ftp/python/3.8.13/Python-3.8.13.tar.xz" + sha256 "6f309077012040aa39fe8f0c61db8c0fa1c45136763299d375c9e5756f09cf57" license "Python-2.0" livecheck do @@ -43,18 +43,18 @@ class PythonAT38 < Formula "bin/easy_install-3.7", "bin/easy_install-3.8" resource "setuptools" do - url "https://pypi.org/packages/source/s/setuptools/setuptools-58.0.3.tar.gz" - sha256 "5e4c36f55012a46c1b3e4b67a8236d1d73856a90fc7b3207d29bedb7d2bac417" + url "https://pypi.org/packages/source/s/setuptools/setuptools-60.10.0.tar.gz" + sha256 "6599055eeb23bfef457d5605d33a4d68804266e6cb430b0fb12417c5efeae36c" end resource "pip" do - url "https://www.pypi.org/packages/source/p/pip/pip-21.2.4.tar.gz" - sha256 "0eb8a1516c3d138ae8689c0c1a60fde7143310832f9dc77e11d8a4bc62de193b" + url "https://www.pypi.org/packages/source/p/pip/pip-22.0.4.tar.gz" + sha256 "b3a9de2c6ef801e9247d1527a4b16f92f2cc141cd1489f3fffaf6a9e96729764" end resource "wheel" do - url "https://pypi.org/packages/source/w/wheel/wheel-0.37.0.tar.gz" - sha256 "e2ef7239991699e3355d54f8e968a21bb940a1dbf34a4d226741e64462516fad" + url "https://pypi.org/packages/source/w/wheel/wheel-0.37.1.tar.gz" + sha256 "e9a504e793efbca1b8e0e9cb979a249cf4a0a7b5b8c9e8b65a5e39d49529c1c4" end # Link against libmpdec.so.3, update for mpdecimal.h symbol cleanup. From f9a3c4312f84b3c8e6e61cdaa517b1472114a289 Mon Sep 17 00:00:00 2001 From: Aleks Bunin <868842+sashkab@users.noreply.github.com> Date: Wed, 23 Mar 2022 23:08:10 +0000 Subject: [PATCH 4/5] python@3.8: update 3.8.13 bottle. --- Formula/python@3.8.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/python@3.8.rb b/Formula/python@3.8.rb index 71c4171..2ddc3ff 100644 --- a/Formula/python@3.8.rb +++ b/Formula/python@3.8.rb @@ -11,9 +11,8 @@ class PythonAT38 < Formula end bottle do - root_url "https://github.com/sashkab/homebrew-python/releases/download/python@3.8-3.8.12" - rebuild 1 - sha256 catalina: "b1d64ddeadc58543d0050ff609f709a48fcdaf9ca7ecf149e27f32e35773af69" + root_url "https://github.com/sashkab/homebrew-python/releases/download/python@3.8-3.8.13" + sha256 big_sur: "5f1ca2a717b4af81a7ad113dfce042d5c0d6df5d0994851b35a6da8a0648d730" end # setuptools remembers the build flags python is built with and uses them to From 476b7d0e7c0553d950645cf88e9e197b65000d02 Mon Sep 17 00:00:00 2001 From: Aleks Bunin Date: Wed, 23 Mar 2022 19:11:09 -0400 Subject: [PATCH 5/5] udpate readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73d1c00..abe7e02 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ This [Homebrew](http://brew.sh) tap provides formulae to install multiple Python Python Version | Latest revision ---------------|---------------- -Python 3.7 | 3.7.12 -Python 3.8 | 3.8.12 +Python 3.7 | 3.7.13 +Python 3.8 | 3.8.13 ## Installing formulae