Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id B264C781925 for <~alpine/aports@lists.alpinelinux.org>; Thu, 18 Feb 2021 13:27: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=1613654857; 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=O95DD7S+S5DHSX89IscG2rDZfkm7knhmsqcccrjAk0k=; b=ANBwZkjl5Y+lpLhTKHYGfbs+XaTqoPQMqJvWnKlUm4w82YiGZ+Vec3P5cgODvuzYF6QCI2 8X827sw9mDVACrKZ6/UDUIR7yvYyrOgTFmTALrTZBBBhjjYaF3VrfVIAeaZfT8J0Q+4SPe TEpOpub3Vaimf6w3FzgVUboPkWeJuk16Ee7iMERI0MeeDIfQtjmaqDo9jdjcpQcU4WZ/Ko mefQVoD3QkMP8CQB6Iq6FOO/sExuKfdJCO3BC9pq5frw9R1Fvfw5Gkm/vweSLf/4ljPma5 3xg1cENBpsYnvyDsuUtLEUhDWV40FqGTI3QLugC4qfAax5usrZnaGPpQs14zcA== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: upgrade to 4.57.0 Date: Thu, 18 Feb 2021 08:27:35 -0500 Message-Id: <20210218132735.22002-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-tqdm/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py3-tqdm/APKBUILD b/community/py3-tqdm/APKBUILD index e7864c35a9..0a9093cde6 100644 --- a/community/py3-tqdm/APKBUILD +++ b/community/py3-tqdm/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=py3-tqdm _pkgname=tqdm -pkgver=4.56.2 +pkgver=4.57.0 pkgrel=0 pkgdesc="Fast, Extensible Progress Meter" options="!check" # Broken on our current Python build due to setuptools version conflict @@ -48,4 +48,4 @@ package() { ln -s tqdm-3 "$pkgdir"/usr/bin/tqdm } -sha512sums="8e7ec199c43a3cdb69bdbfaaec33c11ce8b337255eff4ae6af9928c2a2c5adb065698538562020c9f0a29a63671cbbfcf2c4c9ccb25bec0ec1d8ae8df66516c3 tqdm-4.56.2.tar.gz" +sha512sums="5393ffe6cbb5b41a3c51efdd14169936fcae9dd635b7a35d64f44157f2c855914dbd5c8aa933c4830a16867c83a73c0734e0ebee548392d2c73cae4e6aba531f tqdm-4.57.0.tar.gz" -- 2.30.1