Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 5F3E5781A60 for <~alpine/aports@lists.alpinelinux.org>; Tue, 20 Aug 2019 01:09:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1566263366; bh=KOhwmcaFSo2V+CkVNAGx2wfl18E4c9LbSGnYw+Xv5Rk=; h=From:To:Cc:Subject:Date; b=pHiDFbr1IBels/t+YevMKOj+MCNb4t6zQA9USdJ/IWiLWaHXClxtMT9t5dySPHeF8 AxvIrN47cwf2HjjHdC5DkAhp67Y/2yWtg4y+FoM9Xp6tf/TfK2i70F9OPo3MQebVOb rr5Lw4WbA+u2MzIPF9ucnaieacorN6vL3Zj1owNY= From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] testing/py-tqdm: update to 4.34.0 Date: Tue, 20 Aug 2019 10:09:14 +0900 Message-Id: <20190820010914.11710-1-sir@cmpwn.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- community/py-tqdm/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py-tqdm/APKBUILD b/community/py-tqdm/APKBUILD index cb9ca6bd9d..5187f7f982 100644 --- a/community/py-tqdm/APKBUILD +++ b/community/py-tqdm/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=py-tqdm _pkgname=tqdm -pkgver=4.32.2 +pkgver=4.34.0 pkgrel=0 pkgdesc="Fast, Extensible Progress Meter" url="https://pypi.python.org/pypi/tqdm" @@ -68,5 +68,5 @@ _py3() { _py python3 } -sha512sums="b39c0b488cef6935edc63ee73cde800678d8c3211abf74d6680274618086970a12b5bf9aaad9b6841fa2e84261d1348ceccf32c25f5a3afd8e1a1d1822f98d91 tqdm-4.32.2.tar.gz +sha512sums="e89c5189faa596b5821a3c9ba1538f97f28df61928f6e1d028a2dbd649e59bd998e226359ddb0bd4e012ba77575d6610b1283d1289cd46f78b8f8fdf3bb3e4e7 tqdm-4.34.0.tar.gz 227b39f92ef529762c455d6cb82a84f05af00a7d72b505082a749c1de959ab7814ef0b3b07df62c77ebc184671f5579718f000eaafa534b775b58427de935e96 0001-Skip-flaky-test-that-depends-on-GNU-coreutils.patch" -- 2.23.0