Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id E93617819B4 for <~alpine/aports@lists.alpinelinux.org>; Sat, 28 Mar 2020 22:18:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1585433936; bh=JsmSLyeySlBPDMWo3FXI4VY+CR3UfOHSxK5cDEFnIVU=; h=From:To:Cc:Subject:Date; b=e3hOrj1ieOLbKjyWtfWVtudmWbibmQJsSF9KktZdCpIW9/Rwn6VI9qU+KZNDYAg1r Sruw1y7scVEhG6RlESwZA9SoFdP2jPOmb/ctjz8GdwmV6irvf9wdIedILY9rVbsOVO +opa3dDV8EX1sW6GThCOExcMQFS+WUKwdry+oBYA= From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: upgrade to 4.44.0 Date: Sat, 28 Mar 2020 18:18:48 -0400 Message-Id: <20200328221848.4485-1-sir@cmpwn.com> X-Mailer: git-send-email 2.26.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 27859731b9..7a72d74cce 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.43.0 +pkgver=4.44.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="db6e44571af829306d513bf8e1de17a06b2cf5803f98560e6db76b1a87b39ab8eb8f3208e8d39eabdb1b5f36a935c7a39de905a9c24425262c7d988d147ec822 tqdm-4.43.0.tar.gz" +sha512sums="55b2b9feeeaec4a3219c933f6b85a77e641f536e347bd81fa1cc3a8a10f6bd2fe2c643d3a8b535f21578c2bb5634df41c4161b542b7037e6776fb395de7790dd tqdm-4.44.0.tar.gz" -- 2.26.0