diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-09-20 14:10:57 -0400 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-20 15:14:26 -0300 |
commit | 0e5b3366d6ce9399b890254b5a97b75d4a94dd5d (patch) | |
tree | ff2568bac0c598a53a10ba5dc1951cdc78076439 /community/py3-tqdm | |
parent | 1e0fe7b5a084f2150f4676161c9eb373d59b9083 (diff) | |
download | aports-0e5b3366d6ce9399b890254b5a97b75d4a94dd5d.tar.bz2 aports-0e5b3366d6ce9399b890254b5a97b75d4a94dd5d.tar.xz |
community/py3-tqdm: upgrade to 4.36.1
Diffstat (limited to 'community/py3-tqdm')
-rw-r--r-- | community/py3-tqdm/APKBUILD | 6 |
1 files 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 <sir@cmpwn.com> 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" |