python312Packages.django-rest-registration 0.8.3 -> 0.9.0 https://github.com/apragacz/django-rest-registration/releases attrpath: python312Packages.django-rest-registration 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/hhmy7snrh6x4f73h8iynvdwzj3is624n-packages.json.drv building '/nix/store/hhmy7snrh6x4f73h8iynvdwzj3is624n-packages.json.drv'... Going to be running update for following packages: - python3.12-django-rest-registration-0.8.3 Press Enter key to continue... Running update for: - python3.12-django-rest-registration-0.8.3: UPDATING ... - python3.12-django-rest-registration-0.8.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/django-rest-registration/default.nix b/pkgs/development/python-modules/django-rest-registration/default.nix index eb6fcafac1d0..b62c60d70372 100644 --- a/pkgs/development/python-modules/django-rest-registration/default.nix +++ b/pkgs/development/python-modules/django-rest-registration/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "django-rest-registration"; - version = "0.8.3"; + version = "0.9.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "apragacz"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-RDegK+1A01kfpit3LX+ToViqPlTiZ3dIve38ea7lNxE="; + hash = "sha256-EaS1qN7GpfPPeSLwwQdVWSRO2dv0DG5LD7vnXckz4Bg="; }; propagatedBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/9m6hqyx9cyawc39125ci1x2wjsk5wpf1-nix-2.18.5/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.django-rest-registration nix build failed. /nix/store/pgb120fb7srbh418v4i2a70aq1w9dawd-python3-3.12.5/lib/python3.12/importlib/__init__.py:90: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/unit_tests/api/views/login/test_login.py:16: in from tests.testapps.custom_authtokens.auth import JWTAuthentication tests/testapps/custom_authtokens/auth.py:3: in import jwt E ModuleNotFoundError: No module named 'jwt' _______ ERROR collecting tests/unit_tests/api/views/login/test_login.py ________ ImportError while importing test module '/build/source/tests/unit_tests/api/views/login/test_login.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/pgb120fb7srbh418v4i2a70aq1w9dawd-python3-3.12.5/lib/python3.12/importlib/__init__.py:90: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/unit_tests/api/views/login/test_login.py:16: in from tests.testapps.custom_authtokens.auth import JWTAuthentication tests/testapps/custom_authtokens/auth.py:3: in import jwt E ModuleNotFoundError: No module named 'jwt' =============================== warnings summary =============================== ../../nix/store/0nvckmcabh7d4c1q762sjsmsywq79zl5-python3.12-django-4.2.15/lib/python3.12/site-packages/django/conf/__init__.py:241 /nix/store/0nvckmcabh7d4c1q762sjsmsywq79zl5-python3.12-django-4.2.15/lib/python3.12/site-packages/django/conf/__init__.py:241: RemovedInDjango50Warning: The default value of USE_TZ will change from False to True in Django 5.0. Set USE_TZ to False in your project settings if you want to keep the current default behavior. warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ ERROR tests/testapps/custom_authtokens/auth.py ERROR tests/unit_tests/api/views/login/test_login.py ERROR tests/unit_tests/api/views/login/test_login.py !!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!! ================== 1 deselected, 1 warning, 3 errors in 0.58s ==================