Commit graph

15 commits

Author SHA1 Message Date
adam
d22cb858dc py-zipp: updated to 3.4.1
v3.4.1
Refresh packaging.
2021-03-05 07:57:15 +00:00
adam
6ae89cf122 py-zipp: updated to 3.4.0
v3.4.0
``Path.joinpath`` now takes arbitrary
positional arguments and no longer accepts ``add`` as a
keyword argument.
2020-11-30 20:18:06 +00:00
adam
6db427ec70 py-zipp: updated to 3.3.1
v3.3.1
bpo-42043: Add tests capturing subclassing requirements.
2020-10-21 06:44:09 +00:00
adam
cf852d7545 py-zipp: updated to 3.3.0
v3.3.0
``Path`` objects now expose a ``.filename`` attribute
and rely on that to resolve ``.name`` and ``.parent`` when
the ``Path`` object is at the root of the zipfile.
2020-10-05 12:34:28 +00:00
adam
07c63eb580 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-09-29 17:02:01 +00:00
wiz
2ab4542b81 py-zipp: py-jaraco.itertools is only a test dependency.
Bump PKGREVISION.
2020-03-12 07:51:23 +00:00
wiz
75029a87dc 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-03-12 07:36:21 +00:00
wiz
34c9e788f0 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-27 11:01:35 +00:00
adam
783821e0ff 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.
2020-01-16 08:18:29 +00:00
hauke
99405198a2 Fix the stutter. 2019-11-15 15:48:34 +00:00
wiz
e3fc3c5ae8 *: use py-more-itertools via versioned_dependencies.mk 2019-11-15 14:22:15 +00:00
adam
5c16062db1 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-09-02 08:31:17 +00:00
adam
8c476dea77 py-zipp: updated to 0.5.2
v0.5.2
Parent of a directory now actually returns the parent.
2019-07-13 09:32:04 +00:00
adam
b8a45b08d9 py-zipp: added BUILD_DEPENDS 2019-06-12 08:37:58 +00:00
adam
28d88c9355 py-zipp: added version 0.5.1
A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
2019-05-29 19:48:29 +00:00