From 2ef4aac7781d1f3b51c4932da2297ee386197541 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Mon, 16 Dec 2019 08:22:46 -0600 Subject: [PATCH] python-simplejson: update to 3.17.0 Signed-off-by: Nathan Owens --- srcpkgs/python-simplejson/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-simplejson/template b/srcpkgs/python-simplejson/template index b453ae952b..a98a6e950c 100644 --- a/srcpkgs/python-simplejson/template +++ b/srcpkgs/python-simplejson/template @@ -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 " 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