Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 0B12C7819D8 for <~alpine/aports@lists.alpinelinux.org>; Mon, 20 Sep 2021 15:26:59 +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=1632151619; 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=ZWhVMyjXajsagMi2EpdKIzQZDqCYjcMQRSDln3he/cM=; b=fbgcV6JzvB8LRD+sunZVQzXdKzXUKljy1Rr/gogjyrO3zJxXGVhWr2lE2d5A+hQ+Ham4bl z/Zj4lk+KCGoeu6drilrVpGWwMc9+dljHystq9sKm/VqCx4o1L9Mc93+JeS2Y2L7zQVrpN 8bTUYf+/RltJ2+OorHfUpOgz3fTDIOXV14dybIFUvBXESUmslOvo2qJSmCjQaFPyHCCQke FrRFYmF5sR3SZ8bsqMtG4polv8NWYsliM0w6DqciogiFmIXxATEgcF9APMB4+/3RMUfb/E CMNR4Q4S+hbt9aUM17ptyLXJZGFHqSopMJjmzgKlLY4GmjfBlTGwGLdwbduQeQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: upgrade to 4.62.3 Date: Mon, 20 Sep 2021 17:26:54 +0200 Message-Id: <20210920152654.5443-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 43adfd2fd9..25afca3b9f 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.2 +pkgver=4.62.3 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=" -a59a041fa239e215e541f07c66292c27bfe067f3f2eac2916662b4ef1faa630346dec9558a7f66a3456b3d2ddcd164f9381cb89e5ac8350d0295367bfc248a8c tqdm-4.62.2.tar.gz +1083ca2080163c98bbb55e124ce9d47c790e47c83cd8dad60e4c93773d1d97a50aacb5a25ddb8a2ae3691738e4f4942c88d55dab406c3e810cac18b8929d20ee tqdm-4.62.3.tar.gz " -- 2.33.0