Skip to content
Merged
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
99 changes: 45 additions & 54 deletions Formula/d/dvc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ class Dvc < Formula
license "Apache-2.0"

bottle do
rebuild 2
sha256 cellar: :any, arm64_tahoe: "836c97f326e84f5e51dda12eb2aa605b1d7b7e457201182cfd1595385844feb7"
sha256 cellar: :any, arm64_sequoia: "64584c5037d5db48e25b70cd0be80abbff5fea1783b6b668fbdbcea8765f1bda"
sha256 cellar: :any, arm64_sonoma: "3cca9ee7175ccd92cca62a6759bc4f18c5b14590dc7a68e81525676c3e14448b"
sha256 cellar: :any, sonoma: "c8a869af86619ba9a9165dde1d40efa4b63742427aa0a838c96192c23c0957c7"
sha256 cellar: :any_skip_relocation, arm64_linux: "1411ead95cb58762a984cb09b92b2e6096004e6a56e854d829fb1bf698bb4d6b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b046e1102e2bced433293d55c4cfd81379f3770e24be228806183a5d2712a091"
rebuild 3
sha256 cellar: :any, arm64_tahoe: "81c09682a89948a87f0a229b9f6fcc65eeb2b979007136c9f65665f3ce2e721a"
sha256 cellar: :any, arm64_sequoia: "1a4b5e77bfcbe3f15ae2624654035a55798d94fc42fd80bf6806cdd6d471a24f"
sha256 cellar: :any, arm64_sonoma: "cb4983c56128f92d9ab2dd9d8aca0af8c4ad421b8ff620d3f57a2d1f866af0af"
sha256 cellar: :any, sonoma: "b337f0c1da99b42cfd33d553f2d2f2ce44382138d27b652c676e811ee967048c"
sha256 cellar: :any_skip_relocation, arm64_linux: "f304ad1c1bec698e6326054b7486d4b514ca65a50110358ad122f6d12a0b0f7a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8ef9e68848de0c45044b807136e7a4123b9f2680080cb337520c1b0e58ba18b5"
end

depends_on "cmake" => :build # for pyarrow
Expand All @@ -26,6 +26,7 @@ class Dvc < Formula
depends_on "cryptography" => :no_linkage
depends_on "libyaml"
depends_on "numpy"
depends_on "pydantic-core" => :no_linkage
depends_on "pygit2" => :no_linkage
depends_on "[email protected]"

Expand All @@ -34,16 +35,16 @@ class Dvc < Formula
end

pypi_packages package_name: "dvc[all]",
exclude_packages: %w[certifi cryptography numpy pygit2]
exclude_packages: %w[certifi cryptography numpy pydantic-core pygit2]

resource "adlfs" do
url "https://files.pythonhosted.org/packages/6b/af/4d74c92254fdeabc19e54df4c9146855c2c1027bd4052477e3a27b05de54/adlfs-2025.8.0.tar.gz"
sha256 "6fe5857866c18990f632598273e6a8b15edc6baf8614272ede25624057b83e64"
end

resource "aiobotocore" do
url "https://files.pythonhosted.org/packages/29/89/b1ae494cfd12520c5d3b19704a14ffa19153634be47d48052e45223eee86/aiobotocore-2.25.0.tar.gz"
sha256 "169d07de312fd51292292f2c8faf8f67d0f466f525cea03855fe065ddc85f79d"
url "https://files.pythonhosted.org/packages/62/94/2e4ec48cf1abb89971cb2612d86f979a6240520f0a659b53a43116d344dc/aiobotocore-2.25.1.tar.gz"
sha256 "ea9be739bfd7ece8864f072ec99bb9ed5c7e78ebb2b0b15f29781fbe02daedbc"
end

resource "aiohappyeyeballs" do
Expand All @@ -52,8 +53,8 @@ class Dvc < Formula
end

resource "aiohttp" do
url "https://files.pythonhosted.org/packages/ba/fa/3ae643cd525cf6844d3dc810481e5748107368eb49563c15a5fb9f680750/aiohttp-3.13.1.tar.gz"
sha256 "4b7ee9c355015813a6aa085170b96ec22315dabc3d866fd77d147927000e9464"
url "https://files.pythonhosted.org/packages/1c/ce/3b83ebba6b3207a7135e5fcaba49706f8a4b6008153b4e30540c982fae26/aiohttp-3.13.2.tar.gz"
sha256 "40176a52c186aefef6eb3cad2cdd30cd06e3afbe88fe8ab2af9c0b90f228daca"
end

resource "aiohttp-retry" do
Expand Down Expand Up @@ -147,8 +148,8 @@ class Dvc < Formula
end

