Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id DF305782D0B for <~alpine/aports@lists.alpinelinux.org>; Wed, 7 Apr 2021 19:13:09 +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=1617822787; 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=5bdSQpnFZ6lovTR/WK3KV4Xj2eL9hDHB371u6Kol/iE=; b=MhJkzK0kbbnwI9r+STuwjhG6UMYPdsbST0rLiUIGcc0AtEOFqds4cW07u1Qda2R/PX3U+m MgCT7uJ5nMdDyCEPx3pLU5V7jShv+QxiQJYFF9nXqBNVGL/JNEFjH8F5kNaL0GYexABmyZ 4S2USseqpHIOdNYf08KQtiyxR+IIrD0QK7Vq6XOw/nkq5kB9ZXkKbiXjc8kAyM6+6byNyv twx5P0npBXR2KvYRCZ9sCHqVkq0UEjY8XAwQQBod/AG8++BTpfuV51DmF0OCStOVqhIJyo 632WbwuvcYOKY7XQwsxlQ+iMe+dWHesZR2wQpFuOKDeYNeC4mddACNwOoQH0NA== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: upgrade to 4.60.0 Date: Wed, 7 Apr 2021 15:13:05 -0400 Message-Id: <20210407191305.24047-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 e18d7a7288..2e32f1454f 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.59.0 +pkgver=4.60.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="be7ffe2f5e28dd2c653fdafd26cdfab6c89f1fd257420f9ab47460230318183b4934370261d7d5939d05f55b907e2d3982cbef078d372d9a4167e1df42c895a8 tqdm-4.59.0.tar.gz" +sha512sums="e76dda97323353725c8e30b254bacfa328b4708d37ba2d21dadd30fd26e76605d8f077f02f2047030c6ab9761710a0e86640153fee0e3a3f972db12266fcfde2 tqdm-4.60.0.tar.gz" -- 2.31.1