11# pyfakefs Release Notes
2- The released versions correspond to PyPi releases.
2+ The released versions correspond to PyPI releases.
33
44## Version 5.0.0 - unreleased
55New version after the transfer to `pytest-dev`.
66
77### Changes
8- * the long deprecated old-style API is now removed
9- * the deprecated method `copyRealFile` has been removed - use
10- `add_real_file` instead
8+ * the old-style API deprecated since version 3.4 has now been removed
9+ * the method `copyRealFile` deprecated since version 3.2 has been removed -
10+ use `add_real_file` instead
1111
1212### Infrastructure
1313* transferred the repository to the `pytest-dev` organization
1414* renamed the `master` branch to `main`
15+ * added automatic PyPI release workflow
1516
1617### New Features
1718* added some support for `st_blocks` in stat result
@@ -195,7 +196,7 @@ This is a bugfix release.
195196## [Version 4.5.0](https://pypi.python.org/pypi/pyfakefs/4.5.0) (2021-06-04)
196197Adds some support for Python 3.10 and basic type checking.
197198
198- _Note_: This version has been yanked from PyPi as it erroneously allowed
199+ _Note_: This version has been yanked from PyPI as it erroneously allowed
199200installation under Python 3.5.
200201
201202### New Features
@@ -364,7 +365,7 @@ This is a bugfix release that fixes a regression issue.
364365## [Version 4.0.2](https://pypi.python.org/pypi/pyfakefs/4.0.2) (2020-03-04)
365366
366367This as a patch release that only builds for Python 3. Note that
367- versions 4.0.0 and 4.0.1 will be removed from PyPi to disable
368+ versions 4.0.0 and 4.0.1 will be removed from PyPI to disable
368369installing them under Python 2.
369370
370371#### Fixes
@@ -374,7 +375,7 @@ installing them under Python 2.
374375
375376This as a bug fix release for a regression bug.
376377
377- _Note_: This version has been yanked from PyPi as it erroneously allowed
378+ _Note_: This version has been yanked from PyPI as it erroneously allowed
378379installation under Python 2. This has been fixed in version 4.0.2.
379380
380381#### Fixes
@@ -384,7 +385,7 @@ installation under Python 2. This has been fixed in version 4.0.2.
384385pyfakefs 4.0.0 drops support for Python 2.7. If you still need
385386Python 2.7, you can continue to use pyfakefs 3.7.x.
386387
387- _Note_: This version has been yanked from PyPi as it erroneously allowed
388+ _Note_: This version has been yanked from PyPI as it erroneously allowed
388389installation under Python 2. This has been fixed in version 4.0.2.
389390
390391#### Changes
@@ -799,7 +800,7 @@ This is the last release that supports Python 2.6.
799800 File contents are read from the real file system only as needed ([#170](../../issues/170)).
800801 See `example_test.py` for a usage example.
801802 * Deprecated `TestCase.copyRealFile()` in favor of `add_real_file()`.
802- `copyRealFile()` remains only for backward compatability . Also, some
803+ `copyRealFile()` remains only for backward compatibility . Also, some
803804 less-popular argument combinations have been disallowed.
804805 * Added this file you are reading, `CHANGES.md`, to the release manifest
805806
@@ -908,5 +909,5 @@ This is the last release that supports Python 2.6.
908909 * Relative paths not supported ([#16](../../issues/16), [#17](../../issues/17)))
909910
910911## Older Versions
911- There are no release notes for releases 2.6 and below. The following versions are still available on PyPi :
912+ There are no release notes for releases 2.6 and below. The following versions are still available on PyPI :
912913 * [1.1](https://pypi.python.org/pypi/pyfakefs/1.1), [1.2](https://pypi.python.org/pypi/pyfakefs/1.2), [2.0](https://pypi.python.org/pypi/pyfakefs/2.0), [2.1](https://pypi.python.org/pypi/pyfakefs/2.1), [2.2](https://pypi.python.org/pypi/pyfakefs/2.2), [2.3](https://pypi.python.org/pypi/pyfakefs/2.3) and [2.4](https://pypi.python.org/pypi/pyfakefs/2.4)
0 commit comments