pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-immutabledict
Module Name: pkgsrc
Committed By: adam
Date: Wed Feb 11 09:13:31 UTC 2026
Modified Files:
pkgsrc/devel/py-immutabledict: Makefile distinfo
Log Message:
py-immutabledict: updated to 4.3.0
4.3.0
Add typed __new__ overloads for type-safe constructor calls.
Fix: correct ImmutableOrderedDict _dict_cls so that it works correctly. It actually silently used plain dict due to the issue (which actually do preserve order on Python 3.7+, so the bug was not
noticed).
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-immutabledict/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-immutabledict/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-immutabledict/Makefile
diff -u pkgsrc/devel/py-immutabledict/Makefile:1.14 pkgsrc/devel/py-immutabledict/Makefile:1.15
--- pkgsrc/devel/py-immutabledict/Makefile:1.14 Thu Oct 16 14:48:00 2025
+++ pkgsrc/devel/py-immutabledict/Makefile Wed Feb 11 09:13:31 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2025/10/16 14:48:00 adam Exp $
+# $NetBSD: Makefile,v 1.15 2026/02/11 09:13:31 adam Exp $
-DISTNAME= immutabledict-4.2.2
+DISTNAME= immutabledict-4.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/immutabledict/}
Index: pkgsrc/devel/py-immutabledict/distinfo
diff -u pkgsrc/devel/py-immutabledict/distinfo:1.12 pkgsrc/devel/py-immutabledict/distinfo:1.13
--- pkgsrc/devel/py-immutabledict/distinfo:1.12 Thu Oct 16 14:48:00 2025
+++ pkgsrc/devel/py-immutabledict/distinfo Wed Feb 11 09:13:31 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2025/10/16 14:48:00 adam Exp $
+$NetBSD: distinfo,v 1.13 2026/02/11 09:13:31 adam Exp $
-BLAKE2s (immutabledict-4.2.2.tar.gz) = a854f27735a99da7eab30381e0b2e5fd2310a504f0e0bea6542203c65e94287e
-SHA512 (immutabledict-4.2.2.tar.gz) = 86a50d5327292bc58b1c22bfd8d2863f8aa674e4a8f54f03704969a9ca682a4728cfe5141abc05104f6b065b7b67ddb3bae39c9c20a4c01824a9565f9ccd5b6f
-Size (immutabledict-4.2.2.tar.gz) = 6099 bytes
+BLAKE2s (immutabledict-4.3.0.tar.gz) = d361135a459894b59132caf94394e6a1a2ecbbba29d442a401e2ec97c3922a46
+SHA512 (immutabledict-4.3.0.tar.gz) = 3f35b6e2dffa8a8c8588e94cd06f3cb4e9b1174c55951975cf48650e93e0d67a3a42762be0073545c97a849d7d86ab2057dc213f5876d606292d13aaf50e61a6
+Size (immutabledict-4.3.0.tar.gz) = 6863 bytes
Home |
Main Index |
Thread Index |
Old Index