Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id D3C22781926 for <~alpine/aports@lists.alpinelinux.org>; Sun, 16 May 2021 20:48:22 +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=1621198102; 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=eNyIytgo6b9vwIIJjwiuOHggG579HboFgNeo2ptUSew=; b=jP2goIP+WsqLokE0NXhmdjM+NiIr1BFMDixz60KUSsxUiDrSZRv8OpXqgedElkWLWI2DXF G6zbhyVVRjbjrJ8/CrHA9Wc0QIvFH/az609TzhsSmuMAQmmf/dDNIU+0B7ki59yL+KIiJt 6nZp/QOu3VLl6K0ojdwZJOwmuKvua5oonqKdhjjUqEMoD3elOD9jQv9VBwsz/6Oowrxggv OxLII4HwziryTAiIIroXCNXhYmaZ2wPZBp0QXqjfLq0JVw5/vV5sOohKZR2Va6QVoJEMRM r8yEl/y3JJj4X8kRl3/BeE5Nn87Sb8RhQvjUA6LP5OQQunvQojK+0R6rSTYDqw== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH 5/6] community/py3-werkzeug: upgrade to 2.0.0 Date: Sun, 16 May 2021 16:48:13 -0400 Message-Id: <20210516204814.17521-6-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-werkzeug/APKBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/community/py3-werkzeug/APKBUILD b/community/py3-werkzeug/APKBUILD index 7bdbed40a4..f979b911fa 100644 --- a/community/py3-werkzeug/APKBUILD +++ b/community/py3-werkzeug/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: prspkt pkgname=py3-werkzeug _pkgname=Werkzeug -pkgver=1.0.1 -pkgrel=2 +pkgver=2.0.0 +pkgrel=0 pkgdesc="The WSGI swiss-army knife" options="!check" # Tests fail with newer py3-packaging url="https://werkzeug.palletsprojects.com/" @@ -30,4 +30,6 @@ check() { PYTHONPATH=$PWD/build/lib pytest --ignore="$fail" } -sha512sums="ba76ee6f39cf8f6b2c8988e6119be78cc6c868ea78bd2014837b4e9f59e8b790fb3a7b5a45b392cabdc61f32b8a6902cf5f43d7e20b1f4571e0bef102a3e88fa Werkzeug-1.0.1.tar.gz" +sha512sums=" +b7631f6d73562528a9fcd3d268f32990ffdcbaf281076119905127bb799d364311ee9e657e2cf765936239225387703c0452c0b3e436552baeea6e4fe3efe598 Werkzeug-2.0.0.tar.gz +" -- 2.31.1