Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 58E787819AA for <~alpine/aports@lists.alpinelinux.org>; Mon, 3 Feb 2020 15:49:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1580744983; bh=5xl8chiifhJRQYVf79gAk9IZKiSkuiUq7OY/KiqN080=; h=From:To:Cc:Subject:Date; b=Snu2rehvesB+9OEu6eMKQzYlBLqB6Yt0wsateFvzsKn9bXyy3BasXq7+FA6Jk22wj 9+6/DZmmW0NJSR6Appw8HYjV/M+jK86DwdijydPQaYFdsK2qwT0U+LnoUEA7Y6r+QU 2dA+F7JWKAvKYPpvrKQ3leKa2WxCphHUlNgzTZ1s= From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: update to 4.42.1 Date: Mon, 3 Feb 2020 16:49:39 +0100 Message-Id: <20200203154939.9096-1-sir@cmpwn.com> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- 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 4ab67b4266..5444bddf4f 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.42.0 +pkgver=4.42.1 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="90808b3be9950a57da1f18d6da3a8e89be9f1aab80e46a367f862564cb03af54577c85f0e5dec3e578afa39f1a0a6e04b12bdf78a1adb546c8ff133a85dd6e38 tqdm-4.42.0.tar.gz" +sha512sums="49e9066786558b2cc78548f3a8b4a1dd4027d3da92390be76e7ab08169121a77047106439d08c8491444244202122a2d664b52b74ca4aebb0171ebf7179b0323 tqdm-4.42.1.tar.gz" -- 2.25.0