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).
This commit is contained in:
parent
5b372f5a15
commit
34c9e788f0
2 changed files with 7 additions and 7 deletions
|
@ -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/}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue