python312Packages.asana 5.0.3 -> 5.0.5 https://github.com/asana/python-asana/releases attrpath: python312Packages.asana 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/w2ycqplma05hdba2af2ylb61g446dzvx-packages.json.drv building '/nix/store/w2ycqplma05hdba2af2ylb61g446dzvx-packages.json.drv'... Going to be running update for following packages: - python3.12-asana-5.0.3 Press Enter key to continue... Running update for: - python3.12-asana-5.0.3: UPDATING ... - python3.12-asana-5.0.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/asana/default.nix b/pkgs/development/python-modules/asana/default.nix index a37a70844d6e..2f1e512fd8ab 100644 --- a/pkgs/development/python-modules/asana/default.nix +++ b/pkgs/development/python-modules/asana/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "asana"; - version = "5.0.3"; + version = "5.0.5"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "asana"; repo = "python-asana"; rev = "refs/tags/v${version}"; - hash = "sha256-9F63DvwMh9NwlTqFuhiXfgRRRxAFjjRYmYzsuOhlQJ0="; + hash = "sha256-1ZMoOzb0N2iYzZ/nXOJ2z8O+363t9huRiJU1puciMo4="; }; propagatedBuildInputs = [ 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.asana nix build failed. ============================= test session starts ============================== platform linux -- Python 3.12.2, pytest-7.4.4, pluggy-1.4.0 rootdir: /build/source collecting ...  collected 181 items / 2 errors  ==================================== ERRORS ==================================== ______________ ERROR collecting build_tests/test_projects_api.py _______________ ImportError while importing test module '/build/source/build_tests/test_projects_api.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) build_tests/test_projects_api.py:11: in from dotenv import load_dotenv E ModuleNotFoundError: No module named 'dotenv' ________________ ERROR collecting build_tests/test_tasks_api.py ________________ ImportError while importing test module '/build/source/build_tests/test_tasks_api.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) build_tests/test_tasks_api.py:11: in from dotenv import load_dotenv E ModuleNotFoundError: No module named 'dotenv' =========================== short test summary info ============================ ERROR build_tests/test_projects_api.py ERROR build_tests/test_tasks_api.py !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 2 errors in 0.36s =============================== /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context