python310Packages.path 16.6.0 -> 16.7.1 https://repology.org/project/python:path.py/versions attrpath: python310Packages.path 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/8dxnx6nxy5fp5ak6xw7i7fn4zwc767n2-packages.json.drv building '/nix/store/8dxnx6nxy5fp5ak6xw7i7fn4zwc767n2-packages.json.drv'... Going to be running update for following packages: - python3.10-path-16.6.0 Press Enter key to continue... Running update for: - python3.10-path-16.6.0: UPDATING ... - python3.10-path-16.6.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/path/default.nix b/pkgs/development/python-modules/path/default.nix index 93f1fbcabe55..ca99357c7610 100644 --- a/pkgs/development/python-modules/path/default.nix +++ b/pkgs/development/python-modules/path/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "path"; - version = "16.6.0"; + version = "16.7.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-vqOBbh1U9OM6rHjSAxoLDtL5XmnbhbRdUfF9+XBx2mk="; + hash = "sha256-K0d/WIcDPzy+oc/YVT7mpqSY6yVAoZ9KoIKCKq3Oowo="; }; nativeBuildInputs = [ No auto update branch exists Old version 16.6.0" not present in staging derivation file with contents: { lib , appdirs , buildPythonPackage , fetchPypi , packaging , pytestCheckHook , pythonOlder , setuptools-scm }: buildPythonPackage rec { pname = "path"; version = "16.7.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-K0d/WIcDPzy+oc/YVT7mpqSY6yVAoZ9KoIKCKq3Oowo="; }; nativeBuildInputs = [ setuptools-scm ]; nativeCheckInputs = [ pytestCheckHook ]; disabledTests = [ # creates a file, checks when it was last accessed/modified # AssertionError: assert 1650036414.0 == 1650036414.960688 "test_utime" ]; pythonImportsCheck = [ "path" ]; meta = with lib; { description = "Object-oriented file system path manipulation"; homepage = "https://github.com/jaraco/path"; changelog = "https://github.com/jaraco/path/blob/v${version}/NEWS.rst"; license = licenses.mit; maintainers = with maintainers; [ ]; }; }