Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id CA938780ECA for <~alpine/aports@lists.alpinelinux.org>; Fri, 12 Mar 2021 13:00:09 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1615554007; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=+r5SEzqVRTmVQJ/ryS9jtPQpMuK7BLg/pvJpqZYQR+8=; b=JL2AO7V5xXemVFfsamC0vuArqG8jaDeqNnKMQ5wK2Tpn75oZlZxErFVdeou5kZAhZqb4bv o1aknw1/lM4jsjwyTxLPkgPfWNWaJqXk3grlAki6W8XhNelo9i1gNua7MB2V62fBDVQuWX fW9RTSuEBGoVo+bvo32SvmP+DQccfQKp0tASEMF1jP2TTzKuQqcs78+1f+C0W3gzUYgZWf uU3ahvXSrYFK0ICV7o8Z4WzxdoxeKc7Y+8zKqYvFNIILoLa5L/g5kz987ZLqYTQbzK01Y6 IAHg/7l8/R0TqBYL8yY01cIm3fKQ5ScdCvqUxAVnLY/VEk6ykmpqZWB/d+O0zg== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] testing/py3-weasyprint: upgrade to 52.4 Date: Fri, 12 Mar 2021 08:00:04 -0500 Message-Id: <20210312130004.23859-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com --- testing/py3-weasyprint/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/py3-weasyprint/APKBUILD b/testing/py3-weasyprint/APKBUILD index 4ec664e5a0..39cbc2c878 100644 --- a/testing/py3-weasyprint/APKBUILD +++ b/testing/py3-weasyprint/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=py3-weasyprint _pyname=WeasyPrint -pkgver=52.2 +pkgver=52.4 pkgrel=0 pkgdesc="cairo-based HTML renderer for python" url="https://weasyprint.org" @@ -31,4 +31,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="389544cf223571af42c68415f3f632f8cf070efdbc1e7cc082ed0a990fa67779c102ccad46b0769144db70ef6c9fe6b87c27337503d5556f759cbbab15fce456 WeasyPrint-52.2.tar.gz" +sha512sums="0003f9b46452e60118e7f6944f0bf48b6f548814dae10f990bedb124d3c67d9c530c30ee142d416f448b3b479f54b4fcdf01e31747957438192c77031926cb8c WeasyPrint-52.4.tar.gz" -- 2.30.2