python311Packages.scmrepo 0 -> 1 attrpath: python311Packages.scmrepo 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/qdl02lgjl32vrkjdp7lpgjycdm7n5cr5-packages.json.drv building '/nix/store/qdl02lgjl32vrkjdp7lpgjycdm7n5cr5-packages.json.drv'... Going to be running update for following packages: - python3.11-scmrepo-2.1.1 Press Enter key to continue... Running update for: - python3.11-scmrepo-2.1.1: UPDATING ... - python3.11-scmrepo-2.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/scmrepo/default.nix b/pkgs/development/python-modules/scmrepo/default.nix index 611949ae6515..37240f6e4ac0 100644 --- a/pkgs/development/python-modules/scmrepo/default.nix +++ b/pkgs/development/python-modules/scmrepo/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "scmrepo"; - version = "2.1.1"; + version = "3.3.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "iterative"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-KG7Y+1qqsgDwgRYsb3XbZnF6FduHJCAEizfuugBi0Go="; + hash = "sha256-vAfqCr1/3S0yZ0wPDxSZ6b6NrcJxt7Lj7oCsTzAXX1k="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.1.1" not present in staging derivation file with contents: { lib , asyncssh , buildPythonPackage , dulwich , dvc-http , dvc-objects , fetchFromGitHub , fsspec , funcy , gitpython , pathspec , pygit2 , pygtrie , pythonOlder , setuptools , setuptools-scm , shortuuid }: buildPythonPackage rec { pname = "scmrepo"; version = "3.2.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "iterative"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-A09nuT8qxganDYiJNXhdhmnFKUeeVNYQKdHdReSnnac="; }; nativeBuildInputs = [ setuptools setuptools-scm ]; propagatedBuildInputs = [ asyncssh dulwich dvc-http dvc-objects fsspec funcy gitpython pathspec pygit2 pygtrie shortuuid ]; # Requires a running Docker instance doCheck = false; pythonImportsCheck = [ "scmrepo" ]; meta = with lib; { description = "SCM wrapper and fsspec filesystem"; homepage = "https://github.com/iterative/scmrepo"; changelog = "https://github.com/iterative/scmrepo/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }