diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-04 10:04:45 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-04 10:55:30 -0300 |
commit | 626c36c21dc682b15e1ee4cebdc4f156b80fb6f0 (patch) | |
tree | 0b7206c1e9c03b913ee53ba765bf390818687e2c /community | |
parent | 1e19c98817d3fa59cce62810bea46ca543860889 (diff) | |
download | aports-626c36c21dc682b15e1ee4cebdc4f156b80fb6f0.tar.bz2 aports-626c36c21dc682b15e1ee4cebdc4f156b80fb6f0.tar.xz |
community/py3-tqdm: upgrade to 4.37.0
Diffstat (limited to 'community')
-rw-r--r-- | community/py3-tqdm/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-tqdm/APKBUILD b/community/py3-tqdm/APKBUILD index 75f0e2551a..55a623c900 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.36.1 +pkgver=4.37.0 pkgrel=0 pkgdesc="Fast, Extensible Progress Meter" options="!check" # Broken on our current Python build due to setuptools version conflict @@ -43,5 +43,5 @@ package() { ln -s tqdm-3 "$pkgdir"/usr/bin/tqdm } -sha512sums="26fba84380ee8f39104cd0108d8fc9c33441f15f59d03ef2f95de6026f40cd40723835c0ab2c7db1358de716b0c83ad2a88103fd99a59de473127c69485f14cb tqdm-4.36.1.tar.gz +sha512sums="17f5d93a07ef843dae018ec0ffd225340cfcd338e8ae145eae8da4fbc137d3b7fd200b498416ead44b001eea72cb6290e0dc109715b7870444c247f59112d07c tqdm-4.37.0.tar.gz 18be29842ec2444ac92e2748afab35bece67d9896ce8ba9b90f54fe717680203a45dad41887b217a95821c4b98307f23ebd3540fba0c76f581d38a844d8e4e15 0001-Skip-flaky-test-that-depends-on-GNU-coreutils.patch" |