python312Packages.typed-settings 23.1.1 -> 24.1.0 https://repology.org/project/python:typed-settings/versions attrpath: python312Packages.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] this derivation will be built: /nix/store/66l14mnnqgdqa4gfd769w2xj17hg6sf3-packages.json.drv building '/nix/store/66l14mnnqgdqa4gfd769w2xj17hg6sf3-packages.json.drv'... Going to be running update for following packages: - python3.12-typed-settings-23.1.1 Press Enter key to continue... Running update for: - python3.12-typed-settings-23.1.1: UPDATING ... - python3.12-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/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.typed-settings nix build failed. /nix/store/dqsflsigjcxisziiynrxlbsm2y71m4bq-python3-3.12.2/lib/python3.12/importlib/__init__.py:90: 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/dqsflsigjcxisziiynrxlbsm2y71m4bq-python3-3.12.2/lib/python3.12/importlib/__init__.py:90: 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/dqsflsigjcxisziiynrxlbsm2y71m4bq-python3-3.12.2/lib/python3.12/importlib/__init__.py:90: 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.39s =============================== /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context