Wed Jul 5 15:48:20 2023 UTC ()
py-immutabledict: updated to 2.2.5

Version 2.2.5
Fix hard-coded class reference in fromkeys() resulting in always using dict for fromkeys() (instead of OrderedDict in ImmutableOrderedDict for example).


(adam)
diff -r1.7 -r1.8 pkgsrc/devel/py-immutabledict/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/py-immutabledict/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/devel/py-immutabledict/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-immutabledict/Makefile 2023/04/03 07:52:23 1.7
+++ pkgsrc/devel/py-immutabledict/Makefile 2023/07/05 15:48:20 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2023/04/03 07:52:23 adam Exp $ 1# $NetBSD: Makefile,v 1.8 2023/07/05 15:48:20 adam Exp $
2 2
3DISTNAME= immutabledict-2.2.4 3DISTNAME= immutabledict-2.2.5
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=i/immutabledict/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=i/immutabledict/}
7 7
8MAINTAINER= khorben@defora.org 8MAINTAINER= khorben@defora.org
9HOMEPAGE= https://github.com/corenting/immutabledict 9HOMEPAGE= https://github.com/corenting/immutabledict
10COMMENT= Immutable wrapper around dictionaries for Python 3 10COMMENT= Immutable wrapper around dictionaries for Python 3
11LICENSE= mit 11LICENSE= mit
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core 13TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core
14TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 14TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none

cvs diff -r1.7 -r1.8 pkgsrc/devel/py-immutabledict/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-immutabledict/distinfo 2023/04/03 07:52:23 1.7
+++ pkgsrc/devel/py-immutabledict/distinfo 2023/07/05 15:48:20 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2023/04/03 07:52:23 adam Exp $ 1$NetBSD: distinfo,v 1.8 2023/07/05 15:48:20 adam Exp $
2 2
3BLAKE2s (immutabledict-2.2.4.tar.gz) = baad8c883a9036305c9929edd33d0a27f01bac0e79ec4deb983c2ee6c09082d6 3BLAKE2s (immutabledict-2.2.5.tar.gz) = e5fadb7498ed947cc3687cd43cfa35137810c602c31efbb0768f5033b96c5e11
4SHA512 (immutabledict-2.2.4.tar.gz) = 436e39ac98ea9e8ad262113ef6d8ad629800adf29eda5c064e679167d57515d90165ec4a14e572281711f1a26ae0ea3f2164b6487024b20c31895f966fc0050a 4SHA512 (immutabledict-2.2.5.tar.gz) = 3bd94d077f599b6e96a4e17a0d9ecf6365975afe73048f9d9de4df35a8272af1baed264ad84ae6826dd6359ad0d371cd90082b4a064cc6350a0e61bc1cf8c713
5Size (immutabledict-2.2.4.tar.gz) = 4314 bytes 5Size (immutabledict-2.2.5.tar.gz) = 4316 bytes