aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-ujson
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-02 18:14:42 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-02 21:27:15 +0000
commit6d3f02ff65ef8cb10624eb3411ebc90021adea63 (patch)
treebfb3dba5ff96026e64894f5fb6dcd46114864507 /testing/py3-ujson
parent8220d4024c134da5a4acc264ee76d0f16e663d0a (diff)
downloadaports-6d3f02ff65ef8cb10624eb3411ebc90021adea63.tar.bz2
aports-6d3f02ff65ef8cb10624eb3411ebc90021adea63.tar.xz
testing/py3-ujson: upgrade to 2.0.3
Diffstat (limited to 'testing/py3-ujson')
-rw-r--r--testing/py3-ujson/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-ujson/APKBUILD b/testing/py3-ujson/APKBUILD
index c8fd934aa2..e7ef68ab24 100644
--- a/testing/py3-ujson/APKBUILD
+++ b/testing/py3-ujson/APKBUILD
@@ -1,14 +1,14 @@
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-ujson
-pkgver=2.0.1
+pkgver=2.0.3
pkgrel=0
pkgdesc="Fast Python JSON encoder and decoder"
url="https://github.com/ultrajson/ultrajson"
arch="all"
license="BSD-3-Clause"
makedepends="py3-setuptools python3-dev"
-checkdepends="py3-tz py3-six"
+checkdepends="py3-tz py3-six py3-pytest"
source="https://pypi.io/packages/source/u/ujson/ujson-$pkgver.tar.gz"
builddir="$srcdir"/ujson-$pkgver
@@ -24,4 +24,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="b17826cb6fb5731bf7c152e9b491edef7f94cc08a90af74d1685aafaec353092e7d5afa9988c93ee6889162d5a4db9da5393b4a2eecaff39ba5f1e029a847e3a ujson-2.0.1.tar.gz"
+sha512sums="2c1879c372745966a00e064559dbf615f282ef192cbdbb29243c48169fc5f6e9344eba29988a1de3b5b0d1fe7699fcd88373d6dbb2e3fb59b1e8ef12b8a0375d ujson-2.0.3.tar.gz"