Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 074A478187F 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=1621198101; 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=WBMC0CHOtulu2J7uCIlD4naVAKBKqIJ4lfuE+qF7/nzgml3wnb/4AC052+1qlyEYyK/tWk lYhia2h7K/4ZtiboqPg8ZWVizp0/QXL9bkl6noZKvjP0BCMMBlnk5DQB2eXN8DM79bcL3c v7I92ccakWUNWlNk7qJvSmzJPZpGnadkUqMxGjOK+XFXgRpu/tMt50doUTI3u1UBkLN4sP 6xXyavHGkhnEzadGjYV10p4xEkMdBHnYRSS9lLSr1GRPbZysrLvzpgTNQppTcLRI7hEukU PaMoqkxRl1y5I0uDRGdwRvGmS+EivzitGmykMGv86GAveoHJDbyU6EyntH6IcQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH 4/6] community/py3-itsdangerous: upgrade to 2.0.0 Date: Sun, 16 May 2021 16:48:12 -0400 Message-Id: <20210516204814.17521-5-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-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