pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/py-simplejson py-simplejson: updated to 3.14.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23ed722fe401
branches:  trunk
changeset: 379443:23ed722fe401
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 30 06:41:52 2018 +0000

description:
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:

 converters/py-simplejson/Makefile |  10 ++++------
 converters/py-simplejson/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 11 deletions(-)

diffs (39 lines):

diff -r ace0a19d57a7 -r 23ed722fe401 converters/py-simplejson/Makefile
--- a/converters/py-simplejson/Makefile Mon Apr 30 06:41:16 2018 +0000
+++ b/converters/py-simplejson/Makefile Mon Apr 30 06:41:52 2018 +0000
@@ -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@localhost
-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 -r ace0a19d57a7 -r 23ed722fe401 converters/py-simplejson/distinfo
--- a/converters/py-simplejson/distinfo Mon Apr 30 06:41:16 2018 +0000
+++ b/converters/py-simplejson/distinfo Mon Apr 30 06:41:52 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index