python310Packages.django-cacheops 0 -> 1 attrpath: python310Packages.django-cacheops 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/4hqhk19qi94vcdkgs83fdi3158jj9hqh-packages.json.drv building '/nix/store/4hqhk19qi94vcdkgs83fdi3158jj9hqh-packages.json.drv'... Going to be running update for following packages: - python3.10-django-cacheops-6.2 Press Enter key to continue... Running update for: - python3.10-django-cacheops-6.2: UPDATING ... - python3.10-django-cacheops-6.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/django-cacheops/default.nix b/pkgs/development/python-modules/django-cacheops/default.nix index 8122af7e28b..c5e2c16f3be 100644 --- a/pkgs/development/python-modules/django-cacheops/default.nix +++ b/pkgs/development/python-modules/django-cacheops/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "django-cacheops"; - version = "6.2"; + version = "7.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-zHP9ChwUeZJT/yCopFeRo8jSgCIXswHnDPoIroGeQ48="; + hash = "sha256-hil9WSLZ4UvvD5umYbEsSnNY0K2gCSeRv1Zz182Om9w="; }; propagatedBuildInputs = [ 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-cacheops nix build failed. @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } pythonImportsCheckPhase Executing pythonImportsCheckPhase @nix { "action": "setPhase", "phase": "pytestCheckPhase" } pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.10.10, pytest-7.2.1, pluggy-1.0.0 django: settings: tests.settings (from env) rootdir: /build/django-cacheops-7.0, configfile: pytest.ini plugins: django-4.5.2 collecting ...  collected 29 items / 1 error / 16 deselected / 13 selected  ==================================== ERRORS ==================================== _______________________ ERROR collecting tests/tests.py ________________________ ImportError while importing test module '/build/django-cacheops-7.0/tests/tests.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/syz2y6j53y5hpzbs7l0965zwxshi8iyl-python3-3.10.10/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/tests.py:5: in import mock E ModuleNotFoundError: No module named 'mock' =========================== short test summary info ============================ ERROR tests/tests.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! ======================= 16 deselected, 1 error in 0.18s ======================== /nix/store/sw36plhp82916wwg6i6097rkzza7d950-stdenv-linux/setup: line 1594: pop_var_context: head of shell_variables not a function context