pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/py-simplejson



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Aug 25 06:09:54 UTC 2021

Modified Files:
        pkgsrc/converters/py-simplejson: Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/converters/py-simplejson/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/converters/py-simplejson/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/py-simplejson/Makefile
diff -u pkgsrc/converters/py-simplejson/Makefile:1.41 pkgsrc/converters/py-simplejson/Makefile:1.42
--- pkgsrc/converters/py-simplejson/Makefile:1.41       Fri Aug 20 05:36:23 2021
+++ pkgsrc/converters/py-simplejson/Makefile    Wed Aug 25 06:09:54 2021
@@ -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/}

Index: pkgsrc/converters/py-simplejson/distinfo
diff -u pkgsrc/converters/py-simplejson/distinfo:1.31 pkgsrc/converters/py-simplejson/distinfo:1.32
--- pkgsrc/converters/py-simplejson/distinfo:1.31       Fri Aug 20 05:36:23 2021
+++ pkgsrc/converters/py-simplejson/distinfo    Wed Aug 25 06:09:54 2021
@@ -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