Skip to content

Commit

Permalink
Merge pull request #151138 from chenrui333/nvchecker-py3.12
Browse files Browse the repository at this point in the history
nvchecker: migrate to `[email protected]`
  • Loading branch information
BrewTestBot authored Oct 16, 2023
2 parents 2838c9b + e16efe0 commit 105cec0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Formula/n/nvchecker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@ class Nvchecker < Formula
revision 2

bottle do
rebuild 2
sha256 cellar: :any_skip_relocation, arm64_sonoma: "05ed5fdffe2be04d95332861c119b3b7d9e9833b94c2082a0f5de6335805e5e5"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d060f8e0b16cb3793c59030b94183ab90a00f1bc45349544a5e29103a531768e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b98554001621cccd4aa11017797e6df0be2a0329a571f468796e9d05047f5af2"
sha256 cellar: :any_skip_relocation, sonoma: "a34cb5e2bc9c3cef323193f7539c6d47dcb8afce17aade04db0c2c215e9582c6"
sha256 cellar: :any_skip_relocation, ventura: "76ccf0a122b395be8bab2a0f270db9c54591d8653ff63a1cdf19d9d6c6739647"
sha256 cellar: :any_skip_relocation, monterey: "b42fe78a7822a22eedbee5763b8e228a09d9822a4672f4e7fdc4d5f08825856b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7a272820b38e39cee19277bbb24c5339e294731ff8654c17601a7ee1f2920233"
rebuild 3
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d1d6abf66947c36ef620be172cd8531d950e785574f187853b5ba5201c9981ce"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b215c8739de7b77d460e5b9621ca084d0b603dcee89ab33483d7fb422ab1c7f6"
sha256 cellar: :any_skip_relocation, arm64_monterey: "eb239f66c865aaa1a0bf73ff04eff61fde5322f2510db6e3dfb0a1c3d694b447"
sha256 cellar: :any_skip_relocation, sonoma: "92f4c4ac52e991d8fef6e9caf2b2d57d3eaf518bbda345ff3b50280b5db4a7be"
sha256 cellar: :any_skip_relocation, ventura: "7675910c53e81945064dae7594d50f37a2fbeac2c9aa4b2704a1f9e6ca3c16f1"
sha256 cellar: :any_skip_relocation, monterey: "ffa9fe0ebd5bc5126bc63f90624665857f0f6bef0801915ed156c6d9f8c8edec"
sha256 cellar: :any_skip_relocation, x86_64_linux: "06be258da8babd9595f84be864cc23633a0d2405578822604aa7e446a90a78b0"
end

depends_on "jq" => :test
depends_on "python-packaging"
depends_on "python-pycurl"
depends_on "python@3.11"
depends_on "python@3.12"

resource "platformdirs" do
url "https://files.pythonhosted.org/packages/dc/99/c922839819f5d00d78b3a1057b5ceee3123c69b2216e776ddcb5a4c265ff/platformdirs-3.10.0.tar.gz"
sha256 "b45696dab2d7cc691a3226759c0d3b00c47c8b6e293d96f6436f733303f77f6d"
url "https://files.pythonhosted.org/packages/d3/e3/aa14d6b2c379fbb005993514988d956f1b9fdccd9cbe78ec0dbe5fb79bf5/platformdirs-3.11.0.tar.gz"
sha256 "cf8ee52a3afdb965072dcc652433e0c7e3e40cf5ea1477cd4b3b1d2eb75495b3"
end

resource "structlog" do
url "https://files.pythonhosted.org/packages/9e/c4/688d14600f3a8afa31816ac95220f2548648e292c3ff2262057aa51ac2fb/structlog-23.1.0.tar.gz"
sha256 "270d681dd7d163c11ba500bc914b2472d2b50a8ef00faa999ded5ff83a2f906b"
url "https://files.pythonhosted.org/packages/99/4c/67e8cc235bbeb0a87053739c4c9d0619e3f284730ebdb2b34349488d9e8a/structlog-23.2.0.tar.gz"
sha256 "334666b94707f89dbc4c81a22a8ccd34449f0201d5b1ee097a030b577fa8c858"
end

resource "tornado" do
Expand Down

0 comments on commit 105cec0

Please sign in to comment.