Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 9817C781A59 for <~alpine/aports@lists.alpinelinux.org>; Mon, 17 May 2021 10:33:38 +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=1621247618; 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=xR9Xt2Gm9GVStpbWH+u3WGawWVhmAPylaATuvz8189Q=; b=RcMFYmW0XgO00DAKmwtsTT9Mu7JVCCwN85JyGaqWSty5qXvbBITKZrJa+bovNolgL5ak6Y UFK3CciEP/99+uMCNwWXm2LJjBMngQHEufMXHGI6yNhgVpeCfk+wwhFJ0Gu77d61j//rJJ RPBSzra9TM7ISAASvZThHOGhkTbPIs4Et0Z17AIwqLGy0S6XM/lu0QHnEeJ72RJxIaTphw AV2/K2OxiBza+iP44R7XO6Vnf0vGR8OxiVrzRDaE70w2Mj0UdFl0Es1h1qrNjVozC468DN 1/vnXBqIMH7wM5mYXYvG+X7wPESAwnzQeIaejLhK+Sg99X2uJWLzC/iyg4owzQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH v2 4/6] community/py3-itsdangerous: upgrade to 2.0.0 Date: Mon, 17 May 2021 06:33:30 -0400 Message-Id: <20210517103332.9814-4-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 --- community/py3-itsdangerous/APKBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/community/py3-itsdangerous/APKBUILD b/community/py3-itsdangerous/APKBUILD index 9146fb3fa0..cdc71a8243 100644 --- a/community/py3-itsdangerous/APKBUILD +++ b/community/py3-itsdangerous/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: pkgname=py3-itsdangerous _pkgname=itsdangerous -pkgver=1.1.0 -pkgrel=1 +pkgver=2.0.0 +pkgrel=0 pkgdesc="Python3 helper to pass trusted data to untrusted environments" url="https://github.com/mitsuhiko/itsdangerous" arch="noarch" @@ -24,4 +24,6 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="61bab3fce5f87a3b5fc8fad61e735a63df6aa039416ee3494e1c99a2a1162b4fb72793bc5dc949de0985724c40121810b159513606c4c3976a7666dba3a1b93d itsdangerous-1.1.0.tar.gz" +sha512sums=" +cc838aff218ff9b119b8f4b4d09b83204990880abdd25e4c33e83f98d521601f272c245d8ac4aa6efde8bf4d443318d7400fb1a0ea8debbd9641ab65de9d47ba itsdangerous-2.0.0.tar.gz +" -- 2.31.1