Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 5764F7810C5 for <~alpine/aports@lists.alpinelinux.org>; Thu, 24 Mar 2022 08:04:47 +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=1648108749; 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=3k6enbWxJluhOZE5LMbuVdcSfm6Q5+XQfYZK2uW5RCM=; b=ewfjeN9MfcDJO48gr6ZlUWXfDeJCDxOfdAkidxPWF+ojApbgenqqqqz+59WxzuA+dAg1vw 3lUZjOOypQ/1Xz6r/Bgj8P6aI/wAH0BDcTDGXyJauOPePiVz4QMbBKhQGKvcbwe5MpZALg zgbhcDPAN6BUp8jTEGV7vCQRwoDCHzWnYKZ7IKDWUfDXFm2Rnj52C791w3fjEJ0QqU1NCI uTUCReK44yF6/3HDz0mKnKV2X4+14GhI1zJGk8TAOzhS7ykLC1AXRP6yQna+ExoWt1OMgW JqheP9GRuofJ2gbpb+Fsj6nGiap40IGZvntzym3cSKwgEljkooHm8Ym3zOPNcw== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: upgrade to 4.63.1 Date: Thu, 24 Mar 2022 08:58:58 +0100 Message-Id: <20220324075858.11216-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 ff10840197..abd48de512 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.0 +pkgver=4.63.1 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=" -939ac7e310204094cb0c6a935ba6a91af45cd63fa8fa83865b75d1bcea440d5ff21a4d3405f5bcce864b43159921d3ef7b92d9c390fe30902f24e4e724c7eaf9 tqdm-4.63.0.tar.gz +3d7dfb81ca6b8b72f26d6b3ef4309af19e1679d3ee805e3c1326e804df4204acc20de8d935394eac736a1598d9c5485165f3cbd2b83b746c2bbf202d3b1e4c5c tqdm-4.63.1.tar.gz " -- 2.35.1