pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/py-zipp py-zipp: update to 1.1.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0d0d168cb6a
branches:  trunk
changeset: 410681:e0d0d168cb6a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 27 11:01:35 2020 +0000

description:
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).

diffstat:

 archivers/py-zipp/Makefile |   4 ++--
 archivers/py-zipp/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r c1a2d9d16f10 -r e0d0d168cb6a archivers/py-zipp/Makefile
--- a/archivers/py-zipp/Makefile        Mon Jan 27 10:53:37 2020 +0000
+++ b/archivers/py-zipp/Makefile        Mon Jan 27 11:01:35 2020 +0000
@@ -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/}
diff -r c1a2d9d16f10 -r e0d0d168cb6a archivers/py-zipp/distinfo
--- a/archivers/py-zipp/distinfo        Mon Jan 27 10:53:37 2020 +0000
+++ b/archivers/py-zipp/distinfo        Mon Jan 27 11:01:35 2020 +0000
@@ -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