Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-deepdiff py-deepdiff: updated to 4.3.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/328ba37c6eb1
branches:  trunk
changeset: 431475:328ba37c6eb1
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed May 13 15:10:11 2020 +0000

description:
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:

 textproc/py-deepdiff/Makefile |   8 ++++++--
 textproc/py-deepdiff/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r aca3ad7dbb76 -r 328ba37c6eb1 textproc/py-deepdiff/Makefile
--- a/textproc/py-deepdiff/Makefile     Wed May 13 15:01:58 2020 +0000
+++ b/textproc/py-deepdiff/Makefile     Wed May 13 15:10:11 2020 +0000
@@ -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 @@
 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 -r aca3ad7dbb76 -r 328ba37c6eb1 textproc/py-deepdiff/distinfo
--- a/textproc/py-deepdiff/distinfo     Wed May 13 15:01:58 2020 +0000
+++ b/textproc/py-deepdiff/distinfo     Wed May 13 15:10:11 2020 +0000
@@ -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