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 Jul 17 11:54:43 UTC 2023

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

Log Message:
py-deepdiff: updated to 6.3.1

v6-3-1
- Bugfix deephash for paths
- Bugfix deephash compiled regex
- Fix tests dependent on toml
- Bugfix for ``include_paths`` for nested dictionaries
- Use tomli and tomli-w for dealing with tomli files
- Bugfix for ``datetime.date``


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-deepdiff/Makefile
cvs rdiff -u -r1.12 -r1.13 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.13 pkgsrc/textproc/py-deepdiff/Makefile:1.14
--- pkgsrc/textproc/py-deepdiff/Makefile:1.13   Sat Jul  1 08:37:42 2023
+++ pkgsrc/textproc/py-deepdiff/Makefile        Mon Jul 17 11:54:43 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2023/07/01 08:37:42 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2023/07/17 11:54:43 adam Exp $
 
-DISTNAME=      deepdiff-6.3.0
+DISTNAME=      deepdiff-6.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/deepdiff/}
@@ -21,7 +21,7 @@ USE_LANGUAGES=        # none
 
 USE_PKG_RESOURCES=     yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 37 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \

Index: pkgsrc/textproc/py-deepdiff/distinfo
diff -u pkgsrc/textproc/py-deepdiff/distinfo:1.12 pkgsrc/textproc/py-deepdiff/distinfo:1.13
--- pkgsrc/textproc/py-deepdiff/distinfo:1.12   Mon Apr 17 20:28:15 2023
+++ pkgsrc/textproc/py-deepdiff/distinfo        Mon Jul 17 11:54:43 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2023/04/17 20:28:15 adam Exp $
+$NetBSD: distinfo,v 1.13 2023/07/17 11:54:43 adam Exp $
 
-BLAKE2s (deepdiff-6.3.0.tar.gz) = a60660648989cabf9af874c3407d2cfec24dd567c8f5742424c8725705a2d512
-SHA512 (deepdiff-6.3.0.tar.gz) = cce9861f2ca00579bbd9167cf896007156af25328cdbf1f8449adf46725bce4e5fb324c9cb14610376bb315d248cdfce9de457703259e64ac38c65757af79a71
-Size (deepdiff-6.3.0.tar.gz) = 389780 bytes
+BLAKE2s (deepdiff-6.3.1.tar.gz) = ae84ec15935a8c23d68d79f766c2b9b0fc1b2382674c324cd8ebfb0df44708bf
+SHA512 (deepdiff-6.3.1.tar.gz) = 13d9edf42eb50b6e63e038a2c17d7d54e82e5e6b5ddc3420cc457d91e220da92391b17c238ed3a49d0f69168cad887c2278182734be23265d5c53928b28c4c42
+Size (deepdiff-6.3.1.tar.gz) = 392651 bytes



Home | Main Index | Thread Index | Old Index