Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 5F79D78177F for <~alpine/aports@lists.alpinelinux.org>; Sun, 16 May 2021 20:48:21 +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=1621198100; 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: in-reply-to:in-reply-to:references:references; bh=dUH2rE8gMmgV58CQ8U+T2OtFysVd8Qw89oA7jAlG0Ho=; b=1X69mhjLjpyzr6Y9FsxhatNhS7JnhCTRn/sfBX3ROjBaVvy+aHTA4Of1t1D0yD2iFX1HFm 25jtPlWSXwMFymTSMYmvguH0Fsv2UJhAXWj+KT9rtZPAAn3gLJcNitv1xyZ0qSS6UtbpX2 FDMDu71j63jN5lAT69HeWrVnVArSdmUeJkWonBsbuM0ZNUUHnHO67csgbKbYnMLrVx0kUR j2IBsSidq+tFJ8vczXADyHrECnEL99E1CvqLJWwRRNksOqKia8glRV4uS/oJBIm8rSZYgY /1i1uWTFwDiw7lwv06n/qhvihK0miIg78cmXWJAzYdbTF+OO1qZxUMFNtJsCow== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH 3/6] community/py3-click: upgrade to 8.0.0 Date: Sun, 16 May 2021 16:48:11 -0400 Message-Id: <20210516204814.17521-4-sir@cmpwn.com> In-Reply-To: <20210516204814.17521-1-sir@cmpwn.com> References: <20210516204814.17521-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-click/APKBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/community/py3-click/APKBUILD b/community/py3-click/APKBUILD index 9981b57ff9..9fd45f7720 100644 --- a/community/py3-click/APKBUILD +++ b/community/py3-click/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=py3-click -pkgver=7.1.2 -pkgrel=1 +pkgver=8.0.0 +pkgrel=0 pkgdesc="Simple wrapper around optparse for powerful command line utilities" url="https://click.palletsprojects.com" arch="noarch" @@ -28,4 +28,6 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="b9fba8a30f57e380a2005b45c4f37074a27637ace9e16fb0fb0cce88aac72cfa806eea2829dac665fe2b558b8753a40b811dbfcca94dfccf999ad494865d7888 click-7.1.2.tar.gz" +sha512sums=" +9476b2ca7eda5c80963cdf8bf159cf94a28bf70e565b2bb6a490e8591fc76e931e2ff1294171f9344caf390ef6312ff06c5dfed83c0700e4b8eec9a060e039dd click-8.0.0.tar.gz +" -- 2.31.1