diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 18:21:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:39 +0000 |
commit | 6f8dcd86b3ae71a909be1b7188effc239c8c41ff (patch) | |
tree | 00e003a0397ef12de843f1c82b2603ab86cae1f1 /testing/py3-mongo | |
parent | 58d5d844d8a61f304ba4ccaeeb1e8910e19e0f12 (diff) | |
download | aports-6f8dcd86b3ae71a909be1b7188effc239c8c41ff.tar.bz2 aports-6f8dcd86b3ae71a909be1b7188effc239c8c41ff.tar.xz |
testing/py3-mongo: rebuild against python 3.8
Diffstat (limited to 'testing/py3-mongo')
-rw-r--r-- | testing/py3-mongo/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-mongo/APKBUILD b/testing/py3-mongo/APKBUILD index e2d5cc787d..87d9fc2928 100644 --- a/testing/py3-mongo/APKBUILD +++ b/testing/py3-mongo/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-mongo _pkgname=pymongo pkgver=3.7.2 -pkgrel=1 +pkgrel=2 pkgdesc="Python3 driver for MongoDB" url="https://github.com/mongodb/mongo-python-driver" arch="all" |