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.101



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd0f994c5557
branches:  trunk
changeset: 449706:cd0f994c5557
user:      tkusumi <tkusumi%pkgsrc.org@localhost>
date:      Sun Apr 04 13:10:20 2021 +0000

description:
editors/fileobj: Update to v0.7.101

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

diffstat:

 editors/fileobj/Makefile |   4 ++--
 editors/fileobj/PLIST    |   5 ++++-
 editors/fileobj/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r d314e54d988a -r cd0f994c5557 editors/fileobj/Makefile
--- a/editors/fileobj/Makefile  Sun Apr 04 13:06:03 2021 +0000
+++ b/editors/fileobj/Makefile  Sun Apr 04 13:10:20 2021 +0000
@@ -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/}
diff -r d314e54d988a -r cd0f994c5557 editors/fileobj/PLIST
--- a/editors/fileobj/PLIST     Sun Apr 04 13:06:03 2021 +0000
+++ b/editors/fileobj/PLIST     Sun Apr 04 13:10:20 2021 +0000
@@ -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/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
diff -r d314e54d988a -r cd0f994c5557 editors/fileobj/distinfo
--- a/editors/fileobj/distinfo  Sun Apr 04 13:06:03 2021 +0000
+++ b/editors/fileobj/distinfo  Sun Apr 04 13:10:20 2021 +0000
@@ -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