Commodore provides opinionated tenant-aware management of Kapitan inventories and templates. Commodore uses Kapitan for the heavy lifting of rendering templates and resolving a hierachical configuration structure.
pytest-dev/pyfakefs (pyfakefs)
### [`v5.7.0`](https://redirect.github.com/pytest-dev/pyfakefs/blob/HEAD/CHANGES.md#Version-570-2024-08-10)
[Compare Source](https://redirect.github.com/pytest-dev/pyfakefs/compare/v5.6.0...v5.7.0)
Adds official Python 3.13 support, improves OS emulation behavior.
##### Changes
- officially support Python 3.13
##### Enhancements
- the `additional_skip_names` parameter now works with more modules (see [#1023](../../issues/1023))
- added support for `os.fchmod`, allow file descriptor argument for `os.chmod` only for POSIX
for Python < 3.13
- avoid reloading `glob` in Python 3.13 (did affect test performance)
##### Fixes
- removing files while iterating over `scandir` results is now possible (see [#1051](../../issues/1051))
- fake `pathlib.PosixPath` and `pathlib.WindowsPath` now behave more like in the real filesystem
(see [#1053](../../issues/1053))
- `PurePosixPath` reported Windows reserved names as reserved in Python >= 3.12
(see [#1067](../../issues/1067))
- `PurePosixPath.joinpath()` incorrectly handled paths with drives under Windows in Python >= 3.12
(see [#1070](../../issues/1070))
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 is behind base branch, 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 contains the following updates:
5.6.0
->5.7.0
Release Notes
pytest-dev/pyfakefs (pyfakefs)
### [`v5.7.0`](https://redirect.github.com/pytest-dev/pyfakefs/blob/HEAD/CHANGES.md#Version-570-2024-08-10) [Compare Source](https://redirect.github.com/pytest-dev/pyfakefs/compare/v5.6.0...v5.7.0) Adds official Python 3.13 support, improves OS emulation behavior. ##### Changes - officially support Python 3.13 ##### Enhancements - the `additional_skip_names` parameter now works with more modules (see [#1023](../../issues/1023)) - added support for `os.fchmod`, allow file descriptor argument for `os.chmod` only for POSIX for Python < 3.13 - avoid reloading `glob` in Python 3.13 (did affect test performance) ##### Fixes - removing files while iterating over `scandir` results is now possible (see [#1051](../../issues/1051)) - fake `pathlib.PosixPath` and `pathlib.WindowsPath` now behave more like in the real filesystem (see [#1053](../../issues/1053)) - `PurePosixPath` reported Windows reserved names as reserved in Python >= 3.12 (see [#1067](../../issues/1067)) - `PurePosixPath.joinpath()` incorrectly handled paths with drives under Windows in Python >= 3.12 (see [#1070](../../issues/1070))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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.