2022-11-03T11:41:17 deepdiff 6.1.0 -> 6.2.1 https://github.com/seperman/deepdiff/releases 2022-11-03T11:41:20 attrpath: deepdiff 2022-11-03T11:41:20 Checking auto update branch... 2022-11-03T11:41:20 No auto update branch exists 2022-11-03T11:41:25 [version] 2022-11-03T11:41:28 [version] updated version and sha256 2022-11-03T11:41:28 [rustCrateVersion] 2022-11-03T11:41:28 [rustCrateVersion] No cargoSha256 found 2022-11-03T11:41:28 [golangModuleVersion] 2022-11-03T11:41:28 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-03T11:41:28 [updateScript] 2022-11-03T11:41:28 [updateScript] skipping because derivation has no updateScript 2022-11-03T11:41:28 2022-11-03T11:41:28 [quotedUrls] 2022-11-03T11:41:28 [quotedUrls] nothing found to replace 2022-11-03T11:41:28 Diff after rewrites: diff --git a/pkgs/development/python-modules/deepdiff/default.nix b/pkgs/development/python-modules/deepdiff/default.nix index 368e95c2a1a..bf296db3815 100644 --- a/pkgs/development/python-modules/deepdiff/default.nix +++ b/pkgs/development/python-modules/deepdiff/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "deepdiff"; - version = "6.1.0"; + version = "6.2.1"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "seperman"; repo = "deepdiff"; rev = "refs/tags/${version}"; - hash = "sha256-ngtQNyVQaywMyYitj37m0RJGBiMpjB4b8Rn+feMOjVU="; + hash = "sha256-AKah3A9srKm/cFWM7IiZ7JxQ8s0KTuh8VLKOymsDgnA="; }; postPatch = '' 2022-11-03T11:43:08 Python package with too many package rebuilds 71 > 25 2022-11-03T18:18:22 deepdiff 5.8.2 -> 6.2.1 https://pypi.org/project/deepdiff/ 2022-11-03T18:18:26 attrpath: deepdiff 2022-11-03T18:18:26 Checking auto update branch... 2022-11-03T18:18:26 No auto update branch exists 2022-11-03T18:18:27 Old version 5.8.2" not present in master derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , click , ordered-set , clevercsv , jsonpickle , numpy , pytestCheckHook , pyyaml , toml , pythonOlder }: buildPythonPackage rec { pname = "deepdiff"; version = "6.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "seperman"; repo = "deepdiff"; rev = "refs/tags/${version}"; hash = "sha256-ngtQNyVQaywMyYitj37m0RJGBiMpjB4b8Rn+feMOjVU="; }; postPatch = '' substituteInPlace tests/test_command.py \ --replace '/tmp/' "$TMPDIR/" ''; propagatedBuildInputs = [ ordered-set ]; passthru.optional-dependencies = { cli = [ clevercsv click pyyaml toml ]; }; checkInputs = [ jsonpickle numpy pytestCheckHook ] ++ passthru.optional-dependencies.cli; 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 ]; }; }