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:           Sun Aug 10 03:39:03 UTC 2025

Modified Files:
        pkgsrc/editors/fileobj: Makefile PLIST distinfo

Log Message:
editors/fileobj: Update to v0.8.7

ChangeLog:
- Add Python 3.13 support
- Drop Python 3.2, 3.3 support
- --blkscan: Add "file:", "FILE:" scan type
- Add --concatenate
- Minor bug fix


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/editors/fileobj/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/editors/fileobj/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/editors/fileobj/distinfo

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.26 pkgsrc/editors/fileobj/Makefile:1.27
--- pkgsrc/editors/fileobj/Makefile:1.26        Tue Mar 12 06:40:31 2024
+++ pkgsrc/editors/fileobj/Makefile     Sun Aug 10 03:39:02 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2024/03/12 06:40:31 tkusumi Exp $
+# $NetBSD: Makefile,v 1.27 2025/08/10 03:39:02 tkusumi Exp $
 
-DISTNAME=      fileobj-0.8.6
+DISTNAME=      fileobj-0.8.7
 CATEGORIES=    editors python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kusumi/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/editors/fileobj/PLIST
diff -u pkgsrc/editors/fileobj/PLIST:1.10 pkgsrc/editors/fileobj/PLIST:1.11
--- pkgsrc/editors/fileobj/PLIST:1.10   Sat Mar  2 05:00:59 2024
+++ pkgsrc/editors/fileobj/PLIST        Sun Aug 10 03:39:02 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2024/03/02 05:00:59 tkusumi Exp $
+@comment $NetBSD: PLIST,v 1.11 2025/08/10 03:39:02 tkusumi Exp $
 bin/fileobj-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -29,6 +29,9 @@ ${PYSITELIB}/fileobj/blkscan.pyo
 ${PYSITELIB}/fileobj/candidate.py
 ${PYSITELIB}/fileobj/candidate.pyc
 ${PYSITELIB}/fileobj/candidate.pyo
+${PYSITELIB}/fileobj/cfileops.py
+${PYSITELIB}/fileobj/cfileops.pyc
+${PYSITELIB}/fileobj/cfileops.pyo
 ${PYSITELIB}/fileobj/chunk.py
 ${PYSITELIB}/fileobj/chunk.pyc
 ${PYSITELIB}/fileobj/chunk.pyo

Index: pkgsrc/editors/fileobj/distinfo
diff -u pkgsrc/editors/fileobj/distinfo:1.22 pkgsrc/editors/fileobj/distinfo:1.23
--- pkgsrc/editors/fileobj/distinfo:1.22        Tue Mar 12 06:40:31 2024
+++ pkgsrc/editors/fileobj/distinfo     Sun Aug 10 03:39:02 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2024/03/12 06:40:31 tkusumi Exp $
+$NetBSD: distinfo,v 1.23 2025/08/10 03:39:02 tkusumi Exp $
 
-BLAKE2s (fileobj-0.8.6.tar.gz) = d2210b9efbd3878454995f831a16314143fe320d90ead04814c9d506b2df98fd
-SHA512 (fileobj-0.8.6.tar.gz) = 3049930617aef34e7f24a14fad6eaccead97f30995ccc77d9966fca03017e90caf0b6b30d7b12946e2619827aba48a998f2f9241adc62dcc5dd5db2c672d59d8
-Size (fileobj-0.8.6.tar.gz) = 198600 bytes
+BLAKE2s (fileobj-0.8.7.tar.gz) = 1dbda99364fd6a15eff5b9f1bfcca4d42ca1dcd383fd0504415ba097191cab0d
+SHA512 (fileobj-0.8.7.tar.gz) = 1109977d303d710374b2a1f6cf12581cce8cb9dc5c2fece96873892ed39d4ac74a14cd74df7dab3957855b2ba233604d840fb9b5ea1540cc5d834054f64555f2
+Size (fileobj-0.8.7.tar.gz) = 199997 bytes



Home | Main Index | Thread Index | Old Index