python311Packages.typed-settings 0 -> 1 attrpath: python311Packages.typed-settings 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.11-typed-settings-23.1.1 Press Enter key to continue... Running update for: - python3.11-typed-settings-23.1.1: UPDATING ... - python3.11-typed-settings-23.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/typed-settings/default.nix b/pkgs/development/python-modules/typed-settings/default.nix index 6415e590af06..4b28386a1192 100644 --- a/pkgs/development/python-modules/typed-settings/default.nix +++ b/pkgs/development/python-modules/typed-settings/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "typed-settings"; - version = "23.1.1"; + version = "24.1.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "typed_settings"; inherit version; - hash = "sha256-0esWiZ0dVnIJ+TDSD+0+zq63I1JcKH3iVe34pFRQX9U="; + hash = "sha256-luUfVsN6uNYZkXfcAUc5P6Y+WYpfAdU6D01kgQMNniw="; }; nativeBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.typed-settings nix build failed. /nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_cli_click.py:11: in import pydantic E ModuleNotFoundError: No module named 'pydantic' ___________________ ERROR collecting tests/test_cls_utils.py ___________________ ImportError while importing test module '/build/typed_settings-24.1.0/tests/test_cls_utils.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_cls_utils.py:8: in import pydantic E ModuleNotFoundError: No module named 'pydantic' __________________ ERROR collecting tests/test_converters.py ___________________ ImportError while importing test module '/build/typed_settings-24.1.0/tests/test_converters.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_converters.py:25: in import pydantic E ModuleNotFoundError: No module named 'pydantic' =========================== short test summary info ============================ ERROR tests/test_cli_click.py ERROR tests/test_cls_utils.py ERROR tests/test_converters.py !!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 3 errors in 0.34s =============================== /nix/store/yq9qag5ak3w15nhcqplnhxpny6295l36-stdenv-linux/setup: line 1582: pop_var_context: head of shell_variables not a function context