python310Packages.django-redis 0 -> 1 attrpath: python310Packages.django-redis 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rs58c97s0ck24n7lpr3aa096j271fxrh-packages.json.drv building '/nix/store/rs58c97s0ck24n7lpr3aa096j271fxrh-packages.json.drv'... Going to be running update for following packages: - python3.10-django-redis-5.2.0 Press Enter key to continue... Running update for: - python3.10-django-redis-5.2.0: UPDATING ... - python3.10-django-redis-5.2.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/django-redis/default.nix b/pkgs/development/python-modules/django-redis/default.nix index 39c430f1be2a..840607594ded 100644 --- a/pkgs/development/python-modules/django-redis/default.nix +++ b/pkgs/development/python-modules/django-redis/default.nix @@ -20,7 +20,7 @@ let pname = "django-redis"; - version = "5.2.0"; + version = "5.3.0"; in buildPythonPackage { inherit pname version; @@ -30,8 +30,8 @@ buildPythonPackage { src = fetchFromGitHub { owner = "jazzband"; repo = "django-redis"; - rev = version; - hash = "sha256-e8wCgfxBT+WKFY4H83CTMirTpQym3QAoeWnXbRCDO90="; + rev = "refs/tags/${version}"; + hash = "sha256-eX9rUUvpkRrkZ82YalWn8s9DTw6nsbGzi1A6ibRoQGw="; }; postPatch = '' No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.django-redis nix build failed. /nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/unittest/mock.py:1358: in decoration_helper arg = exit_stack.enter_context(patching) /nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/contextlib.py:492: in enter_context result = _cm_type.__enter__(cm) /nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/unittest/mock.py:1431: in __enter__ self.target = self.getter() /nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/unittest/mock.py:1618: in getter = lambda: _importer(target) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ target = 'test_client.DefaultClient' def _importer(target): components = target.split('.') import_path = components.pop(0) > thing = __import__(import_path) E ModuleNotFoundError: No module named 'test_client' /nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/unittest/mock.py:1257: ModuleNotFoundError =============================== warnings summary =============================== ../../nix/store/jd91ba0y04ci8d6nv31z22548a829xph-python3.10-pytest-7.2.1/lib/python3.10/site-packages/_pytest/config/__init__.py:1294 /nix/store/jd91ba0y04ci8d6nv31z22548a829xph-python3.10-pytest-7.2.1/lib/python3.10/site-packages/_pytest/config/__init__.py:1294: PytestConfigWarning: Unknown config option: python_paths self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/test_client.py::TestDefaultClient::test_delete_pattern_calls_pipeline_delete_and_execute - ModuleNotFoundError: No module named 'test_client' =========== 1 failed, 114 passed, 7 deselected, 1 warning in 19.53s ============ /nix/store/7aprjn0yf6p06krg4087sxvilfp4c8yy-stdenv-linux/setup: line 1596: pop_var_context: head of shell_variables not a function context