diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-27 08:44:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-27 08:44:45 +0000 |
commit | 3a24f11ee506f5a67d038ae0bcc5ddd3d838abb7 (patch) | |
tree | 79a6a92b0f99d8913775a05800c517de164d9415 | |
parent | bb077e5816ebd7c182bc9bf39f28512f268d1122 (diff) | |
download | pkgsrc-3a24f11ee506f5a67d038ae0bcc5ddd3d838abb7.tar.gz |
Update to 3.6.5:
Version 3.6.5 released 2014-10-24
* Importing bug fix for reference leak when an error occurs during
dict encoding
https://github.com/simplejson/simplejson/issues/109
-rw-r--r-- | converters/py-simplejson/Makefile | 4 | ||||
-rw-r--r-- | converters/py-simplejson/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile index fad1c308499..201a7ff010c 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2014/10/05 14:53:55 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2014/10/27 08:44:45 wiz Exp $ -DISTNAME= simplejson-3.6.4 +DISTNAME= simplejson-3.6.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= converters MASTER_SITES= https://pypi.python.org/packages/source/s/simplejson/ diff --git a/converters/py-simplejson/distinfo b/converters/py-simplejson/distinfo index 2db8aeeff80..0fcdaa3289d 100644 --- a/converters/py-simplejson/distinfo +++ b/converters/py-simplejson/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2014/10/05 14:53:55 wiz Exp $ +$NetBSD: distinfo,v 1.19 2014/10/27 08:44:45 wiz Exp $ -SHA1 (simplejson-3.6.4.tar.gz) = 1bf946ff3c09eedf70a8de355d40931858b8c5a3 -RMD160 (simplejson-3.6.4.tar.gz) = 03ca1559bea4ec934430b60d66b4e4bfbf7590c1 -Size (simplejson-3.6.4.tar.gz) = 73899 bytes +SHA1 (simplejson-3.6.5.tar.gz) = 4e3f2557fc8003115cf5d9c388845c03aec83121 +RMD160 (simplejson-3.6.5.tar.gz) = 92cdf480023d1b8062b7f3a6e7a106c353b824e0 +Size (simplejson-3.6.5.tar.gz) = 73961 bytes |