Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id EA27D782B1D for <~alpine/aports@lists.alpinelinux.org>; Mon, 11 Jan 2021 20:52:28 +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=1610398347; 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=WN/R/zUnCBpGFyFAcT8paukkfL+gxxD1nga0jvWsMgU=; b=FMFdIGwqQMDYaPfZk29MIEbWQiAiA3cTxfIBRkAVZN/hfB0t0tKlqGYV5H2Wxp10YoT1vg BEaVCC6ogqL2f7I3pCKy2pdzUdNWAtLsXxQEW/s+jSY8jIYuAXd2FNd9syioiUVUfh+ueA L+vtbDkNIzsDylYoOSVRaKYsrWd9KXMjoHYdabsLbCcyHfWkBZN2JLwHzEtmG0OVPFOh8l QQopTN+4uBiIdNkvUADJCF5N/ciVqlZZpNtHMvAcv2Gve6kcQe6R202ozRXrzRiZIJIVHB A+/7AcTdhSr4vSSeTSwuEY1V+jHXYO/POK1YvdHFAQyZHhaDsQWKLMCKu8YOAA== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: upgrade to 4.56.0 Message-Id: <20210111205221.19139-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: Mon, 11 Jan 2021 20:52:27 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 b9c1421d0f..27e0664de5 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.1 +pkgver=4.56.0 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="82a6d3d8e10d4c46e40e03e557febe9f7cac3cc01c01c9e29b20cf8f2adcc7370829fe5d4497ff0edb506bf38b9ec14de86377d1bbd9b8b9e57687d951ae683f tqdm-4.55.1.tar.gz" +sha512sums="c65eb167063c4b6a0931a6f19fb2e4d88eb92fe3f3118c0247cd0e148220523097c4419289428d2a4c22cc187011d78cba32fc080eb2cbe352f873e29646094e tqdm-4.56.0.tar.gz" -- 2.30.0