python310Packages.construct 0 -> 1 attrpath: python310Packages.construct 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] Going to be running update for following packages: - python3.10-construct-2.10.69 Press Enter key to continue... Running update for: - python3.10-construct-2.10.69: UPDATING ... - python3.10-construct-2.10.69: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/construct/default.nix b/pkgs/development/python-modules/construct/default.nix index f6c5bb50b59d..917a6f4f95db 100644 --- a/pkgs/development/python-modules/construct/default.nix +++ b/pkgs/development/python-modules/construct/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "construct"; - version = "2.10.69"; + version = "2.10.70"; pyproject = true; disabled = pythonOlder "3.6"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "construct"; repo = "construct"; rev = "refs/tags/v${version}"; - hash = "sha256-v1ieZytX9I2BR6UBD6TztCBT4KWtqfFZVKNtXIRNEB0="; + hash = "sha256-5otjjIyje0+z/Y/C2ivmu08PNm0oJcSSvZkQfGxHDuQ="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.10.69" not present in staging derivation file with contents: { lib , stdenv , arrow , buildPythonPackage , cloudpickle , cryptography , fetchFromGitHub , lz4 , numpy , pytestCheckHook , pythonOlder , ruamel-yaml , setuptools }: buildPythonPackage rec { pname = "construct"; version = "2.10.70"; pyproject = true; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "construct"; repo = "construct"; rev = "refs/tags/v${version}"; hash = "sha256-5otjjIyje0+z/Y/C2ivmu08PNm0oJcSSvZkQfGxHDuQ="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ # Not an explicit dependency, but it's imported by an entrypoint lz4 ]; passthru.optional-dependencies = { extras = [ arrow cloudpickle cryptography numpy ruamel-yaml ]; }; nativeCheckInputs = [ pytestCheckHook ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); pythonImportsCheck = [ "construct" ]; disabledTests = [ "test_benchmarks" ] ++ lib.optionals stdenv.isDarwin [ "test_multiprocessing" ]; meta = with lib; { description = "Powerful declarative parser (and builder) for binary data"; homepage = "https://construct.readthedocs.org/"; changelog = "https://github.com/construct/construct/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ bjornfor ]; }; }