Skip to content

Commit 76e1799

Browse files
authored
Merge pull request Homebrew#194147 from Homebrew/podman-compose-py3.13
podman-compose: migrate to `[email protected]`
2 parents f9d1ff6 + ec164a2 commit 76e1799

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

Formula/p/podman-compose.rb

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,27 @@ class PodmanCompose < Formula
88
license "GPL-2.0-only"
99

1010
bottle do
11-
sha256 cellar: :any, arm64_sequoia: "6a0741f4913f51b3fc2ad9ddfbef1fda656c4554e9ef8e9fa68413234d5ca67f"
12-
sha256 cellar: :any, arm64_sonoma: "10dde7d6207bd40143e7e2c57ea1c46dab8599d541ed7fb04e3a8c673d96936a"
13-
sha256 cellar: :any, arm64_ventura: "e795544ff6e7ec30ffe28e8f27f8533f3e08d3ee587b540d5dcd95ea6a785eaa"
14-
sha256 cellar: :any, sonoma: "030a9bd00b8ba60f8c91450d2d138f6a022503e178ac48993ddf6b9136dce7e4"
15-
sha256 cellar: :any, ventura: "77bc7b087a72453dfde46e5e22988403fe472bd06691b0a89e7f723d4a898092"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9adcf18992eccc71f72b3652959d6ac65dd9710dd4bf823d3e1334648a5f9042"
11+
rebuild 1
12+
sha256 cellar: :any, arm64_sequoia: "2b0450478fc05e29053140b74baf734040c0334cbea9f3738b8ae4ef87d565de"
13+
sha256 cellar: :any, arm64_sonoma: "2f5ecb07c5a56e45ba262eddb097708f021b3b8b2fc26b34b5206656be7bab7f"
14+
sha256 cellar: :any, arm64_ventura: "5f7fa2fb42952693a1c28b0380b2d6ceaae323b6ed7c2829a7bc3a0281dd98b9"
15+
sha256 cellar: :any, sonoma: "a4908c77b78817b69d253a671a60c80f974a6c7a5f69af54298b76ff7de5726d"
16+
sha256 cellar: :any, ventura: "22fc99aa7a5c268f4adf31897f54e36a207ab73b236300816cd5ccba6d703381"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "56271a49c2485596fd9787d20bb1d046783c7afb77909a76ce516004836fe838"
1718
end
1819

1920
depends_on "libyaml"
2021
depends_on "podman"
21-
depends_on "python@3.12"
22+
depends_on "python@3.13"
2223

2324
resource "python-dotenv" do
2425
url "https://files.pythonhosted.org/packages/bc/57/e84d88dfe0aec03b7a2d4327012c1627ab5f03652216c63d49846d7a6c58/python-dotenv-1.0.1.tar.gz"
2526
sha256 "e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca"
2627
end
2728

2829
resource "pyyaml" do
29-
url "https://files.pythonhosted.org/packages/cd/e5/af35f7ea75cf72f2cd079c95ee16797de7cd71f29ea7c68ae5ce7be1eda0/PyYAML-6.0.1.tar.gz"
30-
sha256 "bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"
30+
url "https://files.pythonhosted.org/packages/54/ed/79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead2525b063e17/pyyaml-6.0.2.tar.gz"
31+
sha256 "d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e"
3132
end
3233

3334
def install

0 commit comments

Comments
 (0)