Commit 2abf155 1 parent 68ed3b9 commit 2abf155 Copy full SHA for 2abf155
File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ The released versions correspond to PyPI releases.
5
5
* remove support for patching legacy modules `scandir` and `pathlib2`
6
6
* remove support for Python 3.7
7
7
8
- ## Unreleased
8
+ ## [Version 5.5.0](https://pypi.python.org/pypi/pyfakefs/5.5.0) (2024-05-12)
9
+ Deprecates the usage of `pathlib2` and `scandir`.
9
10
10
11
### Changes
11
12
* The usage of the `pathlib2` and `scandir` modules in pyfakefs is now deprecated.
@@ -16,6 +17,7 @@ The released versions correspond to PyPI releases.
16
17
and/or faked filesystem customization (see [#1006](../../issues/1006)).
17
18
18
19
### Fixes
20
+ * fixed handling of Windows `pathlib` paths under POSIX and vice verse (see [#1006](../../issues/1006))
19
21
* correctly use real open calls in pathlib for skipped modules (see [#1012](../../issues/1012))
20
22
21
23
## [Version 5.4.1](https://pypi.python.org/pypi/pyfakefs/5.4.0) (2024-04-11)
Original file line number Diff line number Diff line change 64
64
# built documents.
65
65
#
66
66
# The short X.Y version.
67
- version = "5.5 "
67
+ version = "5.6 "
68
68
# The full version, including alpha/beta/rc tags.
69
- release = "5.5 .dev0"
69
+ release = "5.6 .dev0"
70
70
71
71
# The language for content autogenerated by Sphinx. Refer to documentation
72
72
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
- __version__ = "5.5 .dev0"
1
+ __version__ = "5.6 .dev0"
You can’t perform that action at this time.
0 commit comments