python311Packages.pathy 0 -> 1 attrpath: python311Packages.pathy 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/i6p0i82ihpinxixxnppsysdyssv48zhf-packages.json.drv building '/nix/store/i6p0i82ihpinxixxnppsysdyssv48zhf-packages.json.drv'... Going to be running update for following packages: - python3.11-pathy-0.10.3 Press Enter key to continue... Running update for: - python3.11-pathy-0.10.3: UPDATING ... - python3.11-pathy-0.10.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pathy/default.nix b/pkgs/development/python-modules/pathy/default.nix index 0c2c0861cf84..d50a8277c7f8 100644 --- a/pkgs/development/python-modules/pathy/default.nix +++ b/pkgs/development/python-modules/pathy/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "pathy"; - version = "0.10.3"; + version = "0.11.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-tFGF0G+bGMbTNG06q4gauWh0VT9mHuiMzS5gJG4QPCI="; + hash = "sha256-uz0OawuL92709jxxkeluCvLtZcj9tfoXSI+ch55jcG0="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.10.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , mock , pathlib-abc , pytestCheckHook , pythonOlder , pythonRelaxDepsHook , setuptools , smart-open , typer }: buildPythonPackage rec { pname = "pathy"; version = "0.11.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-uz0OawuL92709jxxkeluCvLtZcj9tfoXSI+ch55jcG0="; }; nativeBuildInputs = [ pythonRelaxDepsHook ]; pythonRelaxDeps = [ "smart-open" ]; build-system = [ setuptools ]; dependencies = [ pathlib-abc smart-open typer ]; nativeCheckInputs = [ mock pytestCheckHook ]; disabledTestPaths = [ # Exclude tests that require provider credentials "pathy/_tests/test_clients.py" "pathy/_tests/test_gcs.py" "pathy/_tests/test_s3.py" ]; pythonImportsCheck = [ "pathy" ]; meta = with lib; { description = "A Path interface for local and cloud bucket storage"; mainProgram = "pathy"; homepage = "https://github.com/justindujardin/pathy"; license = licenses.asl20; maintainers = with maintainers; [ melling ]; }; }