X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id D9EC0F857A2 for ; Mon, 8 Jul 2019 20:43:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1562618582; bh=gdD2z/U6oycorASMgBbKdy7P+S224KKhYFth4+7RndE=; h=From:To:Cc:Subject:Date; b=JAh9SqF6WmtWVGmsAGoCCk8L2fdbcVqBAciCvrGNH4FtgIdrz+k0kzlRC8f45Msi8 uhAtIL60h+SDwFzWMVWmMpX47h13FMspYyCpcej51zwrEL1xhR8dV/t5wY2KDmg1HW dcnw/K2PZV9Z6oTqjaH7n1ep82+wJ2sdclxBXat0= From: Drew DeVault To: alpine-aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [alpine-aports] [PATCH v3] testing/py3-weasyprint: upgrade to v48 Date: Mon, 8 Jul 2019 16:43:00 -0400 Message-Id: <20190708204300.30241-1-sir@cmpwn.com> X-Mailer: git-send-email 2.22.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- I'm not sure where we got the idea that pillow was required, but html5lib definitely is. testing/py3-weasyprint/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/py3-weasyprint/APKBUILD b/testing/py3-weasyprint/APKBUILD index 7223522286..26d3e06229 100644 --- a/testing/py3-weasyprint/APKBUILD +++ b/testing/py3-weasyprint/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=py3-weasyprint _pyname=WeasyPrint -pkgver=47 +pkgver=48 pkgrel=0 pkgdesc="cairo-based HTML renderer for python" url="https://weasyprint.org" @@ -9,7 +9,7 @@ arch="noarch" license="BSD-3-Clause" depends=" pango cairo py3-cairocffi py3-cairosvg py3-cssselect2 py3-tinycss2 py3-pyphen - py3-lxml py3-pdfrw + py3-lxml py3-pdfrw py3-html5lib " makedepends="py3-setuptools" _pypiprefix="${_pyname%${_pyname#?}}" @@ -31,4 +31,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="1f840d997d33aebd2a8a4c2dafdfec0dfe13a97beda21438f69e28f6bfca8a6fcfe0496cb5a9fa4307e6807b23e2ba656093fe90e3fb2269a865e56a9a83fe1b WeasyPrint-47.tar.gz" +sha512sums="37bb32fd832a2e2cfd796160d92446dfccd91ec307f2df06091f631f4ead220cf8c5c8a453197b7cb48d6863f9dc32436c641de4d82db57a448dc46b40fb5e24 WeasyPrint-48.tar.gz" -- 2.22.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---