Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 8C6A0782BC2 for <~alpine/aports@lists.alpinelinux.org>; Sun, 15 Aug 2021 07:56:11 +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=1629014169; 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=esItP2xS+E//C5nzwly4bhIR3L+V7TveYvFQvRrpKIA=; b=rpuaUsbGJrjMbsol9g2FiSn48YyUhpJepn5EbfiulhNV3XzgVzzpBQjMQA9pwQz32I1Ebg mq7CM9O15MKLH4JVrGm/SiOilkUzCbbggzd7OFuLKG8Lwz80SKqALMoPvsA56QeZJzUS7Y XBp6IB6Zh4RCG1XqanMuHXbrCu1poP4hVVLOtAMBpqgcqFekOITPS3s/TePbBXz5AdjsA1 YqRRtF4JKaQaNUbEv7RRzV496oP2a4BnWtUwfa1ypu8li8Q4TjfEC4jwLn1eMJvIbyK3Gh Ss6/8D/4rTr9hayL0Lg9KrKm2EqL2rS2vf39AnCyWWYIyiz8rkS/K955a8q26A== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: upgrade to 4.62.1 Date: Sun, 15 Aug 2021 09:56:08 +0200 Message-Id: <20210815075608.28841-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 dc97ab5012..0376807120 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.62.0 +pkgver=4.62.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=" -dd60d5522b68086410ec5f02574477dcc33a887ef509cc1d1735921dd906f951180d6115680517b3abbd2cf6c4ee1c60b9c950654ea9b7642d52d28052326088 tqdm-4.62.0.tar.gz +485d5a88588d026b3311419839abd57f8092295a2e68341708aa2c4ff35a97e30e9eb0db0db4ef9b0fc19c4d7b575ec6f30b213b97cb7498a9267d7c6e0a57ce tqdm-4.62.1.tar.gz " -- 2.32.0