python-simplejson: update to 3.17.0

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
Nathan Owens 2019-12-16 08:22:46 -06:00 committed by Piraty
parent 56e48cf1ea
commit 2ef4aac778

View file

@ -1,7 +1,7 @@
# Template file for 'python-simplejson'
pkgname=python-simplejson
version=3.16.1
revision=2
version=3.17.0
revision=1
wrksrc="simplejson-${version}"
build_style=python-module
pycompile_module="simplejson"
@ -11,9 +11,9 @@ short_desc="Simple, fast, extensible JSON encoder/decoder for Python2"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT, AFL-2.1"
homepage="https://github.com/simplejson/simplejson"
#changelog="https://raw.githubusercontent.com/simplejson/simplejson/master/CHANGES.txt"
changelog="https://raw.githubusercontent.com/simplejson/simplejson/master/CHANGES.txt"
distfiles="https://github.com/simplejson/simplejson/releases/download/v${version}/simplejson-${version}.tar.gz"
checksum=20c626174a3cfcc69c783930ac2d5daa72787a8e26398e33c978065a51cc8bf4
checksum=2b4b2b738b3b99819a17feaf118265d0753d5536049ea570b3c43b51c4701e81
do_check() {
python3 setup.py test