Skip to content

Commit 8f84c49

Browse files
authored
Merge pull request #247605 from Homebrew/python-packaging-python-3.14
python-packaging: add `[email protected]`
2 parents 7e8fcb1 + 705f1f1 commit 8f84c49

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/p/python-packaging.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ class PythonPackaging < Formula
66
url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz"
77
sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f"
88
license any_of: ["Apache-2.0", "BSD-2-Clause"]
9+
revision 1
910

1011
bottle do
11-
sha256 cellar: :any_skip_relocation, all: "7c3767daa1d8923c2925f453921178557d2a43271dff5217e4503a928815aef9"
12+
sha256 cellar: :any_skip_relocation, all: "13de227e0e4d6219e076c15a8b240ba79d873abe90bc7e3fdd7537065bef3340"
1213
end
1314

14-
depends_on "[email protected]" => [:build, :test]
1515
depends_on "[email protected]" => [:build, :test]
16+
depends_on "[email protected]" => [:build, :test]
1617

1718
def pythons
1819
deps.map(&:to_formula)

0 commit comments

Comments
 (0)