Overview

Request 993340 accepted

- Update to 4.6.3
* automatically reset filesystem on changing is_windows_fs or
is_macos (see #692) - ensures better upwards compatibility in
most cases
* Make sure you write to the filesystem after you change
is_windows_fs or is_macos, otherwise the changes will be lost.
* fixed regression: os.path.exists returned True for any root
drive path under Windows
- Update to 4.6.2
* fixed support for opener introduced in previous patch release
(see #689)
* added support for opener argument in open, which is used in
tempfile in Python 3.11 since beta 4 (see #686)
* make sure tests run without pyfakefs installed as a package
(see #687)
- Version 4.6.0
* Adds support for Python 3.11, removes support for Python 3.6,
changes root path behavior under Windows.
* Python 3.6 has reached its end of life on 2021/12/23 and is no
longer officially supported by pyfakefs ** os.stat_float_times
has been removed in Python 3.7 and is therefore no longer
supported under Windows, the root path is now effectively C:\
instead of \; a path starting with \ points to the current
drive as in the real file system (see #673)
* fake pathlib.Path.owner() and pathlib.Path.group() now behave
like the real methods - they look up the real user/group name
for the user/group id that is associated with the fake file
(see #678)
* added some support for the upcoming Python version 3.11 (see
#677)

Request History
Benjamin Greiner's avatar

bnavigator created request

- Update to 4.6.3
* automatically reset filesystem on changing is_windows_fs or
is_macos (see #692) - ensures better upwards compatibility in
most cases
* Make sure you write to the filesystem after you change
is_windows_fs or is_macos, otherwise the changes will be lost.
* fixed regression: os.path.exists returned True for any root
drive path under Windows
- Update to 4.6.2
* fixed support for opener introduced in previous patch release
(see #689)
* added support for opener argument in open, which is used in
tempfile in Python 3.11 since beta 4 (see #686)
* make sure tests run without pyfakefs installed as a package
(see #687)
- Version 4.6.0
* Adds support for Python 3.11, removes support for Python 3.6,
changes root path behavior under Windows.
* Python 3.6 has reached its end of life on 2021/12/23 and is no
longer officially supported by pyfakefs ** os.stat_float_times
has been removed in Python 3.7 and is therefore no longer
supported under Windows, the root path is now effectively C:\
instead of \; a path starting with \ points to the current
drive as in the real file system (see #673)
* fake pathlib.Path.owner() and pathlib.Path.group() now behave
like the real methods - they look up the real user/group name
for the user/group id that is associated with the fake file
(see #678)
* added some support for the upcoming Python version 3.11 (see
#677)


Matej Cepl's avatar

mcepl accepted request

openSUSE Build Service is sponsored by