Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 1FDA1782C98 for <~alpine/aports@lists.alpinelinux.org>; Sat, 17 Jul 2021 08:51:29 +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=1626511887; 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=ceJham1+N+SXWfsEkKGEhGeU6fR3PPUDH6VJSRPbF2U=; b=1jZGqWB5O8D0qw/2oG0+wL+stsXAur2MP/k48UWO9C1Ie/hd/YLq2iD5cyUrC9uhzYJeTu plK8eSV+7eh9ZO0IgdlkZ56NjRKWNrsbL5CrSU89Q9+F+U1cadXvhVtp784kvE8/b43V/u CVt4xGj/A6Vgt0BMbvZ1ZkZiX/xp3scd9WOaEkskrGbTiSIKMOD6Y1WG0C50635dJSDIJ7 l/6F2H7MC/C4NZsy+1RZj5fc1EAP1z0Z8X/dpl4rUBLjb3Efib5y/FnL2yk8Aem0yNzgQS AYBkxvRWhAQUA2ah+iPFUpjohBYikFkEykt4aDanAzH4daw2p/g+SBN+IecpbA== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: upgrade to 4.61.2 Date: Sat, 17 Jul 2021 10:51:24 +0200 Message-Id: <20210717085124.26613-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 30b53b65d6..fafdb5b5dd 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.61.1 +pkgver=4.61.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=" -6092a30389380a511abc8bee7e6144556d6dc1a993ba4a2685707afa2838a12f472aa216ac5e55d144da74f9be1d398d4c6f5352986a200557e4aba67831a505 tqdm-4.61.1.tar.gz +bc33e8fe00244f90f61ab51d0c7c0b98d5580efebd9758284d9dbe2a699eabeb0d92871eedc2f95f377e29dd0f7ea4b5247b96cb4cc1687dcfea3a9ed1152ab7 tqdm-4.61.2.tar.gz " -- 2.32.0