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

Update dependency pyfakefs to v5.8.0 #76

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pyfakefs ==5.7.0 -> ==5.8.0 age adoption passing confidence

Release Notes

pytest-dev/pyfakefs (pyfakefs)

v5.8.0

Compare Source

Adds preliminary support for Python 3.14.

Changes
  • added some preliminary support for Python 3.14
  • change behavior of FakeFilesystem.get_object() to ignore permissions as it has been
    before version 5.4.0 (see #​1122)
Fixes
  • fixed a problem with flushing if writing over the buffer end
    (see #​1120)
  • fixed a regression that could break tests under Posix in Python 3.12
    (see #​1126)
  • fixed behavior for os.access for symlinks under Windows
  • fixed permission problem on querying file properties (see #​1122)
  • fixed patching in pytest setup phase for module and session-scoped fs fixtures
    (see #​1126)
Documentation
  • use a theme for documentation supporting dark mode

v5.7.4

Compare Source

Minor bugfix release.

Fixes
  • fixed a problem with module and session scoped fixtures in Python 3.13
    (see #​1101)
  • fixed handling of cwd if set to a pathlib.Path (see #​1108)
  • fixed documentation for cleanup handlers, added convenience handler reload_cleanup_handler
    (see #​1105)

v5.7.3

Compare Source

Fixes a regression in version 5.7.3.

Fixes
  • fixed a regression in version 5.7.2 that tempfile was not patched after pause/resume
    (POSIX only, see #​1098)
  • added workaround for a recursion occurring if using pytest under Windows and Python >= 3.12
    (see #​1096)
Infrastructure
  • run pytest-specific tests for all supported Python versions
  • pytest is only supported for versions >= 6.2.5, earlier version do not work in Python >= 3.10
    due to a pytest issue - adapted tests and documentation

v5.7.2

Compare Source

Fixes some problems with patching.

Fixes
  • added some support for loading fake modules in AUTO patch mode
    using importlib.import_module (see #​1079)
  • added some support to avoid patching debugger related modules
    (see #​1083)
Performance
  • avoid reloading tempfile in Posix systems
Infrastructure

v5.7.1

Compare Source

Fixes a regression in version 5.7.0 that broke patching fcntl.

Fixes
  • fixes a regression that caused unfaked fcntl calls to fail (see #​1074)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 13, 2024
@renovate renovate bot changed the title Update dependency pyfakefs to v5.7.1 Update dependency pyfakefs to v5.7.2 Dec 1, 2024
@renovate renovate bot force-pushed the renovate/pyfakefs-5.x branch from 3c28cb9 to 0c82352 Compare December 1, 2024 15:42
@renovate renovate bot changed the title Update dependency pyfakefs to v5.7.2 Update dependency pyfakefs to v5.7.3 Dec 15, 2024
@renovate renovate bot force-pushed the renovate/pyfakefs-5.x branch from 5d54aed to 0d2a3f4 Compare December 15, 2024 15:06
@renovate renovate bot force-pushed the renovate/pyfakefs-5.x branch from e5c0ec5 to d0a1741 Compare January 14, 2025 22:04
@renovate renovate bot changed the title Update dependency pyfakefs to v5.7.3 Update dependency pyfakefs to v5.7.4 Jan 14, 2025
@renovate renovate bot changed the title Update dependency pyfakefs to v5.7.4 Update dependency pyfakefs to v5.8.0 Mar 11, 2025
@renovate renovate bot force-pushed the renovate/pyfakefs-5.x branch from b14ced1 to 6fff93a Compare March 11, 2025 22:25
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.

0 participants