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.
This commit is contained in:
adam 2024-01-04 22:38:08 +00:00
parent c4a8199014
commit 0659636070
3 changed files with 10 additions and 7 deletions

View file

@ -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/}

View file

@ -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

View file

@ -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