From 47f02c5a6b7f508be5165f00b14caa0bb1703050 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sun, 23 Jun 2024 17:56:52 -0700 Subject: [PATCH 1/4] python-charset-normalizer: disable --- Formula/p/python-charset-normalizer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/python-charset-normalizer.rb b/Formula/p/python-charset-normalizer.rb index d6f0e38e069d9..1fe655086716d 100644 --- a/Formula/p/python-charset-normalizer.rb +++ b/Formula/p/python-charset-normalizer.rb @@ -15,7 +15,7 @@ class PythonCharsetNormalizer < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "8c94c6c9984fe7b9e2c079e855886199ba04896fc608f43949bbeda964097949" end - deprecate! date: "2024-03-14", because: "does not meet homebrew/core's requirements for Python library formulae" + disable! date: "2024-06-23", because: "does not meet homebrew/core's requirements for Python library formulae" depends_on "python@3.11" => [:build, :test] depends_on "python@3.12" => [:build, :test] From 2f4375a9b4ff9b4e78aa3d9950c62208f1b2a857 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sun, 23 Jun 2024 17:57:09 -0700 Subject: [PATCH 2/4] python-idna: disable --- Formula/p/python-idna.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/python-idna.rb b/Formula/p/python-idna.rb index 93920417235ea..4e43138038110 100644 --- a/Formula/p/python-idna.rb +++ b/Formula/p/python-idna.rb @@ -15,7 +15,7 @@ class PythonIdna < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "8efe129e5a958477ceddfe5f1a6fa039924b4811a7315f2052b39d99eb27dc8e" end - deprecate! date: "2024-03-14", because: "does not meet homebrew/core's requirements for Python library formulae" + disable! date: "2024-06-23", because: "does not meet homebrew/core's requirements for Python library formulae" depends_on "python@3.11" => [:build, :test] depends_on "python@3.12" => [:build, :test] From 0426950c85843f191e73ccce700d0767c17c30a8 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sun, 23 Jun 2024 17:57:18 -0700 Subject: [PATCH 3/4] python-requests: disable --- Formula/p/python-requests.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/python-requests.rb b/Formula/p/python-requests.rb index b5e773111be73..0011f8778b581 100644 --- a/Formula/p/python-requests.rb +++ b/Formula/p/python-requests.rb @@ -15,7 +15,7 @@ class PythonRequests < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "38eb54a3c08da5790c7da2dbbe36992772214a7bf2ce87a73b5f58930ec7b0a8" end - deprecate! date: "2024-03-14", because: "does not meet homebrew/core's requirements for Python library formulae" + disable! date: "2024-06-23", because: "does not meet homebrew/core's requirements for Python library formulae" depends_on "python@3.11" => [:build, :test] depends_on "python@3.12" => [:build, :test] From 27198acc2bdf3bed44a244145d8676eb389d73d4 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sun, 23 Jun 2024 17:57:29 -0700 Subject: [PATCH 4/4] python-urllib3: disable --- Formula/p/python-urllib3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/python-urllib3.rb b/Formula/p/python-urllib3.rb index 62a2b9634fffd..61e70afa58b96 100644 --- a/Formula/p/python-urllib3.rb +++ b/Formula/p/python-urllib3.rb @@ -15,7 +15,7 @@ class PythonUrllib3 < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "a93d805dc32d35932eeb16e26b24bf513e53815cea88aada3d5da426bf91fa07" end - deprecate! date: "2024-03-14", because: "does not meet homebrew/core's requirements for Python library formulae" + disable! date: "2024-06-23", because: "does not meet homebrew/core's requirements for Python library formulae" depends_on "python@3.11" => [:build, :test] depends_on "python@3.12" => [:build, :test]