Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id D257A780FC9 for <~alpine/aports@lists.alpinelinux.org>; Sat, 2 Jan 2021 16:45:14 +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=1609605913; 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=tse0ipxhgj87/L3VjHEdFEJz1skkZra0CFA9/tv+H+g=; b=f7usw2uwE/9dBMhM6d6lv496cmjKYhXnIqiC8Yn6ZisDc4uelmEvJ1h3Ftl/dXkVoW3/Lg DO+Ilg9pT5OzNtXrLH/i6o8OGyMVb+qu6/8DBD2LKE0JNpI7BCBBapTnhrUra1RTcBVTLM GsUq6UTOPhJLR+9eZa8gR4htI9Ej1C8vluC+shh/UB3UbVH+Stode8cpb5Pi95RuL2zfaH reh1gGMEBtN6iDVGKQTh0zZ4bOeIEvJ97kBgSevw6uHpMvq5PrcQ3swPUJ/H8fOathT9fb IZ/u5wJGYZCHBjoed4K9AVvq2GgX2ACUMF8ddIyvaY4E1VXgMDToP1ATbLJCZQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: upgrade to 4.55.1 Message-Id: <20210102164418.14815-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com Date: Sat, 02 Jan 2021 16:45:13 GMT --- 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 6971aeaf51..b9c1421d0f 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.55.0 +pkgver=4.55.1 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="84062f7d2a109e4067e0868990b6e53578c7c2ec2b81a0cbdc980c91d2d82a8bda37e0c9688777fcf14cc80b7ddf7b28b7a5acfe37608e37903fe45908103913 tqdm-4.55.0.tar.gz" +sha512sums="82a6d3d8e10d4c46e40e03e557febe9f7cac3cc01c01c9e29b20cf8f2adcc7370829fe5d4497ff0edb506bf38b9ec14de86377d1bbd9b8b9e57687d951ae683f tqdm-4.55.1.tar.gz" -- 2.30.0