Skip to content

Commit

Permalink
Merge pull request #175447 from branchvincent/disables
Browse files Browse the repository at this point in the history
python-requests: disable
  • Loading branch information
p-linnane authored Jun 24, 2024
2 parents a3da7d5 + 27198ac commit e57806d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Formula/p/python-charset-normalizer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]" => [:build, :test]
depends_on "[email protected]" => [:build, :test]
Expand Down
2 changes: 1 addition & 1 deletion Formula/p/python-idna.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]" => [:build, :test]
depends_on "[email protected]" => [:build, :test]
Expand Down
2 changes: 1 addition & 1 deletion Formula/p/python-requests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]" => [:build, :test]
depends_on "[email protected]" => [:build, :test]
Expand Down
2 changes: 1 addition & 1 deletion Formula/p/python-urllib3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]" => [:build, :test]
depends_on "[email protected]" => [:build, :test]
Expand Down

0 comments on commit e57806d

Please sign in to comment.