Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump zipp from 1.0.0 to 2.1.0 #149

Merged
merged 2 commits into from
Jan 29, 2020
Merged

Bump zipp from 1.0.0 to 2.1.0 #149

merged 2 commits into from
Jan 29, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps zipp from 1.0.0 to 2.1.0.

Changelog

Sourced from zipp's changelog.

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.

Commits
  • 8031665 Merge tag 'v1.1.0'
  • 088b0cf Merge pull request #35 from jaraco/feature/linear-lookup-py2
  • a122aaa Update changelog
  • 65298ec Test on Python 3.6+ to avoid the degrading Python 3.5 environments.
  • d2dd174 Restore Python 2.7 compatibility
  • e59d21b Use _name_set for 'exists'
  • e618cc7 Rename FastZip to FastLookup
  • 32f28dd Use 2 ** 13 for huge zipfile - tests run substantially faster.
  • 0843dbe Move 'make' method to CompleteDirs class
  • c76e5ee Rename find to resolve_dir. Expand documentation.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 27, 2020
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@codecov
Copy link

codecov bot commented Jan 27, 2020

Codecov Report

Merging #149 into master will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##           master   #149   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines         385    385           
  Branches       25     25           
=====================================
  Hits          385    385

@pquentin
Copy link
Member

pquentin commented Jan 27, 2020

This is a pytest dependency whose 2.x version is now 3.6+ only. 80% of trustme downloads use Python 3.6+ (https://pypistats.org/packages/trustme), but switching trustme to 3.6+ would require trio to switch to Python 3.6+ and would require urllib3 and hip to vendor a Python 2.7 version. So let's try pinning zipp.

@pquentin pquentin force-pushed the dependabot/pip/zipp-2.1.0 branch from 2b99b78 to 631bbc1 Compare January 27, 2020 06:32
@pquentin pquentin requested review from njsmith and oremanj January 27, 2020 07:05
@oremanj oremanj merged commit badc624 into master Jan 29, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/zipp-2.1.0 branch January 29, 2020 08:50
@pquentin
Copy link
Member

Thank you for the review, @oremanj!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants