8000 Merge pull request #141933 from singingwolfboy/dstack-pytz · ArduinoBot/homebrew-core@eaca62c · GitHub
[go: up one dir, main page]

Skip to content

Commit eaca62c

Browse files
authored
Merge pull request Homebrew#141933 from singingwolfboy/dstack-pytz
dstack: depend on python-pytz
2 parents 2b115f0 + c48df62 commit eaca62c

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

Formula/d/dstack.rb

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ class Dstack < Formula
88
license "MPL-2.0"
99

1010
bottle do
11-
sha256 cellar: :any, arm64_ventura: "34b1f8c692baeef6627b14a3c9fed520d87e0631281a7fa3eca0b14c3bd2d76e"
12-
sha256 cellar: :any, arm64_monterey: "938c11d6487feaa62765614611299fcb34b866a823b75e202e6027649c64e624"
13-
sha256 cellar: :any, arm64_big_sur: "918091b2a5308ab5a16951b90a5c274285cae388fa09c02a997e9a464ea7472c"
14-
sha256 cellar: :any, ventura: "c5a8d2330a91e9f6764f4ba9dd93a2c5bdcd984f9179749d6b3030930ab2276e"
15-
sha256 cellar: :any, monterey: "ca70fb7611620aa828f4eade5f5ad0a771b171ea30f1b0270d28ec7beae4efc3"
16-
sha256 cellar: :any, big_sur: "db3f280f1859d1441a2beb07a8788da71d27f913e41b52caef22768d0fc2fb7a"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ed13f5a5d2bff52e8101440a8944f593a9ff69822cc957f7fda8c8d525b12b24"
11+
rebuild 1
12+
sha256 cellar: :any, arm64_ventura: "f475b8ab6ad2051bd3b974d379677aaffeea87aa8e6bed1895ce27d7c67f53a3"
13+
sha256 cellar: :any, arm64_monterey: "c0d7185f2cda5d1f8febdf60ff17f734b4b8c51261bf27bbdaf67d357cc0e7ac"
14+
sha256 cellar: :any, arm64_big_sur: "aee34a8db7aec60c58c5123e339867c6ad2737d0dbe43896008712a3c9be7619"
15+
sha256 cellar: :any, ventura: "66942149e45c27d123663365052c35ab85149f9d97aac24c3a46efc37c63fa86"
16+
sha256 cellar: :any, monterey: "613507ec554bbba8f43f6b06d07d912c9f4ace95971971884d7fd2d4532cac83"
17+
sha256 cellar: :any, big_sur: "a5fe3aee4be863fe3473a50e029d93e530f671136a6d6675891dc8534d497f18"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4397b2ccfb37506a2504e5dfa2b487ea2ebd097ed9fdd7352281b7c814d396f6"
1819
end
1920

2021
# `pkg-config` and `rust` are for bcrypt.
@@ -26,6 +27,7 @@ class Dstack < Formula
2627
depends_on "pygments"
2728
depends_on "python-certifi"
2829
depends_on "python-cryptography"
30+
depends_on "python-pytz"
2931
depends_on "python-typing-extensions"
3032
depends_on "python@3.11"
3133
depends_on "pyyaml"
@@ -478,11 +480,6 @@ class Dstack < Formula
478480
sha256 "0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"
479481
end
480482

481-
resource "pytz" do
482-
url "https://files.pythonhosted.org/packages/5e/32/12032aa8c673ee16707a9b6cdda2b09c0089131f35af55d443b6a9c69c1d/pytz-2023.3.tar.gz"
483-
sha256 "1d8ce29db189191fb55338ee6d0387d82ab59f3d00eac103412d64e0ebd0c588"
484-
end
485-
486483
resource "referencing" do
487484
url "https://files.pythonhosted.org/packages/e1/43/d3f6cf3e1ec9003520c5fb31dc363ee488c517f09402abd2a1c90df63bbb/referencing-0.30.2.tar.gz"
488485
sha256 "794ad8003c65938edcdbc027f1933215e0d0ccc0291e3ce20a4d87432b59efc0"

pypi_formula_mappings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
"package_name": "dstack[aws,azure,gcp,lambda]",
282282
"exclude_packages": [
283283
"certifi", "cffi", "cryptography", "protobuf", "pycparser", "Pygments",
284-
"PyYAML", "six", "typing-extensions"
284+
"PyYAML", "six", "typing-extensions", "pytz"
285285
]
286286
},
287287
"duplicity": {

0 commit comments

Comments
 (0)
0