aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-08-02 14:49:52 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-08-03 00:22:00 +0000
commitb62deade053aaea69beb88468d868cbcdb983fbc (patch)
tree4c7ebe6b0e5e14fba8a6331c87086eb2a99f1866
parentef6e42c4544874c11a3512ad275b52c57d4e148a (diff)
testing/py3-mongo: upgrade to 3.10.1
-rw-r--r--testing/py3-mongo/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-mongo/APKBUILD b/testing/py3-mongo/APKBUILD
index 87d9fc2928a..0de2650188e 100644
--- a/testing/py3-mongo/APKBUILD
+++ b/testing/py3-mongo/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-mongo
_pkgname=pymongo
-pkgver=3.7.2
-pkgrel=2
+pkgver=3.10.1
+pkgrel=0
pkgdesc="Python3 driver for MongoDB"
url="https://github.com/mongodb/mongo-python-driver"
arch="all"
@@ -27,4 +27,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="4d1dfe03d94f381f27cfb5c8dd4f75ecbab90567fdc4dd594b880031e68825eda6285c8b261a4c9d76fb7ccc92c91e27ae2f696525f7732b1f0084794042a33d pymongo-3.7.2.tar.gz"
+sha512sums="5a73ac17ef6f6783a573facd90879dbefa0c95d69123bc67c1a6af0987cb5786f637b8fa81a6810387acc34829a4cde33b848ac0f7b08f7d07faa90a8e13b595 pymongo-3.10.1.tar.gz"