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.17.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f74c65cec443
branches:  trunk
changeset: 457410:f74c65cec443
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Aug 25 06:09:54 2021 +0000

description:
py-simplejson: updated to 3.17.5

Version 3.17.5 released 2021-08-23

* Fix the C extension module to harden is_namedtuple against looks-a-likes such
  as Mocks. Also prevent dict encoding from causing an unraised SystemError when
  encountering a non-Dict. Noticed by running user tests against a CPython
  interpreter with C asserts enabled (COPTS += -UNDEBUG).

diffstat:

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

diffs (27 lines):

diff -r c42ae833f7b9 -r f74c65cec443 converters/py-simplejson/Makefile
--- a/converters/py-simplejson/Makefile Wed Aug 25 06:06:03 2021 +0000
+++ b/converters/py-simplejson/Makefile Wed Aug 25 06:09:54 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2021/08/20 05:36:23 adam Exp $
+# $NetBSD: Makefile,v 1.42 2021/08/25 06:09:54 adam Exp $
 
-DISTNAME=      simplejson-3.17.4
+DISTNAME=      simplejson-3.17.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    converters python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/simplejson/}
diff -r c42ae833f7b9 -r f74c65cec443 converters/py-simplejson/distinfo
--- a/converters/py-simplejson/distinfo Wed Aug 25 06:06:03 2021 +0000
+++ b/converters/py-simplejson/distinfo Wed Aug 25 06:09:54 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2021/08/20 05:36:23 adam Exp $
+$NetBSD: distinfo,v 1.32 2021/08/25 06:09:54 adam Exp $
 
-SHA1 (simplejson-3.17.4.tar.gz) = 1346cd803a7e5d2bf71416f2ef2e64a27387dce4
-RMD160 (simplejson-3.17.4.tar.gz) = 4a337e976918da5d1a37e9b943e9bd56754141b4
-SHA512 (simplejson-3.17.4.tar.gz) = 50f616c9075ead08b328d8898537bf6487c218f53782717553da6baa3477d3948efdf001d908b8fa121aac96485bf154b15bbca3ca38eac0a38a44c028a4bf5b
-Size (simplejson-3.17.4.tar.gz) = 82453 bytes
+SHA1 (simplejson-3.17.5.tar.gz) = dc23b61437cf6557c474afe79400100b852c1af5
+RMD160 (simplejson-3.17.5.tar.gz) = f64cca4dd59c4f9b0594ce4464cebdbd453c66b7
+SHA512 (simplejson-3.17.5.tar.gz) = f5af32e4f9b4575323f9c0eb8163e794270a8607710d08a72cece953f57861e3619038798369ea049d82b9b53f293b9d9eefdeb4dd94ab4f043506bc3f1ddfad
+Size (simplejson-3.17.5.tar.gz) = 83182 bytes



Home | Main Index | Thread Index | Old Index