diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-05 02:58:35 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-05 04:04:41 +0100 |
commit | 44316906e7a14f6f4c30ef373aa73b077b0df2f7 (patch) | |
tree | 50ca49b473c48d966439d17a248542c36eb87a58 /community/py3-tqdm | |
parent | da5859360c3a972111830b246606b47ac9f51b15 (diff) | |
download | aports-44316906e7a14f6f4c30ef373aa73b077b0df2f7.tar.bz2 aports-44316906e7a14f6f4c30ef373aa73b077b0df2f7.tar.xz |
community/py3-tqdm: upgrade to 4.40.0
Diffstat (limited to 'community/py3-tqdm')
-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 3038f03371..5a89f52210 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.39.0 +pkgver=4.40.0 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="c2e4b6033a3c587466e31b305f781a61d6169f20b59bf7567335f02b6e10fccaf8a471f8493a9034b9510ee081528e4b15412471746a7b62dcaedcd64b3856a6 tqdm-4.39.0.tar.gz +sha512sums="1c326d98130c79f614cea502723e4202baa57b7b4639e208133cb464785e4a8d4eaa9d262ea484246d45e5eb8f21994e7ecf3fd6ef0f4966f9049fc8013d7442 tqdm-4.40.0.tar.gz 18be29842ec2444ac92e2748afab35bece67d9896ce8ba9b90f54fe717680203a45dad41887b217a95821c4b98307f23ebd3540fba0c76f581d38a844d8e4e15 0001-Skip-flaky-test-that-depends-on-GNU-coreutils.patch" |