pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-zipp



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 27 08:53:37 UTC 2024

Modified Files:
        pkgsrc/archivers/py-zipp: Makefile distinfo

Log Message:
py-zipp: updated to 3.20.1

v3.20.1

Bugfixes

- Replaced SanitizedNames with a more surgical fix for infinite loops, restoring support for names with special characters in the archive.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/archivers/py-zipp/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/archivers/py-zipp/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-zipp/Makefile
diff -u pkgsrc/archivers/py-zipp/Makefile:1.35 pkgsrc/archivers/py-zipp/Makefile:1.36
--- pkgsrc/archivers/py-zipp/Makefile:1.35      Wed Aug 14 08:47:35 2024
+++ pkgsrc/archivers/py-zipp/Makefile   Tue Aug 27 08:53:37 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2024/08/14 08:47:35 adam Exp $
+# $NetBSD: Makefile,v 1.36 2024/08/27 08:53:37 adam Exp $
 
-DISTNAME=      zipp-3.20.0
+DISTNAME=      zipp-3.20.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zipp/}
@@ -21,7 +21,5 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/archivers/py-zipp/distinfo
diff -u pkgsrc/archivers/py-zipp/distinfo:1.31 pkgsrc/archivers/py-zipp/distinfo:1.32
--- pkgsrc/archivers/py-zipp/distinfo:1.31      Wed Aug 14 08:47:35 2024
+++ pkgsrc/archivers/py-zipp/distinfo   Tue Aug 27 08:53:37 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2024/08/14 08:47:35 adam Exp $
+$NetBSD: distinfo,v 1.32 2024/08/27 08:53:37 adam Exp $
 
-BLAKE2s (zipp-3.20.0.tar.gz) = 067d4ffeb7b617ed111b760327353ea95a915792e28202574725ea767e6187d1
-SHA512 (zipp-3.20.0.tar.gz) = c141c4b8bdaf2ff7639cfb85ba36735da1ca33e68b9fdcb7f350e5bd677ca39def00178aa3d481c733162beed4aa70f93525800f1af0618529ff36ca7e32327e
-Size (zipp-3.20.0.tar.gz) = 23244 bytes
+BLAKE2s (zipp-3.20.1.tar.gz) = 398e26fb5f7fe100a4817312a711425ee93d5897084a5c7bc90c1931e4087b7b
+SHA512 (zipp-3.20.1.tar.gz) = ed89c46d39ce703e233929146ce78332bfdd40cfad204c070247882f144fd0ec370c7499ce682ede938593b18870fa1dce8d746a0457e93c38be485378d6b546
+Size (zipp-3.20.1.tar.gz) = 23848 bytes



Home | Main Index | Thread Index | Old Index