resource "azure-storage-blob" do
url "https://files.pythonhosted.org/packages/02/32/0476f18ac82ef1def115dfabaa53170c5a71605c00b4e66c740b07abae71/azure_storage_blob-12.27.0.tar.gz"
sha256 "99e8e2cd2a6a723930c364ea0a0539d28e465bc77cf94ef12813c465dc09cb9a"
url "https://files.pythonhosted.org/packages/36/7c/2fd872e11a88163f208b9c92de273bf64bb22d0eef9048cc6284d128a77a/azure_storage_blob-12.27.1.tar.gz"
sha256 "a1596cc4daf5dac9be115fcb5db67245eae894cf40e4248243754261f7b674a6"
end

resource "bcrypt" do
Expand All @@ -162,13 +163,13 @@ class Dvc < Formula
end

resource "boto3" do
url "https://files.pythonhosted.org/packages/32/5b/165dbfc6de77774b0dac5582ac8a7aa92652d61215871ff4c88854864fb0/boto3-1.40.49.tar.gz"
sha256 "ea37d133548fbae543092ada61aeb08bced8f9aecd2e96e803dc8237459a80a0"
url "https://files.pythonhosted.org/packages/ed/f9/6ef8feb52c3cce5ec3967a535a6114b57ac7949fd166b0f3090c2b06e4e5/boto3-1.40.61.tar.gz"
sha256 "d6c56277251adf6c2bdd25249feae625abe4966831676689ff23b4694dea5b12"
end

resource "botocore" do
url "https://files.pythonhosted.org/packages/01/6a/eb7503536552bbd3388b2607bc7a64e59d4f988336406b51a69d29f17ed2/botocore-1.40.49.tar.gz"
sha256 "fe8d4cbcc22de84c20190ae728c46b931bafeb40fce247010fb071c31b6532b5"
url "https://files.pythonhosted.org/packages/28/a3/81d3a47c2dbfd76f185d3b894f2ad01a75096c006a2dd91f237dca182188/botocore-1.40.61.tar.gz"
sha256 "a2487ad69b090f9cccd64cf07c7021cd80ee9c0655ad974f87045b02f3ef52cd"
end

resource "cachetools" do
Expand Down Expand Up @@ -247,8 +248,8 @@ class Dvc < Formula
end

resource "dulwich" do
url "https://files.pythonhosted.org/packages/18/e7/3d4861edda4d68d9bd0380ce8190601db6ac6d34ca423f2d568e75ad002a/dulwich-0.24.6.tar.gz"
sha256 "e8aebdb52cee481ddc038a2b88376bc28767127fdf3e5ea08b52ae1f60e1e15b"
url "https://files.pythonhosted.org/packages/58/98/b6b8bf80e61d1aacf59aad4e45e6a1e7c39751c7bcaeb1136821bae82cd8/dulwich-0.24.8.tar.gz"
sha256 "c9f4748bbcca56fb57458c71c0d30e2351ac15e0583d428c739c09228be68f05"
end

resource "dvc-azure" do
Expand Down Expand Up @@ -352,8 +353,8 @@ class Dvc < Formula
end

resource "fsspec" do
url "https://files.pythonhosted.org/packages/de/e0/bab50af11c2d75c9c4a2a26a5254573c0bd97cea152254401510950486fa/fsspec-2025.9.0.tar.gz"
sha256 "19fd429483d25d28b65ec68f9f4adc16c17ea2c7c7bf54ec61360d478fb19c19"
url "https://files.pythonhosted.org/packages/24/7f/2747c0d332b9acfa75dc84447a066fdf812b5a6b8d30472b74d309bfe8cb/fsspec-2025.10.0.tar.gz"
sha256 "b6789427626f068f9a83ca4e8a3cc050850b6c0f71f99ddb4f542b8266a26a59"
end

resource "funcy" do
Expand All @@ -362,8 +363,8 @@ class Dvc < Formula
end

resource "gcsfs" do
url "https://files.pythonhosted.org/packages/54/55/cd737f96929f9cf52666bd49e9b4d1aac697655b3ab17c49ab4fb587bb12/gcsfs-2025.9.0.tar.gz"
sha256 "36b8c379d9789d5332a45a3aa2840ec518ff73c6d21c1e962f53318d1cd65db9"
url "https://files.pythonhosted.org/packages/27/62/e3131f4cb0e0a9b8d5a0586ba2cbef3a5ec05b5352d9bad50e1eb1417fed/gcsfs-2025.10.0.tar.gz"
sha256 "7ac9b16a145bcb1a69fa9cf770ccd3cee7b9a09236911dd586c1d9911b71583d"
end

resource "gitdb" do
Expand All @@ -377,8 +378,8 @@ class Dvc < Formula
end

