Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id A1FDF782C0E for <~alpine/aports@lists.alpinelinux.org>; Fri, 20 Sep 2019 18:11:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1569003067; bh=2BoEeJL7sU/ckk8Dn6otKyCKm7N/F0NinPaIMKDS77g=; h=From:To:Cc:Subject:Date; b=Y8sajS7YwGg+vmwqnLkSLK1p7YW0ym3zUMw/dKtAitDaE7Vw2EWjnr+TPrOl54IwJ nZhp1iRM9xBJhGCdG6dWub/vSf0+jTuUXZDvJ5g77xGfCq63LWlpfF+oFWiv0rTTrv 1JIXeEqeC7Ry3my1vWsE8prju3yDyZQOqNsmp4nI= From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-tqdm: upgrade to 4.36.1 Date: Fri, 20 Sep 2019 14:10:57 -0400 Message-Id: <20190920181057.13766-1-sir@cmpwn.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- community/py3-tqdm/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/py3-tqdm/APKBUILD b/community/py3-tqdm/APKBUILD index 61943e50a3..c46d5b8696 100644 --- a/community/py3-tqdm/APKBUILD +++ b/community/py3-tqdm/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Drew DeVault pkgname=py3-tqdm _pkgname=tqdm -pkgver=4.34.0 -pkgrel=1 +pkgver=4.36.0 +pkgrel=0 pkgdesc="Fast, Extensible Progress Meter" options="!check" # Broken on our current Python build due to setuptools version conflict url="https://pypi.python.org/pypi/tqdm" @@ -43,5 +43,5 @@ package() { ln -s tqdm-3 "$pkgdir"/usr/bin/tqdm } -sha512sums="e89c5189faa596b5821a3c9ba1538f97f28df61928f6e1d028a2dbd649e59bd998e226359ddb0bd4e012ba77575d6610b1283d1289cd46f78b8f8fdf3bb3e4e7 tqdm-4.34.0.tar.gz +sha512sums="0d12bdb574978be027ecd1ceaddae246aa217c3f5d9ed117e7d5e6f43d6f7bf530a779afd753c42a813ba9287772fc423b2bea15db4b3e619e6615c9b0b465b3 tqdm-4.36.0.tar.gz 227b39f92ef529762c455d6cb82a84f05af00a7d72b505082a749c1de959ab7814ef0b3b07df62c77ebc184671f5579718f000eaafa534b775b58427de935e96 0001-Skip-flaky-test-that-depends-on-GNU-coreutils.patch" -- 2.23.0