Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vulture 2.12 #191020

Merged
merged 2 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2860,6 +2860,7 @@ vue-cli
vulkan-extensionlayer
vulkan-volk
vultr
vulture
vunnel
vvdec
vvenc
Expand Down
14 changes: 3 additions & 11 deletions Formula/v/vulture.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,13 @@ class Vulture < Formula

desc "Find dead Python code"
homepage "https://github.com/jendrikseipp/vulture"
url "https://files.pythonhosted.org/packages/da/70/29f296be6353598dfbbdf994f5496e6bf0776be6811c8491611a31aa15da/vulture-2.11.tar.gz"
sha256 "f0fbb60bce6511aad87ee0736c502456737490a82d919a44e6d92262cb35f1c2"
url "https://files.pythonhosted.org/packages/07/8f/5e24a3587d7b034544ec6fc5db2cb5e9f9c2ff86e800d73ab10f5ca806c0/vulture-2.12.tar.gz"
sha256 "c35e98e992eb84b01cdadbfeb0aca2d44363e7dfe6c19416f65001ae69360ccc"
license "MIT"
head "https://github.com/jendrikseipp/vulture.git", branch: "main"

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a6c1c144d73c8c014dadce57dec7a9c32f5360802613bd203abf09d2dd890588"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc27fcab671d00e8f19313417662667b299ee104d6b9102b0c37d8f781d317b0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e7a4609f073de1e1de08c520846fa47cb61750634bdd8aae17e8f833bc063df2"
sha256 cellar: :any_skip_relocation, arm64_monterey: "608759a9a3646d3881845e32432eea74beb25e0a535c4d33c2694487c4523841"
sha256 cellar: :any_skip_relocation, sonoma: "107b5810debf92f63419f76f8d133e52e957b3cc06af6f6561cde20e5bcc0cf9"
sha256 cellar: :any_skip_relocation, ventura: "ff5676c7547d371566895e5311745535c740f7f1a5e2f967331b9ac21d20ea6a"
sha256 cellar: :any_skip_relocation, monterey: "72972d743b216e538def092020c2957b7fa93acc418d8c11733d4fcbf2f79f00"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c9921574e7c525d24edffb5dd0b6629fa79918d85aa2b01923f9dadcbee83aa5"
sha256 cellar: :any_skip_relocation, all: "2ed9aae753cf4b217ba15522fb2adde6ec43ddcb1cdec0ecc055ddaa53a53bfe"
end

depends_on "python@3.12"
Expand Down
Loading