python311Packages.dvc-data 0 -> 1 attrpath: python311Packages.dvc-data Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w1s168ncfn6plcz2azbf6faqi3v7wl2k-packages.json.drv building '/nix/store/w1s168ncfn6plcz2azbf6faqi3v7wl2k-packages.json.drv'... Going to be running update for following packages: - python3.11-dvc-data-3.9.0 Press Enter key to continue... Running update for: - python3.11-dvc-data-3.9.0: UPDATING ... - python3.11-dvc-data-3.9.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dvc-data/default.nix b/pkgs/development/python-modules/dvc-data/default.nix index 86f8cf2483e5..536fd83407a1 100644 --- a/pkgs/development/python-modules/dvc-data/default.nix +++ b/pkgs/development/python-modules/dvc-data/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "dvc-data"; - version = "3.9.0"; + version = "3.11.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "iterative"; repo = "dvc-data"; rev = "refs/tags/${version}"; - hash = "sha256-rgqSgNsqAGATzu3ZX8LWRiFJt0xTTLaF8bUNOgA3s2w="; + hash = "sha256-SNeZaOsnPz0/EczH9wm2t4OGCsvxlbwf7AavCsCIfjw="; }; nativeBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.dvc-data nix build failed. adding 'dvc_data/hashfile/db/reference.py' adding 'dvc_data/index/__init__.py' adding 'dvc_data/index/add.py' adding 'dvc_data/index/build.py' adding 'dvc_data/index/checkout.py' adding 'dvc_data/index/collect.py' adding 'dvc_data/index/diff.py' adding 'dvc_data/index/fetch.py' adding 'dvc_data/index/index.py' adding 'dvc_data/index/push.py' adding 'dvc_data/index/save.py' adding 'dvc_data/index/serialize.py' adding 'dvc_data/index/update.py' adding 'dvc_data/index/view.py' adding 'dvc_data-3.11.0.dist-info/LICENSE' adding 'dvc_data-3.11.0.dist-info/METADATA' adding 'dvc_data-3.11.0.dist-info/WHEEL' adding 'dvc_data-3.11.0.dist-info/entry_points.txt' adding 'dvc_data-3.11.0.dist-info/top_level.txt' adding 'dvc_data-3.11.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built dvc_data-3.11.0-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for dvc_data-3.11.0-py3-none-any.whl - dvc-objects<6,>=4.0.1 not satisfied by version 3.0.6 - fsspec>=2024.2.0 not satisfied by version 2023.10.0