python312Packages.textual 0.47.1 -> 0.52.1 https://github.com/Textualize/textual/releases attrpath: python312Packages.textual 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/ygdkk92gy9qbyc4xjkcn4vbdshipsd72-packages.json.drv building '/nix/store/ygdkk92gy9qbyc4xjkcn4vbdshipsd72-packages.json.drv'... Going to be running update for following packages: - python3.12-textual-0.47.1 Press Enter key to continue... Running update for: - python3.12-textual-0.47.1: UPDATING ... - python3.12-textual-0.47.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/textual/default.nix b/pkgs/development/python-modules/textual/default.nix index 7b4dd5ac2efb..e27026fec8e5 100644 --- a/pkgs/development/python-modules/textual/default.nix +++ b/pkgs/development/python-modules/textual/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "textual"; - version = "0.47.1"; + version = "0.52.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "Textualize"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-RFaZKQ+0o6ZvfZxx95a1FjSHVJ0VOIAfzkdxYQXYBKU="; + hash = "sha256-a5v8HS6ZswQOl/jIypFJTk+MuMsu89H2pAAlWMPkLjI="; }; nativeBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.textual nix build failed. obj = name = 'get_language', ann = 'textual.document._syntax_aware_document' def annotated_getattr(obj: object, name: str, ann: str) -> object: try: obj = getattr(obj, name) except AttributeError as e: > raise AttributeError( "{!r} object at {} has no attribute {!r}".format( type(obj).__name__, ann, name ) ) from e E AttributeError: 'module' object at textual.document._syntax_aware_document has no attribute 'get_language' /nix/store/srq6cpawjsy99hk77ws2hl1fxlzvydx3-python3.12-pytest-7.4.4/lib/python3.12/site-packages/_pytest/monkeypatch.py:91: AttributeError =============================== warnings summary =============================== tests/test_widget.py::test_get_child_by_id_only_immediate_descendents /nix/store/srq6cpawjsy99hk77ws2hl1fxlzvydx3-python3.12-pytest-7.4.4/lib/python3.12/site-packages/_pytest/unraisableexception.py:78: PytestUnraisableExceptionWarning: Exception ignored in: .MyApp.callback at 0x7ffff06ac7c0> Traceback (most recent call last): File "", line 1, in KeyError: '__import__' warnings.warn(pytest.PytestUnraisableExceptionWarning(msg)) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/text_area/test_languages.py::test_language_binary_missing - AttributeError: 'module' object at textual.document._syntax_aware_document ... = 1 failed, 2414 passed, 1 skipped, 4 deselected, 4 xfailed, 1 warning in 134.99s (0:02:14) = /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context