Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 7C0C0781B7A for <~alpine/aports@lists.alpinelinux.org>; Fri, 30 Oct 2020 01:34:30 +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=1604021668; 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=XrKeTSLOXlGpGy/yHuERZ38dET+J7zolJEpiPBRl5Rk=; b=bGDtdYufxddnhLKtYZl6AScSdnznxwbjVE9iJyhvEzW2Va6thzbDytJ3DVEIOgB6a78iw6 IzdICFjMvzaLBHVg52azRuUeME6vROCGhPOwSuE4VgXq60L+d4Jm20d4mkbjAGJK//ZREd C1pZLmFgpxRRh4lGczNabEQsYe3qSglqOAERmUjwjLpUpVGdEVcB5Tnf8Rd4zEbouib4gJ 1B0C3yRRLSYkt2+IbX7t4D47YucGaBC6+CrCD9wJ+I1e/O6I2zOOf/r5IxlaSLHNP2nyH/ n2CGSiEz36qJ4BG25OqUA8DlY+UnjwbJNVT8suF19IQoE1xT6uJmcKE6DX2D7Q== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] testing/py3-weasyprint: upgrade to v52 Date: Thu, 29 Oct 2020 21:34:25 -0400 Message-Id: <20201030013425.26184-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.00 --- 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 2476b6832e..dcafd063e9 100644 --- a/testing/py3-weasyprint/APKBUILD +++ b/testing/py3-weasyprint/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=py3-weasyprint _pyname=WeasyPrint -pkgver=51 +pkgver=52 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="631038bece7ac0c15c6a668a7d06137e4bccc049eb80484a153ca9c4a996256de8647428b21ed1d0c1607af3893c747a1956a3d3f012b30105ba4f8613a96fcd WeasyPrint-51.tar.gz" +sha512sums="dae2af31cb629ae4702ebe454fc0b1e128b8e96c1192dd8423bb4822e29a420105cbd0a88389edf4d37a4c7d5aeb75bc9c1271fd30d6f183432abde041b6ce87 WeasyPrint-52.tar.gz" -- 2.29.1