Received: by mail.netbsd.org (Postfix, from userid 605) id 9012A84D60; Tue, 3 May 2022 15:12:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C838684D60 for ; Tue, 3 May 2022 15:12:34 +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 TTyFc9mL1b5p for ; Tue, 3 May 2022 15:12:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3587484D41 for ; Tue, 3 May 2022 15:12:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2D5A7FB1A; Tue, 3 May 2022 15:12:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1651590754215800" MIME-Version: 1.0 Date: Tue, 3 May 2022 15:12:34 +0000 From: "Tomohiro Kusumi" Subject: CVS commit: pkgsrc/editors/fileobj To: pkgsrc-changes@NetBSD.org Reply-To: tkusumi@netbsd.org X-Mailer: log_accum Message-Id: <20220503151234.2D5A7FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1651590754215800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tkusumi Date: Tue May 3 15:12:34 UTC 2022 Modified Files: pkgsrc/editors/fileobj: Makefile PLIST distinfo Log Message: editors/fileobj: Update to v0.7.107 ChangeLog: - Minor fixes and cleanups - Add Python 3.10 support - Add --cmp - Add --md - Rename __FILEOBJ_TEMP_SIZE to FILEOBJ_BUFFER_SIZE To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/fileobj/Makefile \ pkgsrc/editors/fileobj/distinfo cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/fileobj/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1651590754215800 Content-Disposition: inline Content-Length: 2704 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/fileobj/Makefile diff -u pkgsrc/editors/fileobj/Makefile:1.13 pkgsrc/editors/fileobj/Makefile:1.14 --- pkgsrc/editors/fileobj/Makefile:1.13 Mon Jan 10 08:15:33 2022 +++ pkgsrc/editors/fileobj/Makefile Tue May 3 15:12:33 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2022/01/10 08:15:33 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2022/05/03 15:12:33 tkusumi Exp $ -DISTNAME= fileobj-0.7.106 +DISTNAME= fileobj-0.7.107 PKGREVISION= 2 CATEGORIES= editors python MASTER_SITES= ${MASTER_SITE_GITHUB:=kusumi/} Index: pkgsrc/editors/fileobj/distinfo diff -u pkgsrc/editors/fileobj/distinfo:1.13 pkgsrc/editors/fileobj/distinfo:1.14 --- pkgsrc/editors/fileobj/distinfo:1.13 Tue Oct 26 10:21:28 2021 +++ pkgsrc/editors/fileobj/distinfo Tue May 3 15:12:34 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2021/10/26 10:21:28 nia Exp $ +$NetBSD: distinfo,v 1.14 2022/05/03 15:12:34 tkusumi Exp $ -BLAKE2s (fileobj-0.7.106.tar.gz) = 4a76134defdec05db5f75d3cb634839c8ce9f50eaa6516c7fc08b6e01400d735 -SHA512 (fileobj-0.7.106.tar.gz) = f99a6063e2f3e4422f47f390ddd9875190f23bbc13acd1d8b9e04b46e48042e6ccf1cfbb8e120af1e663fa82559a2856433507e20f73a99fa8b7fd43b3d15d1e -Size (fileobj-0.7.106.tar.gz) = 183516 bytes +BLAKE2s (fileobj-0.7.107.tar.gz) = 6d7fbeebdd2381ec7de770920e3185eaafae5509c28ed0719435cb877665152c +SHA512 (fileobj-0.7.107.tar.gz) = dc823ce7302c253e2456e7d70452dbe22c9bc5d0c4fe31d73a9561f0dacfb9fa8e3a12419ddd66304c2f276858839edb7ff409d2cb0fa649105c0b0b5ae7b4fb +Size (fileobj-0.7.107.tar.gz) = 188033 bytes Index: pkgsrc/editors/fileobj/PLIST diff -u pkgsrc/editors/fileobj/PLIST:1.5 pkgsrc/editors/fileobj/PLIST:1.6 --- pkgsrc/editors/fileobj/PLIST:1.5 Mon Jan 10 08:15:33 2022 +++ pkgsrc/editors/fileobj/PLIST Tue May 3 15:12:33 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2022/01/10 08:15:33 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2022/05/03 15:12:33 tkusumi Exp $ bin/fileobj-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -23,6 +23,9 @@ ${PYSITELIB}/fileobj/candidate.pyo ${PYSITELIB}/fileobj/chunk.py ${PYSITELIB}/fileobj/chunk.pyc ${PYSITELIB}/fileobj/chunk.pyo +${PYSITELIB}/fileobj/cmp.py +${PYSITELIB}/fileobj/cmp.pyc +${PYSITELIB}/fileobj/cmp.pyo ${PYSITELIB}/fileobj/console.py ${PYSITELIB}/fileobj/console.pyc ${PYSITELIB}/fileobj/console.pyo @@ -188,6 +191,9 @@ ${PYSITELIB}/fileobj/magic.pyo ${PYSITELIB}/fileobj/marks.py ${PYSITELIB}/fileobj/marks.pyc ${PYSITELIB}/fileobj/marks.pyo +${PYSITELIB}/fileobj/md.py +${PYSITELIB}/fileobj/md.pyc +${PYSITELIB}/fileobj/md.pyo ${PYSITELIB}/fileobj/methods.py ${PYSITELIB}/fileobj/methods.pyc ${PYSITELIB}/fileobj/methods.pyo --_----------=_1651590754215800--