python310Packages.jsonschema 0 -> 1 attrpath: python310Packages.jsonschema 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/mk2zb7nslsxhicypmhsig3ww1nmw9w9d-packages.json.drv building '/nix/store/mk2zb7nslsxhicypmhsig3ww1nmw9w9d-packages.json.drv'... Going to be running update for following packages: - python3.10-jsonschema-4.18.4 Press Enter key to continue... Running update for: - python3.10-jsonschema-4.18.4: UPDATING ... - python3.10-jsonschema-4.18.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/jsonschema/default.nix b/pkgs/development/python-modules/jsonschema/default.nix index 0f3d69b18d8c..72c5f282b0f8 100644 --- a/pkgs/development/python-modules/jsonschema/default.nix +++ b/pkgs/development/python-modules/jsonschema/default.nix @@ -28,14 +28,14 @@ buildPythonPackage rec { pname = "jsonschema"; - version = "4.18.4"; + version = "4.19.1"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-+zZCc1OZ+pWMDSqtcFeQFVRZbGM0n09rKDxJPPaSol0="; + hash = "sha256-7ITMN8+nA+981JKNsk+csxQopdD6d3R7i1GoR0WOC78="; }; postPatch = '' No auto update branch exists Old version 4.18.4" not present in staging derivation file with contents: { lib , attrs , buildPythonPackage , fetchPypi , hatch-fancy-pypi-readme , hatch-vcs , hatchling , importlib-resources , jsonschema-specifications , pkgutil-resolve-name , pip , pytestCheckHook , pythonOlder , referencing , rpds-py # optionals , fqdn , idna , isoduration , jsonpointer , rfc3339-validator , rfc3986-validator , rfc3987 , uri-template , webcolors }: buildPythonPackage rec { pname = "jsonschema"; version = "4.19.0"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-bh51aawTvoE5st0sIaVdNQBm7j+A3wbGCLOYzcbzDo8="; }; postPatch = '' patchShebangs json/bin/jsonschema_suite ''; nativeBuildInputs = [ hatch-fancy-pypi-readme hatch-vcs hatchling ]; propagatedBuildInputs = [ attrs jsonschema-specifications referencing rpds-py ] ++ lib.optionals (pythonOlder "3.9") [ importlib-resources pkgutil-resolve-name ]; passthru.optional-dependencies = { format = [ fqdn idna isoduration jsonpointer rfc3339-validator rfc3987 uri-template webcolors ]; format-nongpl = [ fqdn idna isoduration jsonpointer rfc3339-validator rfc3986-validator uri-template webcolors ]; }; nativeCheckInputs = [ pip pytestCheckHook ]; pythonImportsCheck = [ "jsonschema" ]; meta = with lib; { description = "An implementation of JSON Schema validation"; homepage = "https://github.com/python-jsonschema/jsonschema"; license = licenses.mit; maintainers = with maintainers; [ domenkozar ]; }; }