From 29064ad6d27797ac0dda606d3708d2b51ca6e6fc Mon Sep 17 00:00:00 2001 From: tkusumi Date: Tue, 3 May 2022 15:12:33 +0000 Subject: 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 --- editors/fileobj/Makefile | 4 ++-- editors/fileobj/PLIST | 8 +++++++- editors/fileobj/distinfo | 8 ++++---- 3 files changed, 13 insertions(+), 7 deletions(-) (limited to 'editors') diff --git a/editors/fileobj/Makefile b/editors/fileobj/Makefile index 0e77f4ac3f2..b0c0e498c87 100644 --- a/editors/fileobj/Makefile +++ b/editors/fileobj/Makefile @@ -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/} diff --git a/editors/fileobj/PLIST b/editors/fileobj/PLIST index 7bf3247c4bf..b18b5563ed8 100644 --- a/editors/fileobj/PLIST +++ b/editors/fileobj/PLIST @@ -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 diff --git a/editors/fileobj/distinfo b/editors/fileobj/distinfo index 70f529261f5..2142662b39b 100644 --- a/editors/fileobj/distinfo +++ b/editors/fileobj/distinfo @@ -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 -- cgit v1.2.3