Bump zipp from 2.2.0 to 3.1.0
Bumps zipp from 2.2.0 to 3.1.0.
Changelog
Sourced from zipp's changelog.
v3.1.0
#47:
.open
now raisesFileNotFoundError
andIsADirectoryError
when appropriate.v3.0.0
#44: Merge with v1.2.0.
v1.2.0
#44:
zipp.Path.open()
now supports a compatible signature aspathlib.Path.open()
, accepting text (default) or binary modes and soliciting keyword parameters passed through toio.TextIOWrapper
(encoding, newline, etc). The stream is opened in text-mode by default now.open
no longer acceptspwd
as a positional argument and does not accept theforce_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.
Commits
-
ec6ff0f
Merge pull request #47 from jaraco/feature/exceptions -
200f0dd
Update changelog. Ref #47. -
ffee568
Raise more appropriate exceptions when 'open' is invoked on missing items or ... -
bf4a22f
Add tests capturing expectation about specific Exceptions when opening direct... -
5a06e14
Add test capturing expectation that write works and can be binary or text. -
19599b7
Rely on dict on Python 3.7 and later where ordering is guaranteed. Performanc... -
3d17ee5
Rely on Python syntax for pwd keyword argument. -
d2ad6e0
Remove unused import -
bacb253
Update changelog. Ref #44. -
cf0648f
Merge tag 'v1.2.0' - Additional commits viewable in compare view