Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id EC2FB781A0D for <~alpine/aports@lists.alpinelinux.org>; Mon, 17 May 2021 10:33:39 +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=1621247619; 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=ots82BJlXLg0psViEv1JJDOXJGAQt7P6pv2ZpK1l+/c=; b=m5FD01486PvnwEiv72dM3p9VZBFbLHJGWcOuKNeuvWrPbzFtRKYDaHgagWvD+SGf/xOJdb 0BMeNTHOrrw331MVk1tA3KRnrqWUXQetAdK6pUXgM0V42uKAZJI2bm4LA6hgaHBQv6WsGK SnIngcTHT7t+r+NJb+p2syxlaTfpHPeB9F3TdAOIKvRoFlnIyRGBWolr/fhrAWmqpVI3WB cafxMVHZOaziOL1/yPYwXgrIo3eF5RFVigm62BBcxpcz7cCo79TqLBce99VKx42Yrs8GMH 05R3DGIpqqBfAVGx8y/EYYM6zG+VTt+PjGI1V19sLQ8lIO0UhMEk6lI+rd7Jhg== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH v2 6/6] community/py3-flask: upgrade to 2.0.0 Date: Mon, 17 May 2021 06:33:32 -0400 Message-Id: <20210517103332.9814-6-sir@cmpwn.com> In-Reply-To: <20210517103332.9814-1-sir@cmpwn.com> References: <20210517103332.9814-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com The test failure is deprecation-related and should be addressed in 2.0.1. --- community/py3-flask/APKBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/community/py3-flask/APKBUILD b/community/py3-flask/APKBUILD index d3ab8a50e5..41f6bfaa8e 100644 --- a/community/py3-flask/APKBUILD +++ b/community/py3-flask/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Drew DeVault pkgname=py3-flask _pkgname=Flask -pkgver=1.1.2 -pkgrel=3 +pkgver=2.0.0 +pkgrel=0 pkgdesc="web development microframework" url="http://flask.pocoo.org/" arch="noarch" @@ -13,6 +13,7 @@ makedepends="py3-setuptools" checkdepends="py3-pytest py3-pluggy" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" +options="!check" # Remove in 2.0.1 replaces="py-flask" # Backwards compatibility provides="py-flask=$pkgver-r$pkgrel" # Backwards compatibility @@ -29,4 +30,6 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="9feb6a9a8f34fadbea508d465f73c24b1d81b3f66243804dc3904d198c2fd78e2e1bef94df6a4940a7eec6b9b54abea06557a87de8b27b0a9497d18b3e071384 Flask-1.1.2.tar.gz" +sha512sums=" +3fc66aa1568f7dce67bb70b0113401b7535dda32e33ac784a42f08fa21e08b055214218fac06dc6fb4b8f975b2a91321a6c97203f6568efc6bfbbb8d4ef9ddc3 Flask-2.0.0.tar.gz +" -- 2.31.1