diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-29 16:41:45 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-29 17:12:08 +0100 |
commit | 58ca514e213c96b189f562ede2752d327774b20c (patch) | |
tree | fc526ae9a259073d281796f0648b5a911f86a91e /community | |
parent | ce391085c0c4694b51156c2212eaec20484b66b1 (diff) | |
download | aports-58ca514e213c96b189f562ede2752d327774b20c.tar.bz2 aports-58ca514e213c96b189f562ede2752d327774b20c.tar.xz |
community/py3-tqdm: upgrade to 4.39.0
Diffstat (limited to 'community')
-rw-r--r-- | community/py3-tqdm/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/py3-tqdm/APKBUILD b/community/py3-tqdm/APKBUILD index 0c41fa38e8..3038f03371 100644 --- a/community/py3-tqdm/APKBUILD +++ b/community/py3-tqdm/APKBUILD @@ -1,13 +1,14 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=py3-tqdm _pkgname=tqdm -pkgver=4.38.0 +pkgver=4.39.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" arch="noarch" license="MIT" +depends="python3" makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz 0001-Skip-flaky-test-that-depends-on-GNU-coreutils.patch" @@ -43,5 +44,5 @@ package() { ln -s tqdm-3 "$pkgdir"/usr/bin/tqdm } -sha512sums="54d6e63213a4bb07c16fc36e821c963764fba4fa23593b0116a967877c11306259dbf77ffb8c24048548127cb06583c8d5cfcbf5e7538df9856c5056ad091d6d tqdm-4.38.0.tar.gz +sha512sums="c2e4b6033a3c587466e31b305f781a61d6169f20b59bf7567335f02b6e10fccaf8a471f8493a9034b9510ee081528e4b15412471746a7b62dcaedcd64b3856a6 tqdm-4.39.0.tar.gz 18be29842ec2444ac92e2748afab35bece67d9896ce8ba9b90f54fe717680203a45dad41887b217a95821c4b98307f23ebd3540fba0c76f581d38a844d8e4e15 0001-Skip-flaky-test-that-depends-on-GNU-coreutils.patch" |