pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/fileobj editors/fileobj: Update to v0.7.107



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63eac950d845
branches:  trunk
changeset: 378423:63eac950d845
user:      tkusumi <tkusumi%pkgsrc.org@localhost>
date:      Tue May 03 15:12:33 2022 +0000

description:
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

diffstat:

 editors/fileobj/Makefile |  4 ++--
 editors/fileobj/PLIST    |  8 +++++++-
 editors/fileobj/distinfo |  8 ++++----
 3 files changed, 13 insertions(+), 7 deletions(-)

diffs (54 lines):

diff -r bb3f73647139 -r 63eac950d845 editors/fileobj/Makefile
--- a/editors/fileobj/Makefile  Tue May 03 13:17:24 2022 +0000
+++ b/editors/fileobj/Makefile  Tue May 03 15:12:33 2022 +0000
@@ -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 -r bb3f73647139 -r 63eac950d845 editors/fileobj/PLIST
--- a/editors/fileobj/PLIST     Tue May 03 13:17:24 2022 +0000
+++ b/editors/fileobj/PLIST     Tue May 03 15:12:33 2022 +0000
@@ -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/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/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 -r bb3f73647139 -r 63eac950d845 editors/fileobj/distinfo
--- a/editors/fileobj/distinfo  Tue May 03 13:17:24 2022 +0000
+++ b/editors/fileobj/distinfo  Tue May 03 15:12:33 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index