10000 Merge pull request #141932 from singingwolfboy/lex-pytz · ArduinoBot/homebrew-core@2b115f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b115f0

Browse files
authored
Merge pull request Homebrew#141932 from singingwolfboy/lex-pytz
lexicon: depend on python-pytz
2 parents ead96d3 + 371a141 commit 2b115f0

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Formula/l/lexicon.rb

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,22 @@ class Lexicon < Formula
99
head "https://github.com/AnalogJ/lexicon.git", branch: "master"
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d3a34af8b8d759ea6a40c1a6b702ada787be7b8e020a6269eda9e627ddd9037a"
13-
sha256 cellar: :any_skip_relocation, arm64_monterey: "6dc33012348c6d00887f9af6b29e41f2c88253f874b8e3fd19f24269b7c762d6"
14-
sha256 cellar: :any_skip_relocation, arm64_big_sur: "1585b43596b7af32eac853674e8354779b085298ed057383206fd4b9ed465677"
15-
sha256 cellar: :any_skip_relocation, ventura: "7b92a24a0fe1b21bb8ec5f41e020e2da76eab5ea661801e0107cc955621c2234"
16-
sha256 cellar: :any_skip_relocation, monterey: "3ae3c4d649e6018aa84160a98696712ecaa9388b0f7290bbbdb7f29fa70ac124"
17-
sha256 cellar: :any_skip_relocation, big_sur: "e9c01c5b32d38ac705f0c08ecbd78030d94716f0dec35881ee7bd61bdd523478"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ffdea4b6260572f56eb55de081403cd99eec87d6d42b005ec11e669bd2e669f1"
12+
rebuild 1
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1d7eda1500299e2faf1459bd5eb8b6a50bec971adff482c905b786ea69853408"
14+
sha256 cellar: :any_skip_relocation, arm64_monterey: "fccf7e8d6e222e34fca3d88eef9ace7a99fa48c0197ec88b5a3ae4f6445712df"
15+
sha256 cellar: :any_skip_relocation, arm64_big_sur: "2e0f6a9a1fd0d4be785a32d6ae53f2dbc943fe2df39a2ca4322c652bcac0d18f"
16+
sha256 cellar: :any_skip_relocation, ventura: "190db50dceb4a3f63939ff222b3c0028b7547177911eb1fab9da1e02848566f9"
17+
sha256 cellar: :any_skip_relocation, monterey: "e9b3459c315d8eaff85b5659d5d1ecde17fb75fc8ca34211bd6e4662d1059158"
18+
sha256 cellar: :any_skip_relocation, big_sur: "317e01d970daa292604c64f04da26d8d3773f78e23cb83b14fe6ea5773cb779f"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "19459dbdf49c74e8a66e69d7f2480fcfbc6b0ab7a4057561523371265d635aa2"
1920
end
2021

2122
depends_on "cffi"
2223
depends_on "pycparser"
2324
depends_on "pygments"
2425
depends_on "python-certifi"
2526
depends_on "python-cryptography"
27+
depends_on "python-pytz"
2628
depends_on "python@3.11"
2729
depends_on "pyyaml"
2830
depends_on "six"
@@ -145,11 +147,6 @@ class Lexicon < Formula
145147
sha256 "0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"
146148
end
147149

148-
resource "pytz" do
149-
url "https://files.pythonhosted.org/packages/5e/32/12032aa8c673ee16707a9b6cdda2b09c0089131f35af55d443b6a9c69c1d/pytz-2023.3.tar.gz"
150-
sha256 "1d8ce29db189191fb55338ee6d0387d82ab59f3d00eac103412d64e0ebd0c588"
151-
end
152-
153150
resource "requests" do
154151
url "https://files.pythonhosted.org/packages/9d/be/10918a2eac4ae9f02f6cfe6414b7a155ccd8f7f9d4380d62fd5b955065c3/requests-2.31.0.tar.gz"
155152
sha256 "942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"

pypi_formula_mappings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,10 @@
476476
},
477477
"lexicon": {
478478
"package_name": "dns-lexicon[full]",
479-
"exclude_packages": ["certifi", "cffi", "cryptography", "pycparser", "Pygments", "PyYAML", "six"]
479+
"exclude_packages": [
480+
"certifi", "cffi", "cryptography", "pycparser", "Pygments", "PyYAML",
481+
"pytz", "six"
482+
]
480483
},
481484
"legit": {
482485
"exclude_packages": ["six"]

0 commit comments

Comments
 (0)
0