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 pyfakefs from 4.1.0 to 4.3.2 #211

Merged
merged 2 commits into from
Nov 27, 2020
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps pyfakefs from 4.1.0 to 4.3.2.

Release notes

Sourced from pyfakefs's releases.

pyfakefs release version 4.3.2

This is a bugfix release that fixes a regression introduced in version 4.2.0.

pyfakefs release version 4.3.1

This is an update to the performance release, with more setup caching and the possibility to disable it.

pyfakefs release version 4.3.0

This is a performance improvement release.

pyfakefs release version 4.2.1

This is a bugfix release that fixes a regression issue.

pyfakefs release version 4.2.0

  • added support for the buffering parameter in open
  • added possibility to patch io.open_code
  • added possibility to set file system OS directly
  • a number of bug fixes
Changelog

Sourced from pyfakefs's changelog.

Version 4.3.2 (2020-11-26)

This is a bugfix release that fixes a regression introduced in version 4.2.0.

Fixes

  • open calls had not been patched for modules with a name ending with "io" (see #569)

Version 4.3.1 (2020-11-23)

This is an update to the performance release, with more setup caching and the possibility to disable it.

Changes

  • Added caching of patched modules to avoid lookup overhead
  • Added use_cache option and clear_cache method to be able to deal with unwanted side-effects of the newly introduced caching

Infrastructure

  • Moved CI builds to GitHub Actions for performance reasons

Version 4.3.0 (2020-11-19)

This is mostly a performance release. The performance of the pyfakefs setup has been decreasing sufficiently, especially with the 4.x releases. This release corrects that by making the most expansive feature optional, and by adding some other performance improvements. This shall decrease the setup time by about a factor of 20, and it shall now be comparable to the performance of the 3.4 release.

Changes

  • The patchfs decorator now expects a positional argument instead of the keyword arguments fs. This avoids confusion with the pytest fs fixture and conforms to the behavior of mock.patch. You may have to adapt the argument order if you use the patchfs and mock.patch decorators together (see #566)
  • Default arguments that are file system functions are now not patched by default to avoid a large performance impact. An additional parameter patch_default_args has been added that switches this behavior on (see #567).
  • Added performance improvements in the test setup, including caching the the unpatched modules

Version 4.2.1 (2020-11-02)

This is a bugfix release that fixes a regression issue.

Fixes

  • remove dependency of pyfakefs on pytest (regression, see #565)
Commits
  • bec380f Release 4.3.2
  • 436384e Minor documentation updates
  • c256c01 Fix patching "open" calls in modules with a name ending with "io"
  • 1b57df8 Release 4.3.1
  • c071145 Add caching of patched modules to avoid lookup overhead
  • 541cd09 Add option to switch off cache
  • 6646762 Use GitHub actions for tests
  • 12abe91 Release 4.3.0
  • 3190c7e Add caching for modules without file system functions
  • 9e6317b More performance improvements
  • 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.


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 Nov 27, 2020
@zabil zabil merged commit 1789d7c into master Nov 27, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pyfakefs-4.3.2 branch November 27, 2020 14:30
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
Development

Successfully merging this pull request may close these issues.

1 participant