Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id BD6A278187F for <~alpine/aports@lists.alpinelinux.org>; Mon, 16 Nov 2020 15:48:26 +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=1605541705; 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=SfvW22eo5jGwrD74+Ukojj4kvKpNg8eSQ7w9RlLHeFA=; b=mo6lPl0EILTWlawfe76gMPkFj3rU46wcF0VLXiDJT3/sBZ4//xYVDTmrLEyK0JlUfa6kPw FTkRK/OwZI+BVuOVt/jNXcnIh+LJtj0/3IVEKsRa6O7rtI+VXnT2j8j0ofhNGGIQ+UV5yW khlm84jGNKt+PDXbigslw+DFwPPOZEMKdGKUQz9QfjY3bLADiQakXc0U8appSkFB2pwkUr L8z+9LUHfF1cMemLfoFIe/Nn3PoZC4awvP/k4C/h5Xl6kpSHuk+KpXHIguYS0zEjVHZIVW 3juCcfQ6are8hOQ0PsmbgjHnGny2SEXFw330Rr6voQUeh9nQ8bxm0QxpVD9Veg== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: upgrade to 4.52.0 Date: Mon, 16 Nov 2020 10:48:22 -0500 Message-Id: <20201116154822.10720-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Authenticated-User: sir@cmpwn.com X-Spam-Score: 0.00 --- 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 268878f53c..8b65761ff0 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.51.0 +pkgver=4.52.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="04bb2a173b9b79b76844fedbc14572fa955232d1dcb6ac55b7265c4cc7a4f712f2c2965ac3bcb9e10ea1bd041593230b047365816bf508d457d873a2d4830d3f tqdm-4.51.0.tar.gz" +sha512sums="fe2161ac61528a4d3bf697dc6369fb06e2c0defb2275165a701a28b80bba98380ea156458b87a5c9c49d3fc6da56f05a54fbae935cf2a17d82eb5adaf79902f0 tqdm-4.52.0.tar.gz" -- 2.29.2