Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id D7476782B74 for <~alpine/aports@lists.alpinelinux.org>; Sun, 6 Dec 2020 21:23:34 +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=1607289858; 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=lOQCrhtwsQ9AZwJZA/NF+NOuYRzvD6qhMPSNSvBi4JE=; b=gPyouDYmAbuiAY0tiY6J9bF+D/nd6k1e8UeztptoyHsBkMBVRYGLVVeI7Gkzh3rBIz1bNQ mxfXZfF0SBCmXpJAsTWHSZsK2D1G5/qWxm3wtDY+7Mz3Xun1s5oDjB9b9nPw943DfcAkE3 vKU6KsXlq2xiOtOrBW2OO6A35h44oc07XDK4cuPTGrYUr6SvG7X/Tf5PhxZdYXceMW/74w +aNkLhntaWJqZK43ILA6nDjfHHtFJfLcDhau3AK3t9aryd2g6Wia3FLPQVk07errpUqlSD 0rtpxeMudY0snaEUsHY8oGlLnB2qnz2qBwJAsjCpKQr1kPXY6YoT5NymzElVQw== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] testing/py3-weasyprint: upgrade to 52.2 Message-Id: <20201206212324.22280-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com Date: Sun, 06 Dec 2020 21:24:18 GMT --- 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 012714d62f..4ec664e5a0 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.1 +pkgver=52.2 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="3c2a4ade455ee453f9618bed85390ce664ceb609b2a3af0e1befa0038cbd36b32a314287118cdb07abb454f5f09f1eda1ca9b42266b4b627b714306dd60e97e3 WeasyPrint-52.1.tar.gz" +sha512sums="389544cf223571af42c68415f3f632f8cf070efdbc1e7cc082ed0a990fa67779c102ccad46b0769144db70ef6c9fe6b87c27337503d5556f759cbbab15fce456 WeasyPrint-52.2.tar.gz" -- 2.29.2