@@ -8,13 +8,14 @@ class Dstack < Formula
8
8
license "MPL-2.0"
9
9
10
10
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"
18
19
end
19
20
20
21
# `pkg-config` and `rust` are for bcrypt.
@@ -26,6 +27,7 @@ class Dstack < Formula
26
27
depends_on "pygments"
27
28
depends_on "python-certifi"
28
29
depends_on "python-cryptography"
30
+ depends_on "python-pytz"
29
31
depends_on "python-typing-extensions"
30
32
depends_on "python@3.11"
31
33
depends_on "pyyaml"
@@ -478,11 +480,6 @@ class Dstack < Formula
478
480
sha256 "0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"
479
481
end
480
482
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
-
486
483
resource "referencing" do
487
484
url "https://files.pythonhosted.org/packages/e1/43/d3f6cf3e1ec9003520c5fb31dc363ee488c517f09402abd2a1c90df63bbb/referencing-0.30.2.tar.gz"
488
485
sha256 "794ad8003c65938edcdbc027f1933215e0d0ccc0291e3ce20a4d87432b59efc0"
0 commit comments