aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-12-11 09:44:55 -0500
committerLeo <thinkabit.ukim@gmail.com>2019-12-11 15:49:31 +0100
commit65b38b7a2597f7424ebe3fe2b8e4348e087a0849 (patch)
treeb631b63883f663e719a0a959d89ff51c662de43d /community
parent126cd0a2d3aeeef1e82d965e9515481466888a05 (diff)
downloadaports-65b38b7a2597f7424ebe3fe2b8e4348e087a0849.tar.bz2
aports-65b38b7a2597f7424ebe3fe2b8e4348e087a0849.tar.xz
community/py3-tqdm: upgrade to 4.40.2
Diffstat (limited to 'community')
-rw-r--r--community/py3-tqdm/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-tqdm/APKBUILD b/community/py3-tqdm/APKBUILD
index 7f017bd33d..33062801eb 100644
--- a/community/py3-tqdm/APKBUILD
+++ b/community/py3-tqdm/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-tqdm
_pkgname=tqdm
-pkgver=4.40.1
+pkgver=4.40.2
pkgrel=0
pkgdesc="Fast, Extensible Progress Meter"
options="!check" # Broken on our current Python build due to setuptools version conflict
@@ -44,5 +44,5 @@ package() {
ln -s tqdm-3 "$pkgdir"/usr/bin/tqdm
}
-sha512sums="f4b0d3cd0e0470a33bf12d691224e0856ee0f446a7942dff6089ef826970fca18b83d049ea04d4549e5feec08bfcab8a504c5e8d3ef49e8932c9fc314f562036 tqdm-4.40.1.tar.gz
+sha512sums="60d0e3f89413de594686cb446f3d8e0bffdf9f2e86a374cf0391dd16b0d9f106f3897b452848e6d3b54c9aabe8b43ed5729083ae7b2d3564b723666828639158 tqdm-4.40.2.tar.gz
18be29842ec2444ac92e2748afab35bece67d9896ce8ba9b90f54fe717680203a45dad41887b217a95821c4b98307f23ebd3540fba0c76f581d38a844d8e4e15 0001-Skip-flaky-test-that-depends-on-GNU-coreutils.patch"