aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-tqdm
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-21 19:00:13 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-21 20:27:46 +0100
commit45a13f36601439c6f6321f3edf8e0548972d997b (patch)
treeaabdd56c840b49576db93c6b62ac80ee092fcec5 /community/py3-tqdm
parenta9b4579f57c6ed475b5c0cd99690b3e2c4eb9c41 (diff)
community/py3-tqdm: upgrade to 4.38.0
Diffstat (limited to 'community/py3-tqdm')
-rw-r--r--community/py3-tqdm/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-tqdm/APKBUILD b/community/py3-tqdm/APKBUILD
index 93c1815bbc8..0c41fa38e8d 100644
--- a/community/py3-tqdm/APKBUILD
+++ b/community/py3-tqdm/APKBUILD
@@ -1,8 +1,8 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-tqdm
_pkgname=tqdm
-pkgver=4.37.0
-pkgrel=1
+pkgver=4.38.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="17f5d93a07ef843dae018ec0ffd225340cfcd338e8ae145eae8da4fbc137d3b7fd200b498416ead44b001eea72cb6290e0dc109715b7870444c247f59112d07c tqdm-4.37.0.tar.gz
+sha512sums="54d6e63213a4bb07c16fc36e821c963764fba4fa23593b0116a967877c11306259dbf77ffb8c24048548127cb06583c8d5cfcbf5e7538df9856c5056ad091d6d tqdm-4.38.0.tar.gz
18be29842ec2444ac92e2748afab35bece67d9896ce8ba9b90f54fe717680203a45dad41887b217a95821c4b98307f23ebd3540fba0c76f581d38a844d8e4e15 0001-Skip-flaky-test-that-depends-on-GNU-coreutils.patch"