diffoscope 0 -> 1 attrpath: diffoscope 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] these 2 derivations will be built: /nix/store/w3k9gfrq8pssmhy4c7kly95a8n65i9wk-update-diffoscope.drv /nix/store/bc413jq9kwqn62kmphhgrzv6cnpjh4fk-packages.json.drv building '/nix/store/w3k9gfrq8pssmhy4c7kly95a8n65i9wk-update-diffoscope.drv'... building '/nix/store/bc413jq9kwqn62kmphhgrzv6cnpjh4fk-packages.json.drv'... Going to be running update for following packages: - diffoscope-229 Press Enter key to continue... Running update for: - diffoscope-229: UPDATING ... - diffoscope-229: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/misc/diffoscope/default.nix b/pkgs/tools/misc/diffoscope/default.nix index 1df7ef832b0..712b6642100 100644 --- a/pkgs/tools/misc/diffoscope/default.nix +++ b/pkgs/tools/misc/diffoscope/default.nix @@ -11,11 +11,11 @@ # Note: when upgrading this package, please run the list-missing-tools.sh script as described below! python3Packages.buildPythonApplication rec { pname = "diffoscope"; - version = "229"; + version = "230"; src = fetchurl { url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2"; - sha256 = "sha256-IyTBwlVqOIXERdjvZPTwxhIBPOn8Dt7QbvfBazj5J/A="; + sha256 = "sha256-DmcCZVf2Hwjtd14AzwcIZDIvfDn7C0mn36GYfjijDM8="; }; outputs = [ "out" "man" ]; 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 diffoscope nix build failed. tests/comparators/test_pdf.py: 11 warnings /build/diffoscope-230/diffoscope/comparators/pdf.py:105: PendingDeprecationWarning: getDocumentInfo is deprecated and will be removed in PyPDF2 3.0.0. Use metadata instead. document_info = pdf.getDocumentInfo() tests/comparators/test_pdf.py: 12 warnings /build/diffoscope-230/diffoscope/comparators/pdf.py:123: PendingDeprecationWarning: PdfFileReader is deprecated and will be removed in PyPDF2 3.0.0. Use PdfReader instead. pdf = PyPDF2.PdfFileReader(file.path) tests/comparators/test_pdf.py: 11 warnings /build/diffoscope-230/diffoscope/comparators/pdf.py:126: PendingDeprecationWarning: reader.getNumPages is deprecated and will be removed in PyPDF2 3.0.0. Use len(reader.pages) instead. for x in range(pdf.getNumPages()): tests/comparators/test_pdf.py: 98 warnings /build/diffoscope-230/diffoscope/comparators/pdf.py:127: PendingDeprecationWarning: reader.getPage(pageNumber) is deprecated and will be removed in PyPDF2 3.0.0. Use reader.pages[pageNumber] instead. page = pdf.getPage(x) tests/comparators/test_pdf.py: 65 warnings /build/diffoscope-230/diffoscope/comparators/pdf.py:131: PendingDeprecationWarning: getObject is deprecated and will be removed in PyPDF2 3.0.0. Use get_object instead. subtype = annot.getObject()["/Subtype"] tests/comparators/test_pdf.py::test_annotations tests/comparators/test_pdf.py::test_annotations /build/diffoscope-230/diffoscope/comparators/pdf.py:133: PendingDeprecationWarning: getObject is deprecated and will be removed in PyPDF2 3.0.0. Use get_object instead. xs.append(annot.getObject()["/Contents"]) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/test_presenters.py::test_text_proper_indentation - assert '--- a... = 1 failed, 672 passed, 32 skipped, 5 deselected, 1 xfailed, 211 warnings in 78.97s (0:01:18) =