python311Packages.fpdf2: 2.7.6 -> 2.7.7

Diff: https://github.com/py-pdf/fpdf2/compare/2.7.6...2.7.7

Changelog: https://github.com/py-pdf/fpdf2/blob/2.7.7/CHANGELOG.md
This commit is contained in:
Robert Schütz 2024-02-06 18:46:19 -08:00
parent f8e2ebd66d
commit d89d840ee9

View file

@ -12,23 +12,24 @@
, qrcode , qrcode
, camelot , camelot
, uharfbuzz , uharfbuzz
, lxml
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "fpdf2"; pname = "fpdf2";
version = "2.7.6"; version = "2.7.7";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "py-pdf"; owner = "py-pdf";
repo = "fpdf2"; repo = "fpdf2";
rev = version; rev = version;
hash = "sha256-wiCKmS+GlrYV2/6TEdXUbmWIMWU4hyzswFJZR9EOWxc="; hash = "sha256-6B68kwxAW3cHpwMTDhj3C4zEOR6o6USqpSXB7uxcEXs=";
}; };
postPatch = '' postPatch = ''
substituteInPlace setup.cfg \ substituteInPlace setup.cfg \
--replace "--cov=fpdf --cov-report=xml" "" --replace-fail "--cov=fpdf --cov-report=xml" ""
''; '';
nativeBuildInputs = [ setuptools ]; nativeBuildInputs = [ setuptools ];
@ -44,6 +45,7 @@ buildPythonPackage rec {
qrcode qrcode
camelot camelot
uharfbuzz uharfbuzz
lxml
]; ];
disabledTestPaths = [ disabledTestPaths = [