python311Packages.pathspec 0.11.0 -> 0.11.2 https://repology.org/project/python:pathspec/versions attrpath: python311Packages.pathspec 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/vqa9yr3ab3r11rdy8xpd56s4jb3ya90j-packages.json.drv building '/nix/store/vqa9yr3ab3r11rdy8xpd56s4jb3ya90j-packages.json.drv'... Going to be running update for following packages: - python3.11-pathspec-0.11.0 Press Enter key to continue... Running update for: - python3.11-pathspec-0.11.0: UPDATING ... - python3.11-pathspec-0.11.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pathspec/default.nix b/pkgs/development/python-modules/pathspec/default.nix index b43bcdb2382b..5b97cea17b79 100644 --- a/pkgs/development/python-modules/pathspec/default.nix +++ b/pkgs/development/python-modules/pathspec/default.nix @@ -14,12 +14,12 @@ buildPythonPackage rec { pname = "pathspec"; - version = "0.11.0"; + version = "0.11.2"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-ZNM41OCRTpHBeSMh5pB7Wlk/GrGFHef8JpVXohsw67w="; + hash = "sha256-4NjQrC8S2mGVbrIwa2n5RptC9N6w88tu1HuczpmWztM="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.11.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder , flit-core , unittestCheckHook # for passthru.tests , awsebcli , black , hatchling , yamllint }: buildPythonPackage rec { pname = "pathspec"; version = "0.11.2"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-4NjQrC8S2mGVbrIwa2n5RptC9N6w88tu1HuczpmWztM="; }; nativeBuildInputs = [ flit-core ]; pythonImportsCheck = [ "pathspec" ]; checkInputs = [ unittestCheckHook ]; passthru.tests = { inherit awsebcli black hatchling yamllint; }; meta = { description = "Utility library for gitignore-style pattern matching of file paths"; homepage = "https://github.com/cpburnz/python-path-specification"; changelog = "https://github.com/cpburnz/python-pathspec/blob/v${version}/CHANGES.rst"; license = lib.licenses.mpl20; maintainers = with lib.maintainers; [ copumpkin ]; }; }