Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 1BAAE782C6B for <~alpine/aports@lists.alpinelinux.org>; Mon, 23 Aug 2021 15:12:39 +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=1629731557; 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=msi0yGn3Ss08Jl76lvJVj/XgFSJphaXbdyZrtubqccw=; b=wW8Y9deqekdAXP2uFTXXKxx6dkAnKntOGTHciR757hG0FMhBPqCFAhT7Sw5WjttsW2Pd/X h1jh6VV8yyCc+amezxFHPB5bNqqb8f+Swaof2RB7rcdLkjCQ5d8AquRXHrQzDJGccGVZb4 tJQd/QQm29heQdiKQcsZgSmtbmo2PD7SQdT/lZKk8xsT9olghWoYeUgTeIXWKPB+vjOpGY GaQZquoOG98h7ru9jJuPUcat3uFuPQyOo59iwucolJAElnkehhBIjpHjDKd3xB0S33Dekw MlFYxdx5FxCKbkG3lb8SR2GFZnX7+md49jNPDFIiBg5pmUK4txMyspcHUKpbrA== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: upgrade to 4.62.2 Date: Mon, 23 Aug 2021 17:12:34 +0200 Message-Id: <20210823151234.3730-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 0376807120..43adfd2fd9 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.1 +pkgver=4.62.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=" -485d5a88588d026b3311419839abd57f8092295a2e68341708aa2c4ff35a97e30e9eb0db0db4ef9b0fc19c4d7b575ec6f30b213b97cb7498a9267d7c6e0a57ce tqdm-4.62.1.tar.gz +a59a041fa239e215e541f07c66292c27bfe067f3f2eac2916662b4ef1faa630346dec9558a7f66a3456b3d2ddcd164f9381cb89e5ac8350d0295367bfc248a8c tqdm-4.62.2.tar.gz " -- 2.33.0