Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 59563781901 for <~alpine/aports@lists.alpinelinux.org>; Mon, 8 Mar 2021 13:11:12 +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=1615209071; 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=juzQ+aSPizD7dR58Kd/oSzu1jQkxvEYZiuQQjJt28hY=; b=1YzvoCOm/EoElCRnc0zsk5kLtHVRPl5aDXeOyP2alBa2ZTrgy0k6PT8jj80+YAVel1oZVa 30kcuL5q+jiK1xEL9rxLrzc/FyIj7YDqmEeRsVlbRnwTM5GOAwqSWloheKVhWr5jEP6+NO bAlgxZJfleqfWslGGp/NKLpqImcYZx/WGlgwiifL3lbX5bcDSplnqLNtUfh0sbsVvmAq9F JIWAiyGGGYguYIIAOUFnSEo45I8+sBgz7SRlqxQJAxPuI/kBKPpghn7PgfcIRCwU+nnD6B OBP+u8pMMDTHKHBTYA5b5ikKw8M9Ssq/AfxMdi5jq+t/N57wW64oQYo2Cxfy6Q== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-cairosvg: upgrade to 2.5.2 Date: Mon, 8 Mar 2021 08:11:08 -0500 Message-Id: <20210308131108.28599-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com --- community/py3-cairosvg/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py3-cairosvg/APKBUILD b/community/py3-cairosvg/APKBUILD index 9ec2e1e99b..7792eb8a99 100644 --- a/community/py3-cairosvg/APKBUILD +++ b/community/py3-cairosvg/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=py3-cairosvg _pyname=CairoSVG -pkgver=2.5.1 +pkgver=2.5.2 pkgrel=0 pkgdesc="Cairo-based SVG renderer for python" url="https://cairosvg.org" @@ -31,4 +31,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="5f6732758ed8024b58173bc920a44fcafa65a2daf301ee07e088d542f1e82d0093bd853e58da2484c392d1b625fd27c0634d07ad58cf00e674741aa413013605 CairoSVG-2.5.1.tar.gz" +sha512sums="070fbb549614401a7d8290497b0eb7702330ee264c5f625cd1e7aac4aea7d71ee7d2d8899297212e1a3c11c93903b191c0c699336d9000796318b11f4e075576 CairoSVG-2.5.2.tar.gz" -- 2.30.1