2020-09-29 19:02:02 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-zipp: updated to 3.2.0
v3.2.0
Mutate the passed ZipFile object
type instead of making a copy. Prevents issues when
both the local copy and the caller's copy attempt to
close the same file handle.
``Path._next`` now honors subclasses.
``Path.is_file()`` now returns False for non-existent names.
|
2020-03-12 08:51:23 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-zipp: py-jaraco.itertools is only a test dependency.
Bump PKGREVISION.
|
2020-03-12 08:36:21 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-zipp: update to 3.1.0.
v3.1.0
======
#47: ``.open`` now raises ``FileNotFoundError`` and
``IsADirectoryError`` when appropriate.
v3.0.0
======
#44: Merge with v1.2.0.
v1.2.0
======
#44: ``zipp.Path.open()`` now supports a compatible signature
as ``pathlib.Path.open()``, accepting text (default) or binary
modes and soliciting keyword parameters passed through to
``io.TextIOWrapper`` (encoding, newline, etc). The stream is
opened in text-mode by default now. ``open`` no
longer accepts ``pwd`` as a positional argument and does not
accept the ``force_zip64`` parameter at all. This change is
a backward-incompatible change for that single function.
v2.2.1
======
#43: Merge with v1.1.1.
v1.1.1
======
#43: Restored performance of implicit dir computation.
v2.2.0
======
#36: Rebuild package with minimum Python version declared both
in package metadata and in the python tag.
v2.1.0
======
#32: Merge with v1.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).
v2.0.1
======
#30: Corrected version inference (from jaraco/skeleton#12).
v2.0.0
======
Require Python 3.6 or later.
|
2020-01-27 12:01:35 by Thomas Klausner | Files touched by this commit (2) | |
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).
|
2020-01-16 09:18:29 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-zipp: updated to 1.0.0
v1.0.0:
Re-release of 0.6 to correspond with release as found in Python 3.8.
|
2019-11-15 16:48:34 by Hauke Fath | Files touched by this commit (1) |
Log message:
Fix the stutter.
|
2019-11-15 15:22:16 by Thomas Klausner | Files touched by this commit (5) |
Log message:
*: use py-more-itertools via versioned_dependencies.mk
|
2019-09-02 10:31:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-zipp: updated to 0.6.0
v0.6.0
When adding implicit dirs, ensure that ancestral directories
are added and that duplicates are excluded.
The library now relies on more_itertools
|
2019-07-13 11:32:04 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-zipp: updated to 0.5.2
v0.5.2
Parent of a directory now actually returns the parent.
|
2019-06-12 10:37:58 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-zipp: added BUILD_DEPENDS
|