Skip to content
Snippets Groups Projects

Bump zipp from 3.1.0 to 3.2.0

Merged WKDV Bot requested to merge dependabot/pip/zipp-3.2.0 into develop

Bumps zipp from 3.1.0 to 3.2.0.

Changelog

Sourced from zipp's changelog.

v3.2.0

#57 and bpo-40564: 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.

#56 and bpo-41035: Path._next now honors subclasses.

#55: Path.is_file() now returns False for non-existent names.

Commits
  • da7a4aa Merge pull request #60 from jaraco/bugfix/55-isfile-missing
  • e495001 Correct behavior of is_file to return False for non-existent files. Also fix ...
  • 49476e9 Add test capturing missed expectation when is_file is invoked on a name not i...
  • 20ef7dd Path subclasses now retain their type during traversal. Ref #56.
  • 951f11a Add unit test capturing expectation that a subclass type should be retained d...
  • b1cc663 Add unit test for invalid args to open binary.
  • 1848f34 Add unit test for iterdir on file.
  • b63880f Fade to black.
  • 70a905c Restore running under pytest (still unittest compatibility).
  • 9611e6b Merge https://github.com/jaraco/skeleton into master
  • Additional commits viewable in compare view

Merge request reports

Pipeline #8135 passed

Pipeline passed for 927de8eb on dependabot/pip/zipp-3.2.0

Merged by David SchäferDavid Schäfer 4 years ago (Sep 26, 2020 9:56am UTC)

Loading

Pipeline #8306 passed with warnings

Pipeline passed with warnings for 16876f75 on develop

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
Please register or sign in to reply
Loading