python311Packages.fpdf2 0 -> 1 attrpath: python311Packages.fpdf2 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] Going to be running update for following packages: - python3.11-fpdf2-2.7.7 Press Enter key to continue... Running update for: - python3.11-fpdf2-2.7.7: UPDATING ... - python3.11-fpdf2-2.7.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/fpdf2/default.nix b/pkgs/development/python-modules/fpdf2/default.nix index 292478ea2557..fdd43f1ca5c8 100644 --- a/pkgs/development/python-modules/fpdf2/default.nix +++ b/pkgs/development/python-modules/fpdf2/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "fpdf2"; - version = "2.7.7"; + version = "2.7.8"; pyproject = true; src = fetchFromGitHub { owner = "py-pdf"; repo = "fpdf2"; - rev = version; - hash = "sha256-6B68kwxAW3cHpwMTDhj3C4zEOR6o6USqpSXB7uxcEXs="; + rev = "refs/tags/${version}"; + hash = "sha256-6aedXr8Yhes1aYIslBvw2HzRc4BwYDIiGJvEdp1tFSc="; }; 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 python311Packages.fpdf2 nix build failed. test/image/test_vector_image.py::test_svg_image_no_viewbox /build/source/test/image/test_vector_image.py:45: UserWarning: has no "viewBox", using its "width" & "height" as default "viewBox" img = pdf.image(SVG_SRCDIR / "simple_rect_no_viewbox.svg") test/image/test_vector_image.py::test_svg_image_with_custom_width_and_no_viewbox /build/source/test/image/test_vector_image.py:75: UserWarning: has no "viewBox", using its "width" & "height" as default "viewBox" img = pdf.image(SVG_SRCDIR / "simple_rect_no_viewbox.svg", w=60) test/image/test_vector_image.py::test_svg_image_with_custom_size_and_no_viewbox /build/source/test/image/test_vector_image.py:106: UserWarning: has no "viewBox", using its "width" & "height" as default "viewBox" img = pdf.image(SVG_SRCDIR / "simple_rect_no_viewbox.svg", x=50, y=50, w=30, h=60) test/image/test_vector_image.py::test_svg_image_style_inherited_from_fpdf /build/source/test/image/test_vector_image.py:132: UserWarning: has no "viewBox", using its "width" & "height" as default "viewBox" pdf.image( test/image/test_vector_image.py::test_svg_image_from_bytesio /build/source/test/image/test_vector_image.py:145: UserWarning: has no "viewBox", using its "width" & "height" as default "viewBox" pdf.image( test/image/test_vector_image.py::test_svg_image_from_bytes /build/source/test/image/test_vector_image.py:158: UserWarning: has no "viewBox", using its "width" & "height" as default "viewBox" pdf.image( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED test/text_shaping/test_bidirectional.py::test_bidi_conformance - urllib.error.URLError: