From 77500620a963dd872ba0b5fdbe7a9e369a2192a8 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 May 2022 17:56:21 -0400 Subject: [PATCH] cfn-flip: update resources Closes #102052. Signed-off-by: Rui Chen Signed-off-by: Branch Vincent <19800529+branchvincent@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/cfn-flip.rb | 15 ++++++--------- pypi_formula_mappings.json | 3 +++ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/cfn-flip.rb b/Formula/cfn-flip.rb index 9c662853448..cddfefa5aa2 100644 --- a/Formula/cfn-flip.rb +++ b/Formula/cfn-flip.rb @@ -6,6 +6,7 @@ class CfnFlip < Formula url "https://files.pythonhosted.org/packages/ca/75/8eba0bb52a6c58e347bc4c839b249d9f42380de93ed12a14eba4355387b4/cfn_flip-1.3.0.tar.gz" sha256 "003e02a089c35e1230ffd0e1bcfbbc4b12cc7d2deb2fcc6c4228ac9819307362" license "Apache-2.0" + revision 1 bottle do sha256 cellar: :any_skip_relocation, arm64_monterey: "62ce1d4aaafd2b6c0baf9e899baf1354ae375e8810fb119e0f33e59d98dd42dd" @@ -18,20 +19,16 @@ class CfnFlip < Formula end depends_on "python@3.10" + depends_on "six" resource "click" do - url "https://files.pythonhosted.org/packages/21/83/308a74ca1104fe1e3197d31693a7a2db67c2d4e668f20f43a2fca491f9f7/click-8.0.1.tar.gz" - sha256 "8c04c11192119b1ef78ea049e0a6f0463e4c48ef00a30160c704337586f3ad7a" + url "https://files.pythonhosted.org/packages/59/87/84326af34517fca8c58418d148f2403df25303e02736832403587318e9e8/click-8.1.3.tar.gz" + sha256 "7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e" end resource "PyYAML" do - url "https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz" - sha256 "607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e" - end - - resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" + url "https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz" + sha256 "68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2" end def install diff --git a/pypi_formula_mappings.json b/pypi_formula_mappings.json index f78fff015cb..dbf63d04fac 100644 --- a/pypi_formula_mappings.json +++ b/pypi_formula_mappings.json @@ -63,6 +63,9 @@ "extra_packages": ["certbot-apache", "certbot-nginx"], "exclude_packages": ["six"] }, + "cfn-flip": { + "exclude_packages": ["six"] + }, "cfn-lint": { "exclude_packages": ["junit-xml", "six"] },