pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-frozendict



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan  4 22:38:08 UTC 2024

Modified Files:
        pkgsrc/devel/py-frozendict: Makefile PLIST distinfo

Log Message:
py-frozendict: updated to 2.4.0

2.4.0
Implemented deepfreeze, a function that let you transform any object, nested at any level, in a frozen one. Check the docs.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-frozendict/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-frozendict/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-frozendict/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-frozendict/Makefile
diff -u pkgsrc/devel/py-frozendict/Makefile:1.21 pkgsrc/devel/py-frozendict/Makefile:1.22
--- pkgsrc/devel/py-frozendict/Makefile:1.21    Fri Dec  1 19:02:58 2023
+++ pkgsrc/devel/py-frozendict/Makefile Thu Jan  4 22:38:08 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2023/12/01 19:02:58 adam Exp $
+# $NetBSD: Makefile,v 1.22 2024/01/04 22:38:08 adam Exp $
 
-DISTNAME=      frozendict-2.3.10
+DISTNAME=      frozendict-2.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/frozendict/}

Index: pkgsrc/devel/py-frozendict/PLIST
diff -u pkgsrc/devel/py-frozendict/PLIST:1.8 pkgsrc/devel/py-frozendict/PLIST:1.9
--- pkgsrc/devel/py-frozendict/PLIST:1.8        Fri Dec  1 19:02:58 2023
+++ pkgsrc/devel/py-frozendict/PLIST    Thu Jan  4 22:38:08 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2023/12/01 19:02:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2024/01/04 22:38:08 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -11,6 +11,9 @@ ${PYSITELIB}/frozendict/__init__.pyo
 ${PYSITELIB}/frozendict/_frozendict_py.py
 ${PYSITELIB}/frozendict/_frozendict_py.pyc
 ${PYSITELIB}/frozendict/_frozendict_py.pyo
+${PYSITELIB}/frozendict/cool.py
+${PYSITELIB}/frozendict/cool.pyc
+${PYSITELIB}/frozendict/cool.pyo
 ${PYSITELIB}/frozendict/core.py
 ${PYSITELIB}/frozendict/core.pyc
 ${PYSITELIB}/frozendict/core.pyo

Index: pkgsrc/devel/py-frozendict/distinfo
diff -u pkgsrc/devel/py-frozendict/distinfo:1.16 pkgsrc/devel/py-frozendict/distinfo:1.17
--- pkgsrc/devel/py-frozendict/distinfo:1.16    Fri Dec  1 19:02:58 2023
+++ pkgsrc/devel/py-frozendict/distinfo Thu Jan  4 22:38:08 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2023/12/01 19:02:58 adam Exp $
+$NetBSD: distinfo,v 1.17 2024/01/04 22:38:08 adam Exp $
 
-BLAKE2s (frozendict-2.3.10.tar.gz) = 99ff36d2db1cb7bde1132be77ec5e100723d82563da88a63774c675017306c67
-SHA512 (frozendict-2.3.10.tar.gz) = df904d4c6a9979166a105e0735a6f8ae7f823ccc4f784ea0ce267ec03d28d0448ea42e0453f6c2a4ebcf34b1c2511488d00a0b2dea14b7ea68d10cd5ea10ce84
-Size (frozendict-2.3.10.tar.gz) = 312896 bytes
+BLAKE2s (frozendict-2.4.0.tar.gz) = b236eb1405cb757c20b86916dc582d6258bb00fbd3201fd42cb49f56a04b7f33
+SHA512 (frozendict-2.4.0.tar.gz) = 56d190f3ae19e4d89c51c02fdc58bd29b61f73e7ecec97c6018117d966a40b84513a13e7d86c62c8a6c7fe8daed75b287881c315ef23120e17bfda21cfecc1f1
+Size (frozendict-2.4.0.tar.gz) = 314559 bytes



Home | Main Index | Thread Index | Old Index