pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-deepdiff
Module Name: pkgsrc
Committed By: adam
Date: Mon Apr 14 12:02:36 UTC 2025
Modified Files:
pkgsrc/textproc/py-deepdiff: Makefile PLIST distinfo
Log Message:
py-deepdiff: updated to 8.4.2
- v8-4-2
- fixes the type hints for the base
- fixes summarize so if json dumps fails, we can still get a repr of the results
- adds ipaddress support
- v8-4-1
- Adding BaseOperatorPlus base class for custom operators
- default_timezone can be passed now to set your default timezone to something other than UTC.
- New summarization algorithm that produces valid json
- Better type hint support
- Breaking change in DeepHash where we raise Exception instead of logging if we can't hash a value.
- Added the log_stacktrace parameter to DeepDiff. When True, it will log the stacktrace along with the error.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/py-deepdiff/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-deepdiff/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-deepdiff/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-deepdiff/Makefile
diff -u pkgsrc/textproc/py-deepdiff/Makefile:1.21 pkgsrc/textproc/py-deepdiff/Makefile:1.22
--- pkgsrc/textproc/py-deepdiff/Makefile:1.21 Sat Mar 15 19:33:33 2025
+++ pkgsrc/textproc/py-deepdiff/Makefile Mon Apr 14 12:02:36 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2025/03/15 19:33:33 adam Exp $
+# $NetBSD: Makefile,v 1.22 2025/04/14 12:02:36 adam Exp $
-DISTNAME= deepdiff-8.3.0
+DISTNAME= deepdiff-8.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/deepdiff/}
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/seperman/de
COMMENT= Deep Difference and Search of any Python object/data
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-orderly-set>=5.3.0:../../devel/py-orderly-set
# cli
DEPENDS+= ${PYPKGPREFIX}-click>=8.1.8:../../devel/py-click
Index: pkgsrc/textproc/py-deepdiff/PLIST
diff -u pkgsrc/textproc/py-deepdiff/PLIST:1.9 pkgsrc/textproc/py-deepdiff/PLIST:1.10
--- pkgsrc/textproc/py-deepdiff/PLIST:1.9 Sat Mar 15 19:33:33 2025
+++ pkgsrc/textproc/py-deepdiff/PLIST Mon Apr 14 12:02:36 2025
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.9 2025/03/15 19:33:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2025/04/14 12:02:36 adam Exp $
bin/deep-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.md
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS.md
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
${PYSITELIB}/deepdiff/__init__.py
Index: pkgsrc/textproc/py-deepdiff/distinfo
diff -u pkgsrc/textproc/py-deepdiff/distinfo:1.18 pkgsrc/textproc/py-deepdiff/distinfo:1.19
--- pkgsrc/textproc/py-deepdiff/distinfo:1.18 Sat Mar 15 19:33:33 2025
+++ pkgsrc/textproc/py-deepdiff/distinfo Mon Apr 14 12:02:36 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2025/03/15 19:33:33 adam Exp $
+$NetBSD: distinfo,v 1.19 2025/04/14 12:02:36 adam Exp $
-BLAKE2s (deepdiff-8.3.0.tar.gz) = a48a0d817aa296bf798968f7b82bbef31c8679050649cdc6e81977778adabe81
-SHA512 (deepdiff-8.3.0.tar.gz) = 5327a738d182a9e546d5a827d3a5d1e04323e7765d49f9f7d51dc20c8fc13869bb16b84ee193c478f43bb47901e16cc6ec45c890967de061a839a33d636040eb
-Size (deepdiff-8.3.0.tar.gz) = 509468 bytes
+BLAKE2s (deepdiff-8.4.2.tar.gz) = c2e926ccc991da4997eba466fda9aefce6ce78f1836c81b320ce798e9f263ebe
+SHA512 (deepdiff-8.4.2.tar.gz) = ec0b495afb57bbaf7b4785dda5367a1f87e5940afb801e2e71aa478562cda597005780bf2733b2e913dce5932996fdb548203922b4b6613e3daed751aa89d885
+Size (deepdiff-8.4.2.tar.gz) = 515380 bytes
Home |
Main Index |
Thread Index |
Old Index