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: Thu Jan 8 14:27:53 UTC 2026
Modified Files:
pkgsrc/textproc/py-json5: Makefile distinfo
Log Message:
py-json5: updated to 0.13.0
0.13.0
No code changes.
Add Python 3.14 to supported version, project config, dependencies
Update dependencies to latest stuff < 2025-12-01
This relaxes the versions specified in pyproject.toml to just use 'newer than' rather than exact matches.
Sets 'uv.tool.exclude-newer' in pyproject.toml to tell uv not to look at packages published within the past 30 days; this will hopefully help prevent dependencies on compromised projects.
Switch to using dependency-groups for 'dev' group.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-json5/Makefile
cvs rdiff -u -r1.7 -r1.8 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.8 pkgsrc/textproc/py-json5/Makefile:1.9
--- pkgsrc/textproc/py-json5/Makefile:1.8 Wed Aug 13 07:21:58 2025
+++ pkgsrc/textproc/py-json5/Makefile Thu Jan 8 14:27:53 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2025/08/13 07:21:58 adam Exp $
+# $NetBSD: Makefile,v 1.9 2026/01/08 14:27:53 adam Exp $
-DISTNAME= json5-0.12.1
+DISTNAME= json5-0.13.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.7 pkgsrc/textproc/py-json5/distinfo:1.8
--- pkgsrc/textproc/py-json5/distinfo:1.7 Wed Aug 13 07:21:58 2025
+++ pkgsrc/textproc/py-json5/distinfo Thu Jan 8 14:27:53 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2025/08/13 07:21:58 adam Exp $
+$NetBSD: distinfo,v 1.8 2026/01/08 14:27:53 adam Exp $
-BLAKE2s (json5-0.12.1.tar.gz) = 117a93db1de276fb3511f4bf0f8edaa72c4284c5328d7807c62703abcfdbc43e
-SHA512 (json5-0.12.1.tar.gz) = 8544b082b31728c98c2fa4d5eada512b2d5c199af08d588222d79e55099092fdb6b01d66c3ae46dc69d3fb5640dc3f67466728e6538128865e95dceb610b5849
-Size (json5-0.12.1.tar.gz) = 52191 bytes
+BLAKE2s (json5-0.13.0.tar.gz) = c07f73501ea9890eef394079cec98f56106ce03bf03db05382da622f48d33f77
+SHA512 (json5-0.13.0.tar.gz) = c8ad19c804e4d84ee59e0ebfcb3b47389ead33e9c3095ef9cf7a673044b36ceac32c41fefdf18ac9067ac9602ff1fb113eba0201c70f437697492c248a05d0fe
+Size (json5-0.13.0.tar.gz) = 52441 bytes
Home |
Main Index |
Thread Index |
Old Index