python312Packages.sse-starlette 2.0.0 -> 2.1.0 https://github.com/sysid/sse-starlette/releases attrpath: python312Packages.sse-starlette 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/19f6d02184rm0q8mwihqq37js1121bh9-packages.json.drv building '/nix/store/19f6d02184rm0q8mwihqq37js1121bh9-packages.json.drv'... Going to be running update for following packages: - python3.12-sse-starlette-2.0.0 Press Enter key to continue... Running update for: - python3.12-sse-starlette-2.0.0: UPDATING ... - python3.12-sse-starlette-2.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sse-starlette/default.nix b/pkgs/development/python-modules/sse-starlette/default.nix index 149a37886ca0..ed32722b0681 100644 --- a/pkgs/development/python-modules/sse-starlette/default.nix +++ b/pkgs/development/python-modules/sse-starlette/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "sse-starlette"; - version = "2.0.0"; + version = "2.1.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "sysid"; repo = "sse-starlette"; rev = "refs/tags/v${version}"; - hash = "sha256-kDcSG/3foP7fMZKYrkKx6FHvT9c9rSzxyv2EHjQ2WSA="; + hash = "sha256-gBkEs1jSKIOme2rbLf+pM3jFDgJkxyU92q+GsUsp8Eo="; }; build-system = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.sse-starlette nix build failed. @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: sse_starlette @nix { "action": "setPhase", "phase": "pytestCheckPhase" } Running phase: pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0 rootdir: /build/source configfile: pyproject.toml plugins: anyio-4.3.0, asyncio-0.23.5.post1 asyncio: mode=Mode.AUTO collecting ...  collected 36 items / 1 error  ==================================== ERRORS ==================================== ________ ERROR collecting tests/integration/test_multiple_consumers.py _________ ImportError while importing test module '/build/source/tests/integration/test_multiple_consumers.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/fmwqa8nvva4sh18bqayzrilrzxq9fm0f-python3-3.12.2/lib/python3.12/importlib/__init__.py:90: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/integration/test_multiple_consumers.py:14: in import requests E ModuleNotFoundError: No module named 'requests' =========================== short test summary info ============================ ERROR tests/integration/test_multiple_consumers.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.51s =============================== /nix/store/v5lsd029lz5lfhamivbgqyp3zdv94ah2-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context