pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-tomli_w
Module Name: pkgsrc
Committed By: adam
Date: Wed Jan 15 12:29:08 UTC 2025
Modified Files:
pkgsrc/textproc/py-tomli_w: Makefile distinfo
Log Message:
py-tomli_w: updated to 1.2.0
1.2.0
Added
Always preserve decimal.Decimal type in parse round trips
Improved
Better TypeError message on invalid mapping keys
Unify type representation in error messages
Performance
Improve import time by removing typing import
Improve import time by removing string import
Improve import time by lazy importing decimal
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-tomli_w/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-tomli_w/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-tomli_w/Makefile
diff -u pkgsrc/textproc/py-tomli_w/Makefile:1.6 pkgsrc/textproc/py-tomli_w/Makefile:1.7
--- pkgsrc/textproc/py-tomli_w/Makefile:1.6 Thu Oct 10 12:26:06 2024
+++ pkgsrc/textproc/py-tomli_w/Makefile Wed Jan 15 12:29:08 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2024/10/10 12:26:06 adam Exp $
+# $NetBSD: Makefile,v 1.7 2025/01/15 12:29:08 adam Exp $
-DISTNAME= tomli_w-1.1.0
+DISTNAME= tomli_w-1.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tomli-w/}
Index: pkgsrc/textproc/py-tomli_w/distinfo
diff -u pkgsrc/textproc/py-tomli_w/distinfo:1.2 pkgsrc/textproc/py-tomli_w/distinfo:1.3
--- pkgsrc/textproc/py-tomli_w/distinfo:1.2 Thu Oct 10 12:26:06 2024
+++ pkgsrc/textproc/py-tomli_w/distinfo Wed Jan 15 12:29:08 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/10/10 12:26:06 adam Exp $
+$NetBSD: distinfo,v 1.3 2025/01/15 12:29:08 adam Exp $
-BLAKE2s (tomli_w-1.1.0.tar.gz) = cad49ac65006380b8f1f15337ad80a127b631c554ba1d12be0c6b28adbd35346
-SHA512 (tomli_w-1.1.0.tar.gz) = 2be5c15966bddc6e1a91011e0783cf85105cdee4bd81c26f61ad5d4066d1ff646b76d3d152c67920a80a569188976f1e2dbaef6def95a5611dfc9a905f544ff9
-Size (tomli_w-1.1.0.tar.gz) = 6929 bytes
+BLAKE2s (tomli_w-1.2.0.tar.gz) = a6e44f728c91b079c385668b111b3a59cb717343f17709546a45776d04a924b8
+SHA512 (tomli_w-1.2.0.tar.gz) = d2ed913a941fa5a9b2df176b3723809ae98b44bff77a8973cf23654dbea440d6a2810c4b3adae9a3318af387a00974598ef8cba3af09af8e5048f7be869a0042
+Size (tomli_w-1.2.0.tar.gz) = 7184 bytes
Home |
Main Index |
Thread Index |
Old Index