Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 52EDA7818F8 for <~alpine/aports@lists.alpinelinux.org>; Mon, 4 Oct 2021 14:45: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=1633358711; 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=3WoAuGpiXU6unjDCPpJtQtAe9SXmaScIv6ywwE7Sn7Q=; b=e9GcIa8pAryg50Z1CkQho5sKT3p7m6scXhzZLRsoMeW1twgBmXK8Eg0BgQTIqGKfMsdrWS THfqFya/E984P2Qhdy6laQ6gS6Z3KTCOrll2FV0QvPFQpKg4paj8NATeACZDp/kERN1KXN JCwBw44N4Q8D9GH8m1LyCTZjzqJZPf3zf04RSBakSSPzCr/hmCSGSw66RGb1CrRNjEPJzz P1TnxohvUXmSspSzu/MClVB8JdYEtZViZsH6oM+J22+yznIpwP+1d8/GP+wBKUoxb4Bzhv /AXXVRPKNvYhADixdrg7v9C93Y7bMC34u8OUkxBlBKrMNWeCxHchcRNHTiQ+UA== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-flask: upgrade to 2.0.2 Date: Mon, 4 Oct 2021 16:45:10 +0200 Message-Id: <20211004144510.19489-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-flask/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py3-flask/APKBUILD b/community/py3-flask/APKBUILD index 040e5f6bb8..95f7da21cd 100644 --- a/community/py3-flask/APKBUILD +++ b/community/py3-flask/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Drew DeVault pkgname=py3-flask _pkgname=Flask -pkgver=2.0.1 +pkgver=2.0.2 pkgrel=0 pkgdesc="web development microframework" url="http://flask.pocoo.org/" @@ -31,5 +31,5 @@ package() { } sha512sums=" -fefed4971f0542b25ba2867919aa54a83b6e3f47e7cee94586543843e7e00ba209ac15d8fe28a3c53981f587aebcf2f3915a49e1a9cd1b729099dccbed3783c2 Flask-2.0.1.tar.gz +341be4e453dd5f682e465af356ff85ffe76f52a62e529e6cd251f95199e73b0f93414af093f899f61721e9bb351f09972a433a55beacc972b5e577b86e003081 Flask-2.0.2.tar.gz " -- 2.33.0