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:           Fri Aug 28 08:33:36 UTC 2026

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

Log Message:
py-simplejson: updated to 4.1.2

Version 4.1.2 released 2026-08-26

* Fix control character error position when content precedes the control char
  https://github.com/simplejson/simplejson/pull/379
* Report the offending char, not the backslash, for invalid \X escapes
  https://github.com/simplejson/simplejson/pull/380
* Handle non-finite Decimals like floats in the encoder
  https://github.com/simplejson/simplejson/pull/381
* Parse failures due to trailing commas are now reported consistently
  across implementations
  https://github.com/simplejson/simplejson/pull/382


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/converters/py-simplejson/Makefile
cvs rdiff -u -r1.47 -r1.48 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.60 pkgsrc/converters/py-simplejson/Makefile:1.61
--- pkgsrc/converters/py-simplejson/Makefile:1.60       Tue Apr 28 08:37:20 2026
+++ pkgsrc/converters/py-simplejson/Makefile    Fri Aug 28 08:33:36 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2026/04/28 08:37:20 adam Exp $
+# $NetBSD: Makefile,v 1.61 2026/08/28 08:33:36 adam Exp $
 
-DISTNAME=      simplejson-4.1.1
+DISTNAME=      simplejson-4.1.2
 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.47 pkgsrc/converters/py-simplejson/distinfo:1.48
--- pkgsrc/converters/py-simplejson/distinfo:1.47       Tue Apr 28 08:37:20 2026
+++ pkgsrc/converters/py-simplejson/distinfo    Fri Aug 28 08:33:36 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.47 2026/04/28 08:37:20 adam Exp $
+$NetBSD: distinfo,v 1.48 2026/08/28 08:33:36 adam Exp $
 
-BLAKE2s (simplejson-4.1.1.tar.gz) = 695ad05f450c1ff257bccac104f59b7fd44a6b423e132daafadf281b00d40548
-SHA512 (simplejson-4.1.1.tar.gz) = 1690a070738aa8609170d9a329c2f9cb489e9e24de8058ed5e243327f21b02aab1d0b638a2306331d21b2f0b5021c591d40cacb00f8c94957928790caf95bfca
-Size (simplejson-4.1.1.tar.gz) = 118860 bytes
+BLAKE2s (simplejson-4.1.2.tar.gz) = 84ea7ddbaae3ca65c788e9dabb282690cdf8c99f6de3563341a889d80061733d
+SHA512 (simplejson-4.1.2.tar.gz) = ad81b4848305986898f1c59909652596c770f03c864863bd7492fe299c27c525496840a24938d398e09b114a3502762fdee52717afaedf288e97e21f8308796d
+Size (simplejson-4.1.2.tar.gz) = 121591 bytes



Home | Main Index | Thread Index | Old Index