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:
.opennow raisesFileNotFoundErrorandIsADirectoryErrorwhen 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.openno longer acceptspwdas a positional argument and does not accept theforce_zip64parameter 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
-
ec6ff0fMerge pull request #47 from jaraco/feature/exceptions -
200f0ddUpdate changelog. Ref #47. -
ffee568Raise more appropriate exceptions when 'open' is invoked on missing items or ... -
bf4a22fAdd tests capturing expectation about specific Exceptions when opening direct... -
5a06e14Add test capturing expectation that write works and can be binary or text. -
19599b7Rely on dict on Python 3.7 and later where ordering is guaranteed. Performanc... -
3d17ee5Rely on Python syntax for pwd keyword argument. -
d2ad6e0Remove unused import -
bacb253Update changelog. Ref #44. -
cf0648fMerge tag 'v1.2.0' - Additional commits viewable in compare view