summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-05-13 15:10:11 +0000
committeradam <adam@pkgsrc.org>2020-05-13 15:10:11 +0000
commit71a8cdc4402c0984d5c2a14fd475c428f01ee1c2 (patch)
treecdcabf1b5b48846f1ab145dbf50b8867e399ba07 /textproc
parent588c76e4357c0557e4ce8a9f0a825289a70576f7 (diff)
downloadpkgsrc-71a8cdc4402c0984d5c2a14fd475c428f01ee1c2.tar.gz
py-deepdiff: updated to 4.3.2
v4-3-2: Deprecation Warning Enhancement v4-3-1: Fixing the issue with exclude_path and hash calculations when dictionaries were inside iterables. https://github.com/seperman/deepdiff/issues/174 v4-3-0: adding exclude_obj_callback v4-2-0: .json property is finally removed. Fix for Py3.10. Dropping support for EOL Python 3.4. Ignoring private keys when calculating hashes. For example init is not a part of hash calculation anymore. Fix for 166 Problem with comparing lists, with an boolean as element. v4-0-9: Fixing the bug for hashing custom unhashable objects v4-0-8: Adding ignore_nan_inequality for float('nan')
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-deepdiff/Makefile8
-rw-r--r--textproc/py-deepdiff/distinfo10
2 files changed, 11 insertions, 7 deletions
diff --git a/textproc/py-deepdiff/Makefile b/textproc/py-deepdiff/Makefile
index 77c9ffa1b5a..88b3efb5816 100644
--- a/textproc/py-deepdiff/Makefile
+++ b/textproc/py-deepdiff/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/07/13 09:21:59 adam Exp $
+# $NetBSD: Makefile,v 1.6 2020/05/13 15:10:11 adam Exp $
-DISTNAME= deepdiff-4.0.7
+DISTNAME= deepdiff-4.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/deepdiff/}
@@ -13,10 +13,14 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-jsonpickle>=1.0:../../textproc/py-jsonpickle
DEPENDS+= ${PYPKGPREFIX}-mmh3-[0-9]*:../../devel/py-mmh3
DEPENDS+= ${PYPKGPREFIX}-ordered-set>=3.1:../../devel/py-ordered-set
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
+do-test:
+ cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-deepdiff/distinfo b/textproc/py-deepdiff/distinfo
index 8d84c341a94..42ac7f2b447 100644
--- a/textproc/py-deepdiff/distinfo
+++ b/textproc/py-deepdiff/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/07/13 09:21:59 adam Exp $
+$NetBSD: distinfo,v 1.5 2020/05/13 15:10:11 adam Exp $
-SHA1 (deepdiff-4.0.7.tar.gz) = 48d1fbdd45cfcc04c7a50910b7ab239f3eda8518
-RMD160 (deepdiff-4.0.7.tar.gz) = 714906c19d6e8adf8339e976933393d3b5cbaa52
-SHA512 (deepdiff-4.0.7.tar.gz) = ced6fc5e64211951774849c67f5bca9dbe72ffafd2e419a4467b978bd7f28647b3067b227ef32dcd0e37229c8e9992d94884cb8904c7e2ea5fcf2ccf9da543f0
-Size (deepdiff-4.0.7.tar.gz) = 48964 bytes
+SHA1 (deepdiff-4.3.2.tar.gz) = 2d9d4373e140e77230827f081b033eec4ed3924d
+RMD160 (deepdiff-4.3.2.tar.gz) = 903da057225ea60fc91ba044d7caac585caddeee
+SHA512 (deepdiff-4.3.2.tar.gz) = ca68a09a8be5d94fddf5e86c08398fa5b907255a4a58dc60613f15ae52411e6a286a17a758f5b7e0dda07f84ba1f74478a56ae97125cf7a9d33e47a7e1ed3a63
+Size (deepdiff-4.3.2.tar.gz) = 71217 bytes