Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 2356E7812F5 for <~alpine/aports@lists.alpinelinux.org>; Mon, 4 Apr 2022 08:27:48 +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=1649060371; 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=ZHUouXGIPhsRyFbHS+aSPuY2fHf/VJ4X1ySgZ9P5N4k=; b=x20kfFwIAmMlZUpaT1KGk84VjdneEodPeJXPXrYtpRPh35qwfbkbR6KFNaM57/dLMtG/EV JMU40/S8mLmstevJCmonMfn+TMokdpXlRojK/0CaNtaDyXB8+1NFJK+0wV0NJ79yXrXUn4 D3OPfb6mdpLDub07wNSWq2Zojz/WxQ3/6JYlq7ff2J7d4ZGgOJWhKB8oCsVg9lf6KRbJnm leUTuNjTtY0NC9daE4Dod6/jSUU6jsQ4LIz18Zhdu1PnN8/0QFUfOj/j+yZ0RrV98U0Ah6 8RUm9pRXvYakTfF9M4PiwXP0Il58OSEatG4Dd6zHXjw+8Z0GxgU4KoYMlwbzmw== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: upgrade to 4.63.2 Date: Mon, 4 Apr 2022 10:19:31 +0200 Message-Id: <20220404081931.1846-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: 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 abd48de512..f8d706923a 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.63.1 +pkgver=4.63.2 pkgrel=0 pkgdesc="Fast, Extensible Progress Meter" options="!check" # Broken on our current Python build due to setuptools version conflict @@ -49,5 +49,5 @@ package() { } sha512sums=" -3d7dfb81ca6b8b72f26d6b3ef4309af19e1679d3ee805e3c1326e804df4204acc20de8d935394eac736a1598d9c5485165f3cbd2b83b746c2bbf202d3b1e4c5c tqdm-4.63.1.tar.gz +2268a225a9029ff4c6b7ec6094aabbc9b32b1dbb1363be1ca14ae82b17f38eb8d9fb1ff66e9f3c792ba9a464db980e7eceba373e9e06ce156b5b32e7b18c4cff tqdm-4.63.2.tar.gz " -- 2.35.1