Wed Aug 21 12:44:34 2019 UTC ()
py-xopen: updated to 0.8.1

v0.8.1
Exiting with a SIGTERM exit code is fine when we sent it
When we forcefully close the subprocess with Popen.terminate(), we must not
complain that it returns an exit code of -15 (corresponding to SIGTERM).

v0.8.0
Speed improvements when iterating over gzipped files.


(adam)
diff -r1.12 -r1.13 pkgsrc/devel/py-xopen/Makefile
diff -r1.11 -r1.12 pkgsrc/devel/py-xopen/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/devel/py-xopen/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-xopen/Makefile 2019/07/01 11:00:59 1.12
+++ pkgsrc/devel/py-xopen/Makefile 2019/08/21 12:44:34 1.13
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.12 2019/07/01 11:00:59 adam Exp $ 1# $NetBSD: Makefile,v 1.13 2019/08/21 12:44:34 adam Exp $
2 2
3DISTNAME= xopen-0.7.3 3DISTNAME= xopen-0.8.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=x/xopen/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=x/xopen/}
7 7
8MAINTAINER= bacon@NetBSD.org 8MAINTAINER= bacon@NetBSD.org
9HOMEPAGE= https://github.com/marcelm/xopen 9HOMEPAGE= https://github.com/marcelm/xopen
10COMMENT= Open compressed files transparently 10COMMENT= Open compressed files transparently
11LICENSE= mit 11LICENSE= mit
12 12
13BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm 13BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
14DEPENDS+= pigz-[0-9]*:../../archivers/pigz 14DEPENDS+= pigz-[0-9]*:../../archivers/pigz
15TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 15TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
16 16

cvs diff -r1.11 -r1.12 pkgsrc/devel/py-xopen/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-xopen/distinfo 2019/07/01 11:00:59 1.11
+++ pkgsrc/devel/py-xopen/distinfo 2019/08/21 12:44:34 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2019/07/01 11:00:59 adam Exp $ 1$NetBSD: distinfo,v 1.12 2019/08/21 12:44:34 adam Exp $
2 2
3SHA1 (xopen-0.7.3.tar.gz) = d56b92deeb0b5044f35287e79e9097bb6c3e3ac2 3SHA1 (xopen-0.8.1.tar.gz) = 48c41963d3ee69525e4ab81e0a95142e70c7103e
4RMD160 (xopen-0.7.3.tar.gz) = 7c7c9753d2c52d77982ccf8ea4df13b06a2805a7 4RMD160 (xopen-0.8.1.tar.gz) = c9ae6b795e84c0771998cee1ad5ba24123999396
5SHA512 (xopen-0.7.3.tar.gz) = cb14b1e9bcc97ebf511862112ba5a8665a01fe3a8564eca7b6418832eb7ff3f09c07a414059f3edc50a2db84eb5481109f73f4f861a372d6fa0e19d87f1ea94a 5SHA512 (xopen-0.8.1.tar.gz) = 2eca701a3f10ce23f69bb1d1ca2e51c3abbca1c90b3be7e255297efb398d7a3ecbbfa9e9dc10d69878b54b38122bb4d4ac56f67784e42aaece591e2b777911d0
6Size (xopen-0.7.3.tar.gz) = 10554 bytes 6Size (xopen-0.8.1.tar.gz) = 11087 bytes