From 2a19b5844657c8c8d69b3f646bd2d759e3489836 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 12 May 2018 23:24:05 -0300 Subject: [PATCH] python-simplejson: update to 3.15.0. Closes #14356. Signed-off-by: Enno Boland --- srcpkgs/python-simplejson/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-simplejson/template b/srcpkgs/python-simplejson/template index d5db642ac69..f1eb4072dd6 100644 --- a/srcpkgs/python-simplejson/template +++ b/srcpkgs/python-simplejson/template @@ -1,6 +1,6 @@ # Template file for 'python-simplejson' pkgname=python-simplejson -version=3.14.0 +version=3.15.0 revision=1 wrksrc="simplejson-${version}" build_style=python-module @@ -11,8 +11,13 @@ short_desc="Simple, fast, extensible JSON encoder/decoder for Python2" maintainer="Juan RP " license="MIT, AFL-2.1" homepage="https://github.com/simplejson/simplejson" +#changelog="https://raw.githubusercontent.com/simplejson/simplejson/master/CHANGES.txt" distfiles="${PYPI_SITE}/s/simplejson/simplejson-${version}.tar.gz" -checksum=1ebbd84c2d7512f7ba65df0b9cc3cbc1bbd6ef9eab39fc9389dfe7e3681f7bd2 +checksum=ad332f65d9551ceffc132d0a683f4ffd12e4bc7538681100190d577ced3473fb + +do_check() { + python3 setup.py test +} post_install() { vlicense LICENSE.txt LICENSE