python310Packages.dvc-objects 0 -> 1 attrpath: python310Packages.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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zvvlic9yyjc65vhc6g6ns7l459pyz1la-packages.json.drv building '/nix/store/zvvlic9yyjc65vhc6g6ns7l459pyz1la-packages.json.drv'... Going to be running update for following packages: - python3.10-dvc-objects-0.24.1 Press Enter key to continue... Running update for: - python3.10-dvc-objects-0.24.1: UPDATING ... - python3.10-dvc-objects-0.24.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/dvc-objects/default.nix b/pkgs/development/python-modules/dvc-objects/default.nix index a4c3fb583873..70f843f883a4 100644 --- a/pkgs/development/python-modules/dvc-objects/default.nix +++ b/pkgs/development/python-modules/dvc-objects/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "dvc-objects"; - version = "0.24.1"; + version = "0.25.0"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "iterative"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-DpRnbvGF6HOCAcQ7HRf9x1bzrHHnL95Fz/TzpCosRZo="; + hash = "sha256-RzVvF9fv2VtSWzhD3+TJ3I2WKSu016+MlfnFEFj3YxQ="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; No auto update branch exists Old version 0.24.1" not present in master derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , flatten-dict , fsspec , funcy , pygtrie , pytest-mock , pytestCheckHook , pythonOlder , setuptools-scm , shortuuid , tqdm , typing-extensions }: buildPythonPackage rec { pname = "dvc-objects"; version = "0.25.0"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "iterative"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-RzVvF9fv2VtSWzhD3+TJ3I2WKSu016+MlfnFEFj3YxQ="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ flatten-dict fsspec funcy pygtrie shortuuid tqdm typing-extensions ]; nativeCheckInputs = [ pytest-mock pytestCheckHook ]; pythonImportsCheck = [ "dvc_objects" ]; meta = with lib; { description = "Library for DVC objects"; homepage = "https://github.com/iterative/dvc-objects"; changelog = "https://github.com/iterative/dvc-objects/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }