pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-xopen
Module Name: pkgsrc
Committed By: adam
Date: Thu Jul 14 13:36:38 UTC 2022
Modified Files:
pkgsrc/devel/py-xopen: Makefile distinfo
Log Message:
py-xopen: updated to 1.5.0
v1.5.0 (2022-03-23)
* Dropped Python 3.6 support
* Added support for piping into and from an external xz process. Contributed by @fanninpm.
* Support setting the xz compression level. Contributed by @tsibley.
v1.4.0 (2022-01-14)
Add seek() and tell() to the PipedCompressionReader classes (for Windows compatibility)
v1.3.0 (2022-01-10)
xopen is now available on Windows (in addition to Linux and macOS).
For greater compatibility with the built-in open() function, xopen() has gained the parameters encoding, errors and newlines with the same meaning as in open(). Unlike built-in open(), though,
encoding is UTF-8 by default.
A parameter format has been added that allows to force the compression file format.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-xopen/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-xopen/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-xopen/Makefile
diff -u pkgsrc/devel/py-xopen/Makefile:1.23 pkgsrc/devel/py-xopen/Makefile:1.24
--- pkgsrc/devel/py-xopen/Makefile:1.23 Tue Jan 4 20:53:48 2022
+++ pkgsrc/devel/py-xopen/Makefile Thu Jul 14 13:36:38 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2022/01/04 20:53:48 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2022/07/14 13:36:38 adam Exp $
-DISTNAME= xopen-1.2.1
+DISTNAME= xopen-1.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xopen/}
@@ -14,14 +13,14 @@ LICENSE= mit
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
DEPENDS+= pbzip2-[0-9]*:../../archivers/pbzip2
DEPENDS+= pigz-[0-9]*:../../archivers/pigz
+DEPENDS+= xz-[0-9]*:../../archivers/xz
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-.include "../../lang/python/pyversion.mk"
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
Index: pkgsrc/devel/py-xopen/distinfo
diff -u pkgsrc/devel/py-xopen/distinfo:1.22 pkgsrc/devel/py-xopen/distinfo:1.23
--- pkgsrc/devel/py-xopen/distinfo:1.22 Tue Oct 26 19:48:16 2021
+++ pkgsrc/devel/py-xopen/distinfo Thu Jul 14 13:36:38 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2021/10/26 19:48:16 adam Exp $
+$NetBSD: distinfo,v 1.23 2022/07/14 13:36:38 adam Exp $
-BLAKE2s (xopen-1.2.1.tar.gz) = 86bc4f86b704053e9785218c111cdb9fe028d1a61c6182564649470f9b3bf9d1
-SHA512 (xopen-1.2.1.tar.gz) = 213f94e60dcbf4ead89b2d03d5b342a934427d75f269daf2d1ab9053b235c4eb4b7a90058d5e39d68c4efd41e184224af63a83d5b971f4c6ee6f14d5b80cbb04
-Size (xopen-1.2.1.tar.gz) = 20438 bytes
+BLAKE2s (xopen-1.5.0.tar.gz) = 4a18323c07a393984e4c4758ec74ef3ec7bae1fb4a08465bc5429db69c922686
+SHA512 (xopen-1.5.0.tar.gz) = b5653522312ea6e3d59daee284bea9a9b434975d6be7f96470b4a2fb199da1903b5367ecaf5fe9192cc61aef7b2b7312f5d5d677dc69f93020d6daedd83d86d3
+Size (xopen-1.5.0.tar.gz) = 23694 bytes
Home |
Main Index |
Thread Index |
Old Index