aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-05-31 13:56:38 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-05-31 17:59:35 +0000
commit13b3f2f204df2377c8f57107833f5c611be08378 (patch)
treecba646aa01316959fbc748610768d91a87b98727
parent2b60759fc2665887f92f3e2282bb82712471955a (diff)
testing/py3-bson: upgrade to 0.5.10
-rw-r--r--testing/py3-bson/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-bson/APKBUILD b/testing/py3-bson/APKBUILD
index a534458f3b6..0497f858569 100644
--- a/testing/py3-bson/APKBUILD
+++ b/testing/py3-bson/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
pkgname=py3-bson
_pkgname=bson
-pkgver=0.5.9
+pkgver=0.5.10
pkgrel=0
pkgdesc="Independent BSON codec for Python that doesn’t depend on MongoDB"
options="!check" # No testsuite
@@ -26,4 +26,4 @@ check() {
python3 setup.py test
}
-sha512sums="7536db67ab5d0f9fe502cd4951dbdf667253f83eeaabeaa634c4168d57545499d833c57daa5b1012dfc5c541faf94454a379b690bada0a9e5f978f388b257021 bson-0.5.9.tar.gz"
+sha512sums="649c34aecbcf0e57bd2363bf05d4a7ce58d8dd5b7c25608136fe0155297f800e867df1c4f4785fb4f7db88aa4d79f2d23c401eedbec66056a12dd9d451f2a96b bson-0.5.10.tar.gz"