diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 08:09:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:57 +0000 |
commit | 0c4d854404842abd253c14f3413770438318b950 (patch) | |
tree | fc2fae13fded9a41bbfb27b62bc379be31283454 /testing/py-tqdm | |
parent | 814dc237d882b698bd6f0313f6c0b89b9c668c5d (diff) | |
download | aports-0c4d854404842abd253c14f3413770438318b950.tar.bz2 aports-0c4d854404842abd253c14f3413770438318b950.tar.xz |
testing/py-tqdm: rebuild against python 3.7
Diffstat (limited to 'testing/py-tqdm')
-rw-r--r-- | testing/py-tqdm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-tqdm/APKBUILD b/testing/py-tqdm/APKBUILD index e745443480..a111616233 100644 --- a/testing/py-tqdm/APKBUILD +++ b/testing/py-tqdm/APKBUILD @@ -2,7 +2,7 @@ pkgname=py-tqdm _pkgname=tqdm pkgver=4.31.1 -pkgrel=1 +pkgrel=2 pkgdesc="Fast, Extensible Progress Meter" url="https://pypi.python.org/pypi/tqdm" arch="noarch" |