pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/fileobj



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.

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



Home | Main Index | Thread Index | Old Index