python312Packages.textual 0.47.1 -> 0.53.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/8ncwq33h59hphqxvc7gp0km3k527rqji-packages.json.drv building '/nix/store/8ncwq33h59hphqxvc7gp0km3k527rqji-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..b1664f24daf9 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.53.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-73qEogHe69B66r4EJOj2RAP95O5z7v/UYARTIEPxrcA="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.47.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , jinja2 , markdown-it-py , poetry-core , pytest-aiohttp , pytestCheckHook , pythonOlder , rich , syrupy , time-machine , tree-sitter , typing-extensions }: buildPythonPackage rec { pname = "textual"; version = "0.52.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "Textualize"; repo = "textual"; rev = "refs/tags/v${version}"; hash = "sha256-a5v8HS6ZswQOl/jIypFJTk+MuMsu89H2pAAlWMPkLjI="; }; build-system = [ poetry-core ]; dependencies = [ markdown-it-py rich typing-extensions ] ++ markdown-it-py.optional-dependencies.plugins ++ markdown-it-py.optional-dependencies.linkify; optional-dependencies = { syntax = [ tree-sitter # tree-sitter-languages ]; }; nativeCheckInputs = [ jinja2 pytest-aiohttp pytestCheckHook syrupy time-machine ] ++ optional-dependencies.syntax; disabledTestPaths = [ # snapshot tests require syrupy<4 "tests/snapshot_tests/test_snapshots.py" ]; disabledTests = [ # Assertion issues "test_textual_env_var" "test_softbreak_split_links_rendered_correctly" # requires tree-sitter-languages which is not packaged in nixpkgs "test_register_language" "test_language_binary_missing" ]; pythonImportsCheck = [ "textual" ]; __darwinAllowLocalNetworking = true; meta = with lib; { description = "TUI framework for Python inspired by modern web development"; homepage = "https://github.com/Textualize/textual"; changelog = "https://github.com/Textualize/textual/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ joelkoen ]; }; }