resource "google-api-core" do
url "https://files.pythonhosted.org/packages/32/ea/e7b6ac3c7b557b728c2d0181010548cbbdd338e9002513420c5a354fa8df/google_api_core-2.26.0.tar.gz"
sha256 "e6e6d78bd6cf757f4aee41dcc85b07f485fbb069d5daa3afb126defba1e91a62"
url "https://files.pythonhosted.org/packages/61/da/83d7043169ac2c8c7469f0e375610d78ae2160134bf1b80634c482fa079c/google_api_core-2.28.1.tar.gz"
sha256 "2b405df02d68e68ce0fbc138559e6036559e685159d148ae5861013dc201baf8"
end

resource "google-api-python-client" do
Expand All @@ -387,8 +388,8 @@ class Dvc < Formula
end

resource "google-auth" do
url "https://files.pythonhosted.org/packages/a8/af/5129ce5b2f9688d2fa49b463e544972a7c82b0fdb50980dafee92e121d9f/google_auth-2.41.1.tar.gz"
sha256 "b76b7b1f9e61f0cb7e88870d14f6a94aeef248959ef6992670efee37709cbfd2"
url "https://files.pythonhosted.org/packages/11/75/28881e9d7de9b3d61939bc9624bd8fa594eb787a00567aba87173c790f09/google_auth-2.42.0.tar.gz"
sha256 "9bbbeef3442586effb124d1ca032cfb8fb7acd8754ab79b55facd2b8f3ab2802"
end

resource "google-auth-httplib2" do
Expand All @@ -402,8 +403,8 @@ class Dvc < Formula
end

resource "google-cloud-core" do
url "https://files.pythonhosted.org/packages/d6/b8/2b53838d2acd6ec6168fd284a990c76695e84c65deee79c9f3a4276f6b4f/google_cloud_core-2.4.3.tar.gz"
sha256 "1fab62d7102844b278fe6dead3af32408b1df3eb06f5c7e8634cbd40edc4da53"
url "https://files.pythonhosted.org/packages/a6/03/ef0bc99d0e0faf4fdbe67ac445e18cdaa74824fd93cd069e7bb6548cb52d/google_cloud_core-2.5.0.tar.gz"
sha256 "7c1b7ef5c92311717bd05301aa1a91ffbc565673d3b0b4163a52d8413a186963"
end

resource "google-cloud-storage" do
Expand Down Expand Up @@ -482,8 +483,8 @@ class Dvc < Formula
end

resource "knack" do
url "https://files.pythonhosted.org/packages/bb/eb/1f26c9112a4ee84cfa4a0a81bdf844207496a476fa026cfc98545bb702db/knack-0.12.0.tar.gz"
sha256 "71f2a6b42ae9a302e43243320fa05edb09b19339fcf1f331f5b6d07bf97f5291"
url "https://files.pythonhosted.org/packages/fd/e1/22a24a310799459b66a91709a95b4cb57da85326b73e04af97cdf3aae7a4/knack-0.13.0.tar.gz"
sha256 "dda35b4ff4c576b2501a18f0ec2f2fe0a3a5f9cce8265d4066d311e5ed4b5bc6"
end

resource "kombu" do
Expand Down Expand Up @@ -537,8 +538,8 @@ class Dvc < Formula
end

resource "orjson" do
url "https://files.pythonhosted.org/packages/be/4d/8df5f83256a809c22c4d6792ce8d43bb503be0fb7a8e4da9025754b09658/orjson-3.11.3.tar.gz"
sha256 "1c0603b1d2ffcd43a411d64797a19556ef76958aef1c182f22dc30860152a98a"
url "https://files.pythonhosted.org/packages/c6/fe/ed708782d6709cc60eb4c2d8a361a440661f74134675c72990f2c48c785f/orjson-3.11.4.tar.gz"
sha256 "39485f4ab4c9b30a3943cfe99e1a213c4776fb69e8abd68f66b83d5a0b0fdc6d"
end

resource "oss2" do
Expand Down Expand Up @@ -587,8 +588,8 @@ class Dvc < Formula
end

resource "psutil" do
url "https://files.pythonhosted.org/packages/89/fc/889242351a932d6183eec5df1fc6539b6f36b6a88444f1e63f18668253aa/psutil-7.1.1.tar.gz"
sha256 "092b6350145007389c1cfe5716050f02030a05219d90057ea867d18fe8d372fc"
url "https://files.pythonhosted.org/packages/cd/ec/7b8e6b9b1d22708138630ef34c53ab2b61032c04f16adfdbb96791c8c70c/psutil-7.1.2.tar.gz"
sha256 "aa225cdde1335ff9684708ee8c72650f6598d5ed2114b9a7c5802030b1785018"
end

resource "pyarrow" do
Expand Down Expand Up @@ -616,11 +617,6 @@ class Dvc < Formula
sha256 "1da1c82b0fc140bb0103bc1441ffe062154c8d38491189751ee00fd8ca65ce74"
end

resource "pydantic-core" do
url "https://files.pythonhosted.org/packages/df/18/d0944e8eaaa3efd0a91b0f1fc537d3be55ad35091b6a87638211ba691964/pydantic_core-2.41.4.tar.gz"
sha256 "70e47929a9d4a1905a67e4b687d5946026390568a8e952b92824118063cee4d5"
end

resource "pydantic-settings" do
url "https://files.pythonhosted.org/packages/20/c5/dbbc27b814c71676593d1c3f718e6cd7d4f00652cefa24b75f7aa3efb25e/pydantic_settings-2.11.0.tar.gz"
sha256 "d0e87a1c7d33593beb7194adb8470fc426e95ba02af83a0f23474a04c9a08180"
Expand Down Expand Up @@ -667,8 +663,8 @@ class Dvc < Formula
end

resource "python-dotenv" do
url "https://files.pythonhosted.org/packages/f6/b0/4bc07ccd3572a2f9df7e6782f52b0c6c90dcbb803ac4a167702d7d0dfe1e/python_dotenv-1.1.1.tar.gz"
sha256 "a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab"
url "https://files.pythonhosted.org/packages/f0/26/19cadc79a718c5edbec86fd4919a6b6d3f681039a2f6d66d14be94e75fb9/python_dotenv-1.2.1.tar.gz"
sha256 "42667e897e16ab0d66954af0e60a9caa94f0fd4ecf3aaf6d2d260eec1aa36ad6"
end

resource "pyyaml" do
Expand Down Expand Up @@ -697,13 +693,13 @@ class Dvc < Formula
end

resource "ruamel-yaml" do
url "https://files.pythonhosted.org/packages/3e/db/f3950f5e5031b618aae9f423a39bf81a55c148aecd15a34527898e752cf4/ruamel.yaml-0.18.15.tar.gz"
sha256 "dbfca74b018c4c3fba0b9cc9ee33e53c371194a9000e694995e620490fd40700"
url "https://files.pythonhosted.org/packages/9f/c7/ee630b29e04a672ecfc9b63227c87fd7a37eb67c1bf30fe95376437f897c/ruamel.yaml-0.18.16.tar.gz"
sha256 "a6e587512f3c998b2225d68aa1f35111c29fad14aed561a26e73fab729ec5e5a"
end

resource "s3fs" do
url "https://files.pythonhosted.org/packages/ee/f3/8e6371436666aedfd16e63ff68a51b8a8fcf5f33a0eee33c35e0b2476b27/s3fs-2025.9.0.tar.gz"
sha256 "6d44257ef19ea64968d0720744c4af7a063a05f5c1be0e17ce943bef7302bc30"
url "https://files.pythonhosted.org/packages/bb/ee/7cf7de3b17ef6db10b027cc9f8a1108ceb6333e267943e666a35882b1474/s3fs-2025.10.0.tar.gz"
sha256 "e8be6cddc77aceea1681ece0f472c3a7f8ef71a0d2acddb1cc92bb6afa3e9e4f"
end

resource "s3transfer" do
Expand Down Expand Up @@ -762,8 +758,8 @@ class Dvc < Formula
end

resource "sshfs" do
url "https://files.pythonhosted.org/packages/5a/e6/74b6119fdaf81cadc4b404f6abf681836209a9d22f7f0c1b08760460e5c5/sshfs-2025.2.0.tar.gz"
sha256 "1a60b872062078cfb9d954d9c728f3e72e5bc81aa913dc0f91e687305a005fe1"
url "https://files.pythonhosted.org/packages/0b/69/779594b8efea639d798d4abac0fdfe0b604d3a3a7d789c9cbb6e24d15282/sshfs-2025.10.0.tar.gz"
sha256 "3884fb4370222fa868133b0c621fe7be226c9d8aaf801dec517674a8156c2af1"
end

resource "tabulate" do
Expand All @@ -786,11 +782,6 @@ class Dvc < Formula
sha256 "1aaf6494031793e4876fb0bacfa6a912b551cf43c1e63c800df8b1a866720c37"
end

resource "typing-extensions" do
url "https://files.pythonhosted.org/packages/72/94/1a15dd82efb362ac84269196e94cf00f187f7ed21c242792a923cdb1c61f/typing_extensions-4.15.0.tar.gz"
sha256 "0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"
end

resource "typing-inspection" do
url "https://files.pythonhosted.org/packages/55/e3/70399cb7dd41c10ac53367ae42139cf4b1ca5f36bb3dc6c9d33acdb43655/typing_inspection-0.4.2.tar.gz"
sha256 "ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464"
Expand Down
Loading