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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jdrdml3m7sfid3fbmhm809lkkpb9y94g-packages.json.drv building '/nix/store/jdrdml3m7sfid3fbmhm809lkkpb9y94g-packages.json.drv'... Going to be running update for following packages: - python3.10-jsonschema-4.17.3 Press Enter key to continue... Running update for: - python3.10-jsonschema-4.17.3: UPDATING ... - python3.10-jsonschema-4.17.3: 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 52bc89511d23..abe5471fb4ad 100644 --- a/pkgs/development/python-modules/jsonschema/default.nix +++ b/pkgs/development/python-modules/jsonschema/default.nix @@ -27,14 +27,14 @@ buildPythonPackage rec { pname = "jsonschema"; - version = "4.17.3"; + version = "4.18.6"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-D4ZEN6uLYHa6ZwdFPvj5imoNUSqA6T+KvbZ29zfstg0="; + hash = "sha256-znHS+MeYPvdadW5Wgxe/VLxTHcOtfmahKOrg1RYj2KM="; }; postPatch = '' No auto update branch exists Old version 4.17.3" 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 , pytestCheckHook , pythonOlder , referencing , rpds-py # optionals , fqdn , idna , isoduration , jsonpointer , rfc3339-validator , rfc3986-validator , rfc3987 , uri-template , webcolors }: buildPythonPackage rec { pname = "jsonschema"; version = "4.18.4"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-+zZCc1OZ+pWMDSqtcFeQFVRZbGM0n09rKDxJPPaSol0="; }; 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 = [ 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 ]; }; }