Thu Aug 11 06:29:32 2022 UTC ()
py-xopen: updated to 1.6.0

v1.6.0 (2022-08-10)

When writing gzip files, the timestamp and name of the original file is omitted (equivalent to using gzip --no-name (or -n) on the command line). This allows files to be written in a reproducible manner.


(adam)
diff -r1.24 -r1.25 pkgsrc/devel/py-xopen/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/py-xopen/PLIST
diff -r1.23 -r1.24 pkgsrc/devel/py-xopen/distinfo

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

--- pkgsrc/devel/py-xopen/Makefile 2022/07/14 13:36:38 1.24
+++ pkgsrc/devel/py-xopen/Makefile 2022/08/11 06:29:32 1.25
@@ -1,28 +1,29 @@ @@ -1,28 +1,29 @@
1# $NetBSD: Makefile,v 1.24 2022/07/14 13:36:38 adam Exp $ 1# $NetBSD: Makefile,v 1.25 2022/08/11 06:29:32 adam Exp $
2 2
3DISTNAME= xopen-1.5.0 3DISTNAME= xopen-1.6.0
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
 14BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
14DEPENDS+= pbzip2-[0-9]*:../../archivers/pbzip2 15DEPENDS+= pbzip2-[0-9]*:../../archivers/pbzip2
15DEPENDS+= pigz-[0-9]*:../../archivers/pigz 16DEPENDS+= pigz-[0-9]*:../../archivers/pigz
16DEPENDS+= xz-[0-9]*:../../archivers/xz 17DEPENDS+= xz-[0-9]*:../../archivers/xz
17TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 18TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
18TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout 19TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
19 20
20USE_LANGUAGES= # none 21USE_LANGUAGES= # none
21 22
22PYTHON_VERSIONS_INCOMPATIBLE= 27 23PYTHON_VERSIONS_INCOMPATIBLE= 27
23 24
24do-test: 25do-test:
25 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests 26 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
26 27
27.include "../../lang/python/egg.mk" 28.include "../../lang/python/wheel.mk"
28.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/devel/py-xopen/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-xopen/PLIST 2020/11/23 09:54:05 1.5
+++ pkgsrc/devel/py-xopen/PLIST 2022/08/11 06:29:32 1.6
@@ -1,13 +1,14 @@ @@ -1,13 +1,14 @@
1@comment $NetBSD: PLIST,v 1.5 2020/11/23 09:54:05 adam Exp $ 1@comment $NetBSD: PLIST,v 1.6 2022/08/11 06:29:32 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${WHEEL_INFODIR}/METADATA
5${PYSITELIB}/${EGG_INFODIR}/requires.txt 5${PYSITELIB}/${WHEEL_INFODIR}/RECORD
6${PYSITELIB}/${EGG_INFODIR}/top_level.txt 6${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
 7${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 8${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
 9${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
7${PYSITELIB}/xopen/__init__.py 10${PYSITELIB}/xopen/__init__.py
8${PYSITELIB}/xopen/__init__.pyc 11${PYSITELIB}/xopen/__init__.pyc
9${PYSITELIB}/xopen/__init__.pyo 
10${PYSITELIB}/xopen/_version.py 12${PYSITELIB}/xopen/_version.py
11${PYSITELIB}/xopen/_version.pyc 13${PYSITELIB}/xopen/_version.pyc
12${PYSITELIB}/xopen/_version.pyo 
13${PYSITELIB}/xopen/py.typed 14${PYSITELIB}/xopen/py.typed

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

--- pkgsrc/devel/py-xopen/distinfo 2022/07/14 13:36:38 1.23
+++ pkgsrc/devel/py-xopen/distinfo 2022/08/11 06:29:32 1.24
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.23 2022/07/14 13:36:38 adam Exp $ 1$NetBSD: distinfo,v 1.24 2022/08/11 06:29:32 adam Exp $
2 2
3BLAKE2s (xopen-1.5.0.tar.gz) = 4a18323c07a393984e4c4758ec74ef3ec7bae1fb4a08465bc5429db69c922686 3BLAKE2s (xopen-1.6.0.tar.gz) = a163055ee744df0867ee52a301c48b2896d0ccedba674c1b1f6b9e069b8ffee2
4SHA512 (xopen-1.5.0.tar.gz) = b5653522312ea6e3d59daee284bea9a9b434975d6be7f96470b4a2fb199da1903b5367ecaf5fe9192cc61aef7b2b7312f5d5d677dc69f93020d6daedd83d86d3 4SHA512 (xopen-1.6.0.tar.gz) = 388b33c66ee379c1d3e8f19cfdbc224329decc632db039856154ca688b624d05342e6b6fa35fc2f0f937105cbe0f44cab3c46090a4073bf5c6f10e324ad999ca
5Size (xopen-1.5.0.tar.gz) = 23694 bytes 5Size (xopen-1.6.0.tar.gz) = 25173 bytes