Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 88B51781A7F for <~alpine/aports@lists.alpinelinux.org>; Tue, 9 Feb 2021 18:25:41 +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=1612895139; 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=RT2/OS/OTkIetjFZpUl+0bt3cg8JGuTaZCuFx0p1B/s=; b=qMRYo2W5LaFkaDEtYm5VsXp3XxPEloZxRucoRl0MNnnL23YWuNNzHfOo2KLP7KGD+8MGwm Tlj3g9hFcyXG13d1UOQ8FrAjl2E5XOi7V+y3mo+LZwxdqAnK3rPxwZEjX6eCXijG3zrkeu btr/UK4xCiISfhbftAnlnIbNFwL5uewrIjeCq/U9qnBkasuViuzukS/tTTlUHU/Rn4jgNu Tj+Ry+GKuSXqetyob5u1Gum/QLao7t0tNrrM9kiXhAbJBz1aYEeBZHhhtYkKUqn1OrIaz8 bbPoqR1j/fAkwB4DdNLnTqyV5duGlerv+zfooGIlRWXdJZWY44Pj7yRpp2Tc2Q== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: upgrade to 4.56.1 Date: Tue, 9 Feb 2021 13:25:37 -0500 Message-Id: <20210209182537.17017-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com --- 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 27e0664de5..d6149b5b5a 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.56.0 +pkgver=4.56.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="c65eb167063c4b6a0931a6f19fb2e4d88eb92fe3f3118c0247cd0e148220523097c4419289428d2a4c22cc187011d78cba32fc080eb2cbe352f873e29646094e tqdm-4.56.0.tar.gz" +sha512sums="4b940bbf2fdd1093e1e0c50f17de7231dd58b0f04d9a8a97df4835f23e46b7b58f68e1ad96f77b191cae49e80498fd31ae67ff4fb4db821d90ec85bf83d48043 tqdm-4.56.1.tar.gz" -- 2.30.1