From 0f8052df8bd4d6bdcf52378aeb316fccdf5894fd Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 25 Oct 2020 15:12:46 -0400 Subject: community/py3-tqdm: update to 4.51.0 --- community/py3-tqdm/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/community/py3-tqdm/APKBUILD b/community/py3-tqdm/APKBUILD index 9836985b4f8..268878f53cf 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.50.2 +pkgver=4.51.0 pkgrel=0 pkgdesc="Fast, Extensible Progress Meter" options="!check" # Broken on our current Python build due to setuptools version conflict @@ -20,9 +20,9 @@ prepare() { default_prepare case "$CARCH" in # FIXME: remove selected failing tests on selected arches - aarch64) rm tqdm/tests/tests_perf.py;; - s390x) rm tqdm/tests/tests_perf.py;; - x86) rm tqdm/tests/tests_synchronisation.py;; + aarch64) rm tests/tests_perf.py;; + s390x) rm tests/tests_perf.py;; + x86) rm tests/tests_synchronisation.py;; esac } @@ -43,4 +43,4 @@ package() { ln -s tqdm-3 "$pkgdir"/usr/bin/tqdm } -sha512sums="2d13473d3f7e85de1c62cc753bca2c2971acbfb8c1a0f99cebf248e9e384b5875ae655c41438abb9861d6c90051eec0d1a23af849f157359fa88c730718ecd33 tqdm-4.50.2.tar.gz" +sha512sums="04bb2a173b9b79b76844fedbc14572fa955232d1dcb6ac55b7265c4cc7a4f712f2c2965ac3bcb9e10ea1bd041593230b047365816bf508d457d873a2d4830d3f tqdm-4.51.0.tar.gz" -- cgit v1.2.3