Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CD0AA84D9B for ; Sun, 30 Jul 2023 07:56:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id boWqxAry9bjG for ; Sun, 30 Jul 2023 07:56:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4728A84D52 for ; Sun, 30 Jul 2023 07:56:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4409DFBDB; Sun, 30 Jul 2023 07:56:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1690703810147910" MIME-Version: 1.0 Date: Sun, 30 Jul 2023 07:56:50 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-pathspec To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230730075650.4409DFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1690703810147910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Jul 30 07:56:50 UTC 2023 Modified Files: pkgsrc/devel/py-pathspec: Makefile distinfo Log Message: py-pathspec: updated to 0.11.2 0.11.2 (2023-07-28) New features: - match_files with negated path spec. `pathspec.PathSpec.match_*()` now have a `negate` parameter to make using *.gitignore* logic easier and more efficient. Bug fixes: - Add edge case: patterns that end with an escaped space - Negate with caret symbol as with the exclamation mark. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-pathspec/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-pathspec/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1690703810147910 Content-Disposition: inline Content-Length: 1588 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-pathspec/Makefile diff -u pkgsrc/devel/py-pathspec/Makefile:1.16 pkgsrc/devel/py-pathspec/Makefile:1.17 --- pkgsrc/devel/py-pathspec/Makefile:1.16 Wed Mar 15 12:58:51 2023 +++ pkgsrc/devel/py-pathspec/Makefile Sun Jul 30 07:56:50 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2023/03/15 12:58:51 adam Exp $ +# $NetBSD: Makefile,v 1.17 2023/07/30 07:56:50 adam Exp $ -DISTNAME= pathspec-0.11.1 +DISTNAME= pathspec-0.11.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pathspec/} Index: pkgsrc/devel/py-pathspec/distinfo diff -u pkgsrc/devel/py-pathspec/distinfo:1.17 pkgsrc/devel/py-pathspec/distinfo:1.18 --- pkgsrc/devel/py-pathspec/distinfo:1.17 Wed Mar 15 12:58:51 2023 +++ pkgsrc/devel/py-pathspec/distinfo Sun Jul 30 07:56:50 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2023/03/15 12:58:51 adam Exp $ +$NetBSD: distinfo,v 1.18 2023/07/30 07:56:50 adam Exp $ -BLAKE2s (pathspec-0.11.1.tar.gz) = a46bef7c362b23ca44f8834bfd76043a0c509f199ee749e6902a7f14b60cbf40 -SHA512 (pathspec-0.11.1.tar.gz) = 8d9d080a796c13da1bd203aa8ce8b2fae5d7d46c7fdd7706c04567eb9c7b06f643ef310119252b5ef13ebd6368b30dca0e75e96e1471aeca8d6131bc0948b04a -Size (pathspec-0.11.1.tar.gz) = 45697 bytes +BLAKE2s (pathspec-0.11.2.tar.gz) = b44c3218ddc6582805e51d456ebf9a42636a46616c52ec7af5c05f854d87ccd7 +SHA512 (pathspec-0.11.2.tar.gz) = bb1a178db145fee8011f579fb3a87564245e94b22adfac42bda921d8e2b95cab32617379e22d8ec2bd6aa7e6f9d96c10df4503e638aabfe6b358050912ab98a8 +Size (pathspec-0.11.2.tar.gz) = 47032 bytes --_----------=_1690703810147910--