python-simplejson: update to 3.17.0
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
56e48cf1ea
commit
2ef4aac778
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue