Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 5837E78193E for <~alpine/aports@lists.alpinelinux.org>; Fri, 27 Nov 2020 14:50:31 +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=1606488664; 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=Ifl7fNhgPLiMtaJ1LzsrnXa3EiNuteamU/3an0BCSi0=; b=PWwSVCxo0T7U3K4uS/b5WSU5bj5EtkqqBr4C+zlBXWaW30yZePBJzP7Td2Ockfp1B7FRq+ dNgiADzyXS8VhC3ESEu3756qPtV66msGwebmyG1x9+YMzLCq29BRY8h0ZgTD8p22aT0Iom pLNHqvhrXHzH7RkLrawSgsqE9R23pozq5DjrymuV5y7/7YnYPF43MVk5tCwpZVKVw1DO0h nzeDE77RmF3by9T9wx7JVKElaRWEuz8O3rwdFJYxevkiWk1XXYKdjzcZptKfUJM30aWoJe NA05/9sCZwTQDpXJAPimkJlq96VNZbchqMo2etdNKiJCzwaTd5b0iUSmG0vKuw== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: upgrade to 4.54.0 Date: Fri, 27 Nov 2020 09:50:27 -0500 Message-Id: <20201127145027.27690-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 ebc5f9daf6..638ddebeac 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.53.0 +pkgver=4.54.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="ffb06058a71e31497ced0b6b5ce8671a7e958968e0a08e1b68dc9f3a9acac415c1708f6669d369ab484bbc07a8fc06716ed32fde70f22c0dbd8242417f95a713 tqdm-4.53.0.tar.gz" +sha512sums="dbb2a61df848ebd84ab805134b7e7297e1cf7626abaa830a08159ce7b1852eba40a6a7f2cc7c8445294a184bbfbd69bf08430371f3e2d71f6a622a271ba49e95 tqdm-4.54.0.tar.gz" -- 2.29.2