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 May 27 10:28:40 UTC 2024
Modified Files:
pkgsrc/textproc/py-deepdiff: Makefile distinfo
Log Message:
py-deepdiff: updated to 7.0.1
v7-0-1
- Fixes the translation between Difflib opcodes and Delta flat rows.
v7-0-0
- When verbose=2, return ``new_path`` when the ``path`` and
``new_path`` are different (for example when ignore_order=True and
the index of items have changed).
- Dropping support for Python 3.7
- Introducing serialize to flat rows for delta objects.
- fixes the issue with hashing ``datetime.date`` objects where it
treated them as numbers instead of dates
- upgrading orjson to the latest version
- Fix for bug when diffing two lists with ignore_order and providing
compare_func
- Fixes “Wrong diff on list of strings”
- Supporting Python 3.12 in the build process by `Leo
Sin <https://github.com/leoslf>`__
- Fixes “Instantiating a Delta with a flat_dict_list unexpectedly
mutates the flat_dict_list”
- Fixes “Error on Delta With None Key and Removed Item from List”
- Fixes “Error when comparing two nested dicts with 2 added fields”
- Fixes “Error when subtracting Delta from a dictionary”
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/py-deepdiff/Makefile
cvs rdiff -u -r1.14 -r1.15 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.15 pkgsrc/textproc/py-deepdiff/Makefile:1.16
--- pkgsrc/textproc/py-deepdiff/Makefile:1.15 Sun Jan 28 21:00:06 2024
+++ pkgsrc/textproc/py-deepdiff/Makefile Mon May 27 10:28:40 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/01/28 21:00:06 adam Exp $
+# $NetBSD: Makefile,v 1.16 2024/05/27 10:28:40 adam Exp $
-DISTNAME= deepdiff-6.7.1
+DISTNAME= deepdiff-7.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/deepdiff/}
@@ -12,9 +12,9 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+= ${PYPKGPREFIX}-ordered-set>=4.0.2:../../devel/py-ordered-set
+DEPENDS+= ${PYPKGPREFIX}-ordered-set>=4.1.0:../../devel/py-ordered-set
# cli
-DEPENDS+= ${PYPKGPREFIX}-click>=8.1.3:../../devel/py-click
+DEPENDS+= ${PYPKGPREFIX}-click>=8.1.7:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-yaml>=6.0.1:../../textproc/py-yaml
TEST_DEPENDS+= ${PYPKGPREFIX}-numpy>=1.23.5:../../math/py-numpy
Index: pkgsrc/textproc/py-deepdiff/distinfo
diff -u pkgsrc/textproc/py-deepdiff/distinfo:1.14 pkgsrc/textproc/py-deepdiff/distinfo:1.15
--- pkgsrc/textproc/py-deepdiff/distinfo:1.14 Sun Jan 28 21:00:06 2024
+++ pkgsrc/textproc/py-deepdiff/distinfo Mon May 27 10:28:40 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/01/28 21:00:06 adam Exp $
+$NetBSD: distinfo,v 1.15 2024/05/27 10:28:40 adam Exp $
-BLAKE2s (deepdiff-6.7.1.tar.gz) = ddb1a49bddc3d1deb6aee93f12ed59d36eb16e0f2a2e55be734175f515471314
-SHA512 (deepdiff-6.7.1.tar.gz) = 89cf198aeaa392e9609641a9bbc1331c8badf3d4b7cafb1afef00f6f6237524dec72467abf9a9afeba5dc08b8f7e8321827faec5b9a8c27ffff97bfc3fdb0db0
-Size (deepdiff-6.7.1.tar.gz) = 409107 bytes
+BLAKE2s (deepdiff-7.0.1.tar.gz) = db9d46ec20a03559e1dda9405074182a1e2a7b96767a75044c516c387fa79b14
+SHA512 (deepdiff-7.0.1.tar.gz) = facc15beb82744a1b8baf29e0d8f06625e8d4ee4ed7ab5f1b131ad9d44134215651d1c6b19493c83532f612d81752df14aec2dbccc73cb5b994e0bafcaf5bbc2
+Size (deepdiff-7.0.1.tar.gz) = 421718 bytes
Home |
Main Index |
Thread Index |
Old Index