python311Packages.dvc-objects 0 -> 1 attrpath: python311Packages.dvc-objects 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/shcgv8nakzv2wha7k50fii85y9zl8wzf-packages.json.drv building '/nix/store/shcgv8nakzv2wha7k50fii85y9zl8wzf-packages.json.drv'... Going to be running update for following packages: - python3.11-dvc-objects-3.0.6 Press Enter key to continue... Running update for: - python3.11-dvc-objects-3.0.6: UPDATING ... - python3.11-dvc-objects-3.0.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dvc-objects/default.nix b/pkgs/development/python-modules/dvc-objects/default.nix index 778bcf39fa27..e38f55397e8f 100644 --- a/pkgs/development/python-modules/dvc-objects/default.nix +++ b/pkgs/development/python-modules/dvc-objects/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "dvc-objects"; - version = "3.0.6"; + version = "5.0.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "iterative"; repo = "dvc-objects"; rev = "refs/tags/${version}"; - hash = "sha256-os4MzxB4IuqJ9EsKZXGzOU23Qf6LLLiV6SLaNpMlEp8="; + hash = "sha256-ie6pRRYecyMtcMGxdIsZRs27hunaqGl4ssMWvoQ2Q48="; }; postPatch = '' An auto update branch exists with message `python311Packages.dvc-objects: 3.0.3 -> 3.0.6`. New version is 5.0.0. The auto update branch does not match or exceed the new version. 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-objects nix build failed. adding 'dvc_objects/db.py' adding 'dvc_objects/errors.py' adding 'dvc_objects/executors.py' adding 'dvc_objects/obj.py' adding 'dvc_objects/py.typed' adding 'dvc_objects/transfer.py' adding 'dvc_objects/fs/__init__.py' adding 'dvc_objects/fs/base.py' adding 'dvc_objects/fs/callbacks.py' adding 'dvc_objects/fs/errors.py' adding 'dvc_objects/fs/generic.py' adding 'dvc_objects/fs/local.py' adding 'dvc_objects/fs/memory.py' adding 'dvc_objects/fs/scheme.py' adding 'dvc_objects/fs/system.py' adding 'dvc_objects/fs/utils.py' adding 'dvc_objects-5.0.0.dist-info/LICENSE' adding 'dvc_objects-5.0.0.dist-info/METADATA' adding 'dvc_objects-5.0.0.dist-info/WHEEL' adding 'dvc_objects-5.0.0.dist-info/top_level.txt' adding 'dvc_objects-5.0.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built dvc_objects-5.0.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_objects-5.0.0-py3-none-any.whl - fsspec>=2024.2.0 not satisfied by version 2023.10.0