Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id A1342782BB7 for <~alpine/aports@lists.alpinelinux.org>; Wed, 10 Feb 2021 20:17:21 +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=1612988238; 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=tveZ7/2ss4tfqqPB7w4QXaJX/SHQLmqDQanDFn9DJuw=; b=Djey4CJdSdrbYPw1svp1sNU+ULnxfxYGwTWY3QxbCzIAuIMu8w+cVo5u4uM297SVhR/3BJ CIbbUYG7MFA4fNMeBj0m42JpGFhiYuxsqYm+nFVs0wJ/1dHoe1vANnVe074mn6AB5IZ8hd OPeekFJFF1bDEe3B2cIUsL6jyH3PsDNn9DYkuUd1RWdiFbZU0oyLWmxR0a4Rite17bBNnA QJVZ21IRm6pmeCRBWbrcuuVF0RC/vl6DwDYIVbYNO4sVF2cduf7nxQ+nq3Al7qC3qSSjlb LZ7+v6ROiLxP5uypKZEpLZCTTT0nfvU2CDbWLvQGN7D30zeEWAXBTaolxYZFKA== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: upgrade to 4.56.2 Date: Wed, 10 Feb 2021 15:17:16 -0500 Message-Id: <20210210201716.23002-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 d6149b5b5a..7f4ed7747a 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.1 +pkgver=4.56.2 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="4b940bbf2fdd1093e1e0c50f17de7231dd58b0f04d9a8a97df4835f23e46b7b58f68e1ad96f77b191cae49e80498fd31ae67ff4fb4db821d90ec85bf83d48043 tqdm-4.56.1.tar.gz" +sha512sums="8e7ec199c43a3cdb69bdbfaaec33c11ce8b337255eff4ae6af9928c2a2c5adb065698538562020c9f0a29a63671cbbfcf2c4c9ccb25bec0ec1d8ae8df66516c3 tqdm-4.56.2.tar.gz" -- 2.30.1