python310Packages.dvclive 0 -> 1 attrpath: python310Packages.dvclive 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sfgsl907p1yqrd51hxhns6r0aw5pc290-packages.json.drv building '/nix/store/sfgsl907p1yqrd51hxhns6r0aw5pc290-packages.json.drv'... Going to be running update for following packages: - python3.10-dvclive-0.10.0 Press Enter key to continue... Running update for: - python3.10-dvclive-0.10.0: UPDATING ... - python3.10-dvclive-0.10.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/dvclive/default.nix b/pkgs/development/python-modules/dvclive/default.nix index 1507156112d..5bac1b8a07d 100644 --- a/pkgs/development/python-modules/dvclive/default.nix +++ b/pkgs/development/python-modules/dvclive/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "dvclive"; - version = "0.10.0"; + version = "1.3.2"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "iterative"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-4sixsWZNnI3UJRlFyB21eAdUCgF8iIZ56ECgIeFV/u8="; + hash = "sha256-ATcoO+5HVuOXusWpIXexAlgKgHP6/VfJ0aywk6rbwRg="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.10.0" not present in staging derivation file with contents: { lib , buildPythonPackage , dvc-render , fetchFromGitHub , pytestCheckHook , pythonOlder , setuptools , tabulate }: buildPythonPackage rec { pname = "dvclive"; version = "1.3.0"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "iterative"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-FAupTvaOLPp5EQ0vvE8tQCa8WnKW/qrQTc7i+6F7F1A="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ dvc-render tabulate # will be available as dvc-render.optional-dependencies.table ]; # Circular dependency with dvc doCheck = false; pythonImportsCheck = [ "dvclive" ]; meta = with lib; { description = "Library for logging machine learning metrics and other metadata in simple file formats"; homepage = "https://github.com/iterative/dvclive"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }