Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 1C2587819AA for <~alpine/aports@lists.alpinelinux.org>; Fri, 25 Dec 2020 14:48:27 +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=1608907705; 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=8OC4tQd61kB3Y+LpvOwEJzsF3zrwHErc3lODsStNutU=; b=gxu/fh3n8t5ZpAgKMP/WjWy59/yhy4ZuZRvsekBed05GnwI/tu6ep3MgS+dGrJOSPNBIew WsBgUyd4VyF1IHr+oGBB5mpYFPFtoJK2EtQqx5l197FFmxnO6NawkzQ43XOB4SMQhu7MyH /XIC36upwmzwAPSKO8zljsu2e+LfHNCrUuH7/JIV1kQ29wLu6+eJ5ifxiAB+jinZUpXKXf 5JVcjMhZjUESzpwApH9dGEIxqfEU0k7orViDhAqOeuGztPXx0KFo6aajEltv7jcQujQnVP tTuGOPo9yEG9wDmP20Na7GXyC8BvIH1P7UEK2gzrHJMtvQ0tAwzR+yWl7tCovQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: upgrade to 4.55.0 Message-Id: <20201225144743.23437-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com Date: Fri, 25 Dec 2020 14:48:25 GMT --- 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 7bed2fccad..6971aeaf51 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.54.1 +pkgver=4.55.0 pkgrel=0 pkgdesc="Fast, Extensible Progress Meter" options="!check" # Broken on our current Python build due to setuptools version conflict @@ -43,4 +43,4 @@ package() { ln -s tqdm-3 "$pkgdir"/usr/bin/tqdm } -sha512sums="ba9dde2bd2f39d10bfdb0f624f1e60db12fef79732aee1fa21049e37ab60ffafbe097ab124bb3fbd34d9f4efa10e317ab7d594551ae612c0f6c37c2ce9395997 tqdm-4.54.1.tar.gz" +sha512sums="84062f7d2a109e4067e0868990b6e53578c7c2ec2b81a0cbdc980c91d2d82a8bda37e0c9688777fcf14cc80b7ddf7b28b7a5acfe37608e37903fe45908103913 tqdm-4.55.0.tar.gz" -- 2.29.2