pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/py-zipstream-ng



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun 11 06:33:53 UTC 2024

Modified Files:
        pkgsrc/archivers/py-zipstream-ng: Makefile PLIST distinfo

Log Message:
py-zipstream-ng: updated to 1.7.1

v1.7.1

Fix issue where it was possible to add paths with arcnames that didn't match the path contents (file ending with "/", directory not ending with "/")

v1.7.0

Add the ability to get information on added files using ZipStream.info_list. This function replaces ZipStream.get_info which would only provide information on files that had already been streamed.
Deprecate ZipStream.get_info. It will continue to work until the next major version but will now emit a warning when used.
Reduce memory usage for sized ZipStream objects by updating the final size of the stream as files are added instead of storing the required information so the size could be calculated later.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/py-zipstream-ng/Makefile \
    pkgsrc/archivers/py-zipstream-ng/PLIST \
    pkgsrc/archivers/py-zipstream-ng/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/py-zipstream-ng/Makefile
diff -u pkgsrc/archivers/py-zipstream-ng/Makefile:1.1 pkgsrc/archivers/py-zipstream-ng/Makefile:1.2
--- pkgsrc/archivers/py-zipstream-ng/Makefile:1.1       Mon Aug 21 03:41:33 2023
+++ pkgsrc/archivers/py-zipstream-ng/Makefile   Tue Jun 11 06:33:53 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2023/08/21 03:41:33 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2024/06/11 06:33:53 adam Exp $
 
-DISTNAME=      zipstream-ng-1.6.0
+DISTNAME=      zipstream-ng-1.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zipstream-ng/}
@@ -10,9 +10,13 @@ HOMEPAGE=    https://github.com/pR0Ps/zipst
 COMMENT=       Modern and easy to use streamable zip file generator
 LICENSE=       gnu-lgpl-v3
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/archivers/py-zipstream-ng/PLIST
diff -u pkgsrc/archivers/py-zipstream-ng/PLIST:1.1 pkgsrc/archivers/py-zipstream-ng/PLIST:1.2
--- pkgsrc/archivers/py-zipstream-ng/PLIST:1.1  Mon Aug 21 03:41:33 2023
+++ pkgsrc/archivers/py-zipstream-ng/PLIST      Tue Jun 11 06:33:53 2024
@@ -1,5 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2023/08/21 03:41:33 khorben Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/06/11 06:33:53 adam Exp $
 bin/zipserver
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/zipstream/__init__.py
 ${PYSITELIB}/zipstream/__init__.pyc
 ${PYSITELIB}/zipstream/__init__.pyo
@@ -9,9 +15,3 @@ ${PYSITELIB}/zipstream/ng.pyo
 ${PYSITELIB}/zipstream/server.py
 ${PYSITELIB}/zipstream/server.pyc
 ${PYSITELIB}/zipstream/server.pyo
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
Index: pkgsrc/archivers/py-zipstream-ng/distinfo
diff -u pkgsrc/archivers/py-zipstream-ng/distinfo:1.1 pkgsrc/archivers/py-zipstream-ng/distinfo:1.2
--- pkgsrc/archivers/py-zipstream-ng/distinfo:1.1       Mon Aug 21 03:41:33 2023
+++ pkgsrc/archivers/py-zipstream-ng/distinfo   Tue Jun 11 06:33:53 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/08/21 03:41:33 khorben Exp $
+$NetBSD: distinfo,v 1.2 2024/06/11 06:33:53 adam Exp $
 
-BLAKE2s (zipstream-ng-1.6.0.tar.gz) = de51f3ac4a7ee4a695fe29d832677f5285359fc75d809d09b09dc4f1ae35cc5f
-SHA512 (zipstream-ng-1.6.0.tar.gz) = 8be9a48f3a860b328bef40ac92cc949a0f303942cb8c6d09228460cbc6fe06fa96b89e438e4fd591070da8d6b228791c2390f03326fbe6f043f83b0caa99b177
-Size (zipstream-ng-1.6.0.tar.gz) = 34585 bytes
+BLAKE2s (zipstream-ng-1.7.1.tar.gz) = 1898ac269f3a8a03a9101bffc19f2de73a8ed2ce4442659dc7c3171586ef5be6
+SHA512 (zipstream-ng-1.7.1.tar.gz) = 4e39aeb47222a7e790ee8d7281f6f41f54568eef92e26467ff249c3dec9987b766943290f6b1554cd0d5d5e7908e06a2b862e5555694c6a4a433c80264a22c9a
+Size (zipstream-ng-1.7.1.tar.gz) = 35488 bytes



Home | Main Index | Thread Index | Old Index