Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EC8E584E54 for ; Mon, 17 Jul 2023 11:54:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4cvHxCa_-MAv for ; Mon, 17 Jul 2023 11:54:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5E52184D31 for ; Mon, 17 Jul 2023 11:54:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 53353FBDB; Mon, 17 Jul 2023 11:54:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1689594883205700" MIME-Version: 1.0 Date: Mon, 17 Jul 2023 11:54:43 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-deepdiff To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230717115443.53353FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1689594883205700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1689594883205700 Content-Disposition: inline Content-Length: 1810 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1689594883205700--