Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 2452E7819D3 for <~alpine/aports@lists.alpinelinux.org>; Thu, 20 Feb 2020 15:03:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1582211002; bh=n0ks3b4ANRaoGiQlTHElFrChSAhZfM77VvDu+Au2bPs=; h=From:To:Cc:Subject:Date; b=ljixKmEXDMBMsi1heWv2wbT/X+kHXREzhErFvsd5JnVvElIqoVWFJEp2h+YU+wZXw QzARA/QdveQQsqJ2ividPShOUuuplqtNCX6o7YBbUqPt945/8qeV8SEbYYCHdoTFMw PLYYpJVzjdNRdeQnDUffQha4l08J/+mPR6KIiYfo= From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: upgrade to 4.43.0 Date: Thu, 20 Feb 2020 10:03:18 -0500 Message-Id: <20200220150318.5684-1-sir@cmpwn.com> X-Mailer: git-send-email 2.25.1 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 5444bddf4f..27859731b9 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.1 +pkgver=4.43.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="49e9066786558b2cc78548f3a8b4a1dd4027d3da92390be76e7ab08169121a77047106439d08c8491444244202122a2d664b52b74ca4aebb0171ebf7179b0323 tqdm-4.42.1.tar.gz" +sha512sums="db6e44571af829306d513bf8e1de17a06b2cf5803f98560e6db76b1a87b39ab8eb8f3208e8d39eabdb1b5f36a935c7a39de905a9c24425262c7d988d147ec822 tqdm-4.43.0.tar.gz" -- 2.25.1