8000 Merge pull request #141930 from singingwolfboy/cd-tz · ArduinoBot/homebrew-core@ead96d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit ead96d3

Browse files
authored
Merge pull request Homebrew#141930 from singingwolfboy/cd-tz
cloudiscovery: depend on python-pytz
2 parents 9e36f01 + cf48476 commit ead96d3

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

Formula/c/cloudiscovery.rb

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ class Cloudiscovery < Formula
88
license "Apache-2.0"
99

1010
bottle do
11-
rebuild 1
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "73d5840db5ac1ec0fccd5be7680e3057aa0d70d06c1f84e0c172175527d836fc"
13-
sha256 cellar: :any_skip_relocation, arm64_monterey: "5ef79edc6e888965160451f43b0302215fa803757b33339a271798185a599b99"
14-
sha256 cellar: :any_skip_relocation, arm64_big_sur: "01d9470ba205b1de5b4149eb7cb2a636b0e52b8129b6fdae85c7e559e5bc5707"
15-
sha256 cellar: :any_skip_relocation, ventura: "718c552503df45b02994f3d96d56f37c52e41627463cb08b15b64adbbf096b6e"
16-
sha256 cellar: :any_skip_relocation, monterey: "af2a5e29595010b8b7410ca110da562900dfea8932ba56873fe7224f914c0666"
17-
sha256 cellar: :any_skip_relocation, big_sur: "aec275f119f6ceb6093eb2bd27832ea6ebd25ffa26fcf5766ac5bc625f0abcd9"
18-
sha256 cellar: :any_skip_relocation, catalina: "bd6f1255f9f95402ed607c49e352189854a884260585b710aa84b9c9e6e5bb85"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1dc9f4285ac4cc7fbf319e131830b0ea704e83781f13c2a77e829100366a5a67"
11+
rebuild 2
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "54c8bb3eaf84b4c30ed099ab566ecd3bfc6bb62386eea997cf6d92bfc9f0d46d"
13+
sha256 cellar: :any_skip_relocation, arm64_monterey: "0dc0e6fe74ac18974c14853b86a84d829e17f1f8aa45a6c25940e13fc8761c1e"
14+
sha256 cellar: :any_skip_relocation, arm64_big_sur: "cd1849cfeb4c0b5b6fa0907eff03f5b4e55fdcf8851a71eb285cb240af6891b9"
15+
sha256 cellar: :any_skip_relocation, ventura: "76db217e282648101dc9a2fc7e0f9a451d8eb11529d227d7ea00ebb659fe7e70"
16+
sha256 cellar: :any_skip_relocation, monterey: "4700efbb294906114494c31e1cd057579d6364975da4c7753aa14ada27863366"
17+
sha256 cellar: :any_skip_relocation, big_sur: "118c08839dfbb217adda61e18fb1c1ab78f4e688ca656c693a6d6ad08981b8fa"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2915c7e6c77943189ae39a277eb5771403055b2453eb4ffc63b0654024d1fcba"
2019
end
2120

21+
depends_on "python-pytz"
2222
depends_on "python@3.11"
2323
depends_on "six"
2424

@@ -77,11 +77,6 @@ class Cloudiscovery < Formula
7777
sha256 "0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"
7878
end
7979

80-
resource "pytz" do
81-
url "https://files.pythonhosted.org/packages/76/63/1be349ff0a44e4795d9712cc0b2d806f5e063d4d34631b71b832fac715a8/pytz-2022.6.tar.gz"
82-
sha256 "e89512406b793ca39f5971bc999cc538ce125c0e51c27941bef4568b460095e2"
83-
end
84-
8580
resource "s3transfer" do
8681
url "https://files.pythonhosted.org/packages/e1/eb/e57c93d5cd5edf8c1d124c831ef916601540db70acd96fa21fe60cef1365/s3transfer-0.6.0.tar.gz"
8782
sha256 "2ed07d3866f523cc561bf4a00fc5535827981b117dd7876f036b0c1aca42c947"

pypi_formula_mappings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"exclude_packages": ["certifi", "cffi", "markdown", "pycparser", "PyYAML", "six", "tabulate", "typing-extensions"]
201201
},
202202
"cloudiscovery": {
203-
"exclude_packages": ["six"]
203+
"exclude_packages": ["six", "pytz"]
204204
},
205205
"conan": {
206206
"exclude_packages": ["certifi", "Pygments", "PyYAML", "six"],

0 commit comments

Comments
 (0)
0