python310Packages.deepdiff 6.3.0 -> 6.5.0 https://repology.org/project/python:deepdiff/versions attrpath: python310Packages.deepdiff 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/grnd8q5rigwq25ip1sm7xgs3r5ghdaha-packages.json.drv building '/nix/store/grnd8q5rigwq25ip1sm7xgs3r5ghdaha-packages.json.drv'... Going to be running update for following packages: - python3.10-deepdiff-6.3.0 Press Enter key to continue... Running update for: - python3.10-deepdiff-6.3.0: UPDATING ... - python3.10-deepdiff-6.3.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/deepdiff/default.nix b/pkgs/development/python-modules/deepdiff/default.nix index 7f1f0481d228..09357017755a 100644 --- a/pkgs/development/python-modules/deepdiff/default.nix +++ b/pkgs/development/python-modules/deepdiff/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "deepdiff"; - version = "6.3.0"; + version = "6.4.1"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "seperman"; repo = "deepdiff"; rev = "refs/tags/${version}"; - hash = "sha256-txZ1X1J8DwueDRpLP3OuRA+S9hc5G3YCmEG+AS6ZAkI="; + hash = "sha256-oO5+ZCDgqonxaHR95tSrPkZDar/fzr1FXtl6J2W3PeU="; }; postPatch = '' No auto update branch exists Old version 6.3.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , click , ordered-set , orjson , clevercsv , jsonpickle , numpy , pytestCheckHook , python-dateutil , pyyaml , toml , tomli-w , pythonOlder }: buildPythonPackage rec { pname = "deepdiff"; version = "6.4.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "seperman"; repo = "deepdiff"; rev = "refs/tags/${version}"; hash = "sha256-oO5+ZCDgqonxaHR95tSrPkZDar/fzr1FXtl6J2W3PeU="; }; postPatch = '' substituteInPlace tests/test_command.py \ --replace '/tmp/' "$TMPDIR/" ''; propagatedBuildInputs = [ ordered-set orjson ]; passthru.optional-dependencies = { cli = [ clevercsv click pyyaml toml ]; }; nativeCheckInputs = [ jsonpickle numpy pytestCheckHook python-dateutil tomli-w ] ++ passthru.optional-dependencies.cli; disabledTests = [ # not compatible with pydantic 2.x "test_pydantic1" "test_pydantic2" ]; pythonImportsCheck = [ "deepdiff" ]; meta = with lib; { description = "Deep Difference and Search of any Python object/data"; homepage = "https://github.com/seperman/deepdiff"; changelog = "https://github.com/seperman/deepdiff/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ mic92 ]; }; }