From c67c36f837964a3713eea7514e4193d64b411484 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Fri, 20 Dec 2024 14:37:01 -0600 Subject: [PATCH] python3-WeasyPrint: update to 63.1. --- srcpkgs/python3-WeasyPrint/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-WeasyPrint/template b/srcpkgs/python3-WeasyPrint/template index b14e6c1ef55..91b26ddd6fe 100644 --- a/srcpkgs/python3-WeasyPrint/template +++ b/srcpkgs/python3-WeasyPrint/template @@ -1,10 +1,11 @@ # Template file for 'python3-WeasyPrint' pkgname=python3-WeasyPrint -version=63.0 -revision=2 +version=63.1 +revision=1 build_style=python3-pep517 _runtime_deps="fonttools python3-Pillow python3-cssselect2 python3-html5lib - python3-cffi python3-Pyphen python3-pydyf python3-tinyhtml5 glib pango" + python3-cffi python3-Pyphen python3-pydyf python3-tinyhtml5 python3-tinycss2 + glib pango" hostmakedepends="python3-poetry-core python3-flit_core ${_runtime_deps}" depends="${_runtime_deps}" checkdepends="python3-pytest-flake8 python3-pytest-xdist python3-pytest-isort @@ -14,5 +15,5 @@ maintainer="Andrew Benson " license="GPL-3.0-or-later" homepage="https://weasyprint.org" distfiles="https://github.com/Kozea/WeasyPrint/archive/refs/tags/v${version}.tar.gz" -checksum=1eade2c8a0fc33baea72a37ef5bb094cd473fbf20e5059caa6869a5f6881c812 +checksum=35c8a4ea983289d6360bc7f4377de4beb630d70f86d6f1dce6e1ba4b1fcf2461 make_check=no # Tests are broken on flake8 >= v5.x