Skip to content

Commit

Permalink
py-deepdiff: updated to 4.3.2
Browse files Browse the repository at this point in the history
v4-3-2: Deprecation Warning Enhancement
v4-3-1: Fixing the issue with exclude_path and hash calculations when dictionaries were inside iterables. seperman/deepdiff#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')
  • Loading branch information
adam committed May 13, 2020
1 parent 8c3a8a9 commit 3da6ff5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions textproc/py-deepdiff/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand All @@ -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"
10 changes: 5 additions & 5 deletions textproc/py-deepdiff/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3da6ff5

Please sign in to comment.