Skip to content

Commit

Permalink
py-zipp: update to 1.1.0.
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
0-wiz-0 committed Jan 27, 2020
1 parent d8a1e3b commit 136e264
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions archivers/py-zipp/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
10 changes: 5 additions & 5 deletions archivers/py-zipp/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 136e264

Please sign in to comment.