pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-json5
Module Name: pkgsrc
Committed By: adam
Date: Sun Jul 5 10:17:52 UTC 2026
Modified Files:
pkgsrc/textproc/py-json5: Makefile distinfo
Log Message:
py-json5: updated to 0.15.0
0.15.0 (2026-06-19)
Fix 113, where parsing of signed hexadecimal literals such as -0x1f and +0xff was raising a ValueError instead of being allowed.
Fix 111, with a slight docstring typo fix/improvement.
upgraded package dependences to their "latest" versions (without changing any direct dependencies and not pulling in anything newer than 30 days old). This resolves some potential security issues in
a dev environment that Dependabot was warning about; no effect on the production code since the production library has no dependencies.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-json5/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-json5/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-json5/Makefile
diff -u pkgsrc/textproc/py-json5/Makefile:1.10 pkgsrc/textproc/py-json5/Makefile:1.11
--- pkgsrc/textproc/py-json5/Makefile:1.10 Thu Apr 16 13:44:25 2026
+++ pkgsrc/textproc/py-json5/Makefile Sun Jul 5 10:17:52 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2026/04/16 13:44:25 adam Exp $
+# $NetBSD: Makefile,v 1.11 2026/07/05 10:17:52 adam Exp $
-DISTNAME= json5-0.14.0
+DISTNAME= json5-0.15.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/json5/}
Index: pkgsrc/textproc/py-json5/distinfo
diff -u pkgsrc/textproc/py-json5/distinfo:1.9 pkgsrc/textproc/py-json5/distinfo:1.10
--- pkgsrc/textproc/py-json5/distinfo:1.9 Thu Apr 16 13:44:25 2026
+++ pkgsrc/textproc/py-json5/distinfo Sun Jul 5 10:17:52 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2026/04/16 13:44:25 adam Exp $
+$NetBSD: distinfo,v 1.10 2026/07/05 10:17:52 adam Exp $
-BLAKE2s (json5-0.14.0.tar.gz) = f434491fd0bcd1453955b15805260883c6451470490ee4577c245f14bc9399c0
-SHA512 (json5-0.14.0.tar.gz) = 3152ad58d4596beb07450b5cb9a21a99cea76f56c53fddf77d4835177f7c8206268db07eca61e50bb00a25a53e3aebd5512544fd962c1e70a7b71bb0d126c5d9
-Size (json5-0.14.0.tar.gz) = 52656 bytes
+BLAKE2s (json5-0.15.0.tar.gz) = 5ceb4dde967f5253543dec905ed0fbc103462d673ae3f81649923415d2a5c904
+SHA512 (json5-0.15.0.tar.gz) = f60c7317e376ce3734b514edb5d68f994154571dd9a829918278390fb5b9e8fc50afb66c5067f980985db61a8900269c522a9a5194f8fe0397297059ad4dddf4
+Size (json5-0.15.0.tar.gz) = 53278 bytes
Home |
Main Index |
Thread Index |
Old Index