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:           Wed May 13 15:10:11 UTC 2020

Modified Files:
        pkgsrc/textproc/py-deepdiff: Makefile distinfo

Log Message:
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')


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-deepdiff/Makefile
cvs rdiff -u -r1.4 -r1.5 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.5 pkgsrc/textproc/py-deepdiff/Makefile:1.6
--- pkgsrc/textproc/py-deepdiff/Makefile:1.5    Sat Jul 13 09:21:59 2019
+++ pkgsrc/textproc/py-deepdiff/Makefile        Wed May 13 15:10:11 2020
@@ -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"

Index: pkgsrc/textproc/py-deepdiff/distinfo
diff -u pkgsrc/textproc/py-deepdiff/distinfo:1.4 pkgsrc/textproc/py-deepdiff/distinfo:1.5
--- pkgsrc/textproc/py-deepdiff/distinfo:1.4    Sat Jul 13 09:21:59 2019
+++ pkgsrc/textproc/py-deepdiff/distinfo        Wed May 13 15:10:11 2020
@@ -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



Home | Main Index | Thread Index | Old Index