Path to this page:
Subject: CVS commit: pkgsrc/archivers/py-zipp
From: Thomas Klausner
Date: 2020-01-27 12:01:35
Message id: 20200127110135.A7F06FBF4@cvs.NetBSD.org
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).
Files: