python310Packages.drf-spectacular 0 -> 1 attrpath: python310Packages.drf-spectacular 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/35d1pdm92xvhfg3prqnyq858l9a9q3vg-packages.json.drv building '/nix/store/35d1pdm92xvhfg3prqnyq858l9a9q3vg-packages.json.drv'... Going to be running update for following packages: - python3.10-drf-spectacular-0.26.2 Press Enter key to continue... Running update for: - python3.10-drf-spectacular-0.26.2: UPDATING ... - python3.10-drf-spectacular-0.26.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/drf-spectacular/default.nix b/pkgs/development/python-modules/drf-spectacular/default.nix index d21e9f5b9dc..b8a5b6beda9 100644 --- a/pkgs/development/python-modules/drf-spectacular/default.nix +++ b/pkgs/development/python-modules/drf-spectacular/default.nix @@ -28,13 +28,13 @@ buildPythonPackage rec { pname = "drf-spectacular"; - version = "0.26.2"; + version = "0.26.3"; src = fetchFromGitHub { owner = "tfranzel"; repo = "drf-spectacular"; rev = "refs/tags/${version}"; - hash = "sha256-wwR7ZdbWFNRgxQubdgriDke5W6u7VNsNZV9xqQypSrY="; + hash = "sha256-O47676BOuCx3wMpeuRATQOAWZQev+R+OxZi4boQABmc="; }; 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.drf-spectacular nix build failed. > assert actual == expected and not diff, diff E AssertionError: ---  E +++  E @@ -396,15 +396,15 @@ E type: object E description: Serializer for JWT authentication. E properties: E - access: E - type: string E - refresh: E + access_token: E + type: string E + refresh_token: E type: string E user: E $ref: '#/components/schemas/UserDetails' E required: E - - access E - - refresh E + - access_token E + - refresh_token E - user E Login: E type: object tests/__init__.py:61: AssertionError =========================== short test summary info ============================ FAILED tests/contrib/test_rest_auth.py::test_rest_auth_token - AssertionError: --- ================= 1 failed, 465 passed, 2 deselected in 13.65s ================= /nix/store/fzb9wy1yz0hn69vxw12954szvrjnjjgk-stdenv-linux/setup: line 1596: pop_var_context: head of shell_variables not a function context