diff options
author | adam <adam@pkgsrc.org> | 2018-04-30 06:41:52 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-04-30 06:41:52 +0000 |
commit | e2af4ec69a364038bc6659b6574f8b2d12cacf33 (patch) | |
tree | 9a320753997df1787be1bf2fe9a64025867b3ac1 /converters | |
parent | 5922cdcb48d5e9879f2394a003c120f8b84f0633 (diff) | |
download | pkgsrc-e2af4ec69a364038bc6659b6574f8b2d12cacf33.tar.gz |
py-simplejson: updated to 3.14.0
Version 3.14.0:
* Defer is_raw_json test (performance improvement)
* Avoid escaping U+2028 and U+2029 without ensure_ascii
* Fix an incorrect type test in Python 2, avoiding an unnecessary unicode copy.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/py-simplejson/Makefile | 10 | ||||
-rw-r--r-- | converters/py-simplejson/distinfo | 10 |
2 files changed, 9 insertions, 11 deletions
diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile index 657d5ac0476..9e48fe92e4f 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,16 +1,14 @@ -# $NetBSD: Makefile,v 1.34 2017/11/28 11:01:11 adam Exp $ +# $NetBSD: Makefile,v 1.35 2018/04/30 06:41:52 adam Exp $ -DISTNAME= simplejson-3.13.2 +DISTNAME= simplejson-3.14.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= converters python MASTER_SITES= ${MASTER_SITE_PYPI:=s/simplejson/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://undefined.org/python/#simplejson -COMMENT= Simplejson is a simple, fast, extensible JSON encoder/decoder +HOMEPAGE= https://github.com/simplejson/simplejson +COMMENT= Simple, fast, complete and extensible JSON encoder/decoder LICENSE= mit -USE_LANGUAGES= c - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-simplejson/distinfo b/converters/py-simplejson/distinfo index e1c0b2c9e57..882d5d7b8d0 100644 --- a/converters/py-simplejson/distinfo +++ b/converters/py-simplejson/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2017/11/28 11:01:11 adam Exp $ +$NetBSD: distinfo,v 1.25 2018/04/30 06:41:52 adam Exp $ -SHA1 (simplejson-3.13.2.tar.gz) = f8a479361560fc5c50ce494058ba4dfedb4810b9 -RMD160 (simplejson-3.13.2.tar.gz) = 114d4475b8b641b1ad08e8a22dcfd66d426dda38 -SHA512 (simplejson-3.13.2.tar.gz) = ea29bc615de7fd0eb2a98f5dbeea74ee49b6fed6602396e77baf4480c86f975eff7fd868ac44f62a1c2f3721d4fa5b807b74109e5e28810df70dbad758110f41 -Size (simplejson-3.13.2.tar.gz) = 79735 bytes +SHA1 (simplejson-3.14.0.tar.gz) = 405b525db85f0fbd850cbbb8d1ad3f4f9df72862 +RMD160 (simplejson-3.14.0.tar.gz) = e021b0467ab5d3828b524313f1ac90036bab3992 +SHA512 (simplejson-3.14.0.tar.gz) = a81b20a75840566d5985803f35c56ee6957a433f0a9a6fc2f0fb2d46f978925cff0edc2f2c06fe85e7155c8301fbadc962152671c29310c6306f63afede75f98 +Size (simplejson-3.14.0.tar.gz) = 80112 bytes |