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:   wiz
Date:           Mon Jan 27 11:01:35 UTC 2020

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

Log Message:
py-zipp: update to 1.1.0.

v1.1.0
======

#32: For read-only zip files, complexity of ``.exists`` and
``joinpath`` is now constant time instead of ``O(n)``, preventing
quadratic time in common use-cases and rendering large
zip files unusable for Path. Big thanks to Benjy Weinberger
for the bug report and contributed fix (#33).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/archivers/py-zipp/Makefile
cvs rdiff -u -r1.4 -r1.5 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.7 pkgsrc/archivers/py-zipp/Makefile:1.8
--- pkgsrc/archivers/py-zipp/Makefile:1.7       Thu Jan 16 08:18:29 2020
+++ pkgsrc/archivers/py-zipp/Makefile   Mon Jan 27 11:01:35 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/01/16 08:18:29 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/01/27 11:01:35 wiz Exp $
 
-DISTNAME=      zipp-1.0.0
+DISTNAME=      zipp-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zipp/}

Index: pkgsrc/archivers/py-zipp/distinfo
diff -u pkgsrc/archivers/py-zipp/distinfo:1.4 pkgsrc/archivers/py-zipp/distinfo:1.5
--- pkgsrc/archivers/py-zipp/distinfo:1.4       Thu Jan 16 08:18:29 2020
+++ pkgsrc/archivers/py-zipp/distinfo   Mon Jan 27 11:01:35 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/01/16 08:18:29 adam Exp $
+$NetBSD: distinfo,v 1.5 2020/01/27 11:01:35 wiz Exp $
 
-SHA1 (zipp-1.0.0.tar.gz) = 637bb8e7018a13d45ebdadb4cbb109ce3bee2c5d
-RMD160 (zipp-1.0.0.tar.gz) = c38eda9fe79d90955ef1d5c4fcdec4857839ff11
-SHA512 (zipp-1.0.0.tar.gz) = dbfadfedd30ca4cb31ac4163f367134d96e57405ef00d5f4c19c0af7a141f78487dec29a0ba94975584fcb462d22c8b536bf29c67b7e298368072e897b0e9d82
-Size (zipp-1.0.0.tar.gz) = 10821 bytes
+SHA1 (zipp-1.1.0.tar.gz) = 38ca6cd1c08fef6386689b8cf9ddb53db43b20e5
+RMD160 (zipp-1.1.0.tar.gz) = 632e25ded32f45b3b89f8ec21437c72df0bfb570
+SHA512 (zipp-1.1.0.tar.gz) = a7d6355e16fea270bc89f6f6b3d61bc9b444bd98e8014f97da189631d2a4a0fa25bd84d6cae3835638d7912c5edd0a6dfa0276b1088d5b00c02c56b7ce059695
+Size (zipp-1.1.0.tar.gz) = 12837 bytes



Home | Main Index | Thread Index | Old Index