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 Apr  4 13:10:21 UTC 2021

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

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

ChangeLog:
- Minor fixes and cleanups
- Add Python 3.9 support
- Add MidnightBSD support


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/editors/fileobj/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/fileobj/PLIST
cvs rdiff -u -r1.5 -r1.6 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.6 pkgsrc/editors/fileobj/Makefile:1.7
--- pkgsrc/editors/fileobj/Makefile:1.6 Fri Dec  4 20:45:15 2020
+++ pkgsrc/editors/fileobj/Makefile     Sun Apr  4 13:10:20 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/12/04 20:45:15 nia Exp $
+# $NetBSD: Makefile,v 1.7 2021/04/04 13:10:20 tkusumi Exp $
 
-DISTNAME=      fileobj-0.7.100
+DISTNAME=      fileobj-0.7.101
 PKGREVISION=   1
 CATEGORIES=    editors python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kusumi/}

Index: pkgsrc/editors/fileobj/PLIST
diff -u pkgsrc/editors/fileobj/PLIST:1.2 pkgsrc/editors/fileobj/PLIST:1.3
--- pkgsrc/editors/fileobj/PLIST:1.2    Sat May 30 16:48:58 2020
+++ pkgsrc/editors/fileobj/PLIST        Sun Apr  4 13:10:20 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/05/30 16:48:58 tkusumi Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/04/04 13:10:20 tkusumi Exp $
 bin/fileobj-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/fileobj/__init__.py
@@ -182,6 +182,9 @@ ${PYSITELIB}/fileobj/marks.pyo
 ${PYSITELIB}/fileobj/methods.py
 ${PYSITELIB}/fileobj/methods.pyc
 ${PYSITELIB}/fileobj/methods.pyo
+${PYSITELIB}/fileobj/midnightbsd.py
+${PYSITELIB}/fileobj/midnightbsd.pyc
+${PYSITELIB}/fileobj/midnightbsd.pyo
 ${PYSITELIB}/fileobj/native.py
 ${PYSITELIB}/fileobj/native.pyc
 ${PYSITELIB}/fileobj/native.pyo

Index: pkgsrc/editors/fileobj/distinfo
diff -u pkgsrc/editors/fileobj/distinfo:1.5 pkgsrc/editors/fileobj/distinfo:1.6
--- pkgsrc/editors/fileobj/distinfo:1.5 Sat Jul  4 06:18:35 2020
+++ pkgsrc/editors/fileobj/distinfo     Sun Apr  4 13:10:20 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2020/07/04 06:18:35 tkusumi Exp $
+$NetBSD: distinfo,v 1.6 2021/04/04 13:10:20 tkusumi Exp $
 
-SHA1 (fileobj-0.7.100.tar.gz) = b699c65829ee4dac7763f9749ad63f7fb69cc1d8
-RMD160 (fileobj-0.7.100.tar.gz) = 9d66774c8158b93c299c850131974b363754348d
-SHA512 (fileobj-0.7.100.tar.gz) = f91fc1ca9c1f8a45f8ce6005ad49e7e10de5db70ac889c4b3c4b2d965649566f9957424e6390765b27309f55f2eef01f039cbb35d4748577cf0eab02b5ee5ed9
-Size (fileobj-0.7.100.tar.gz) = 173774 bytes
+SHA1 (fileobj-0.7.101.tar.gz) = 55b6e0309b3e980c52d54b387001ca17f90532c3
+RMD160 (fileobj-0.7.101.tar.gz) = 0cc10df2e0da3b7d5b4b4b0888423261a889ce16
+SHA512 (fileobj-0.7.101.tar.gz) = 11a961eb8c66333b5178fbde59e9646e3fd548694858dfc32a5890b835d02e969d987b04d1ec46145de843e8505d771b312f691e93af2a3b49194856c7f9ae14
+Size (fileobj-0.7.101.tar.gz) = 174376 bytes



Home | Main Index | Thread Index | Old Index