Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 1908478105E for <~alpine/aports@lists.alpinelinux.org>; Sun, 25 Oct 2020 19:12:50 +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=1603653169; 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=MpRmQ0Yd0E8yrTcd+FqANciTzjgQ5llLP7y2JVyr6oA=; b=kDLR08y3hymS9Y8jPSWCk+4vIKvv0tFzH+K8yfphhUW0fGyp9B1wCF9n1kF3xn1xXS0n3F 7ipqO2FVlNaBwgXcUIwC6YqJs0aFe1Qwwf/cu+Z7fy6rxzcg5ILptKLQz0yRXaZaZQUStv HKyx5SKV4ZOhqh9VaTGEvRsN6qkmSjZsdfQZwmGiR0vKusdQ4wys4DilQrnO+PPDI0lDeh /JE7KeGiLoSiXktwYXwGQHCtO0VVuSs47jtfYRnwR6B/rpf6zr5goC6ZFM6PihqAZjElwy Iv1et3MpbLA3hK0P3hbNI+G8/9iISV3QwuoHC6wieYSNw7Z2AvLHT3l3BNlaIQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: update to 4.51.0 Date: Sun, 25 Oct 2020 15:12:46 -0400 Message-Id: <20201025191246.8304-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 9836985b4f..b38373c97f 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.50.2 +pkgver=4.51.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="2d13473d3f7e85de1c62cc753bca2c2971acbfb8c1a0f99cebf248e9e384b5875ae655c41438abb9861d6c90051eec0d1a23af849f157359fa88c730718ecd33 tqdm-4.50.2.tar.gz" +sha512sums="04bb2a173b9b79b76844fedbc14572fa955232d1dcb6ac55b7265c4cc7a4f712f2c2965ac3bcb9e10ea1bd041593230b047365816bf508d457d873a2d4830d3f tqdm-4.51.0.tar.gz" -- 2.29.1