Overview
Request 1007940 superseded
- Remove testfixtures-pr167-sybil3.patch, it's included in upstream now.
- Update to 7.0.0
* Refresh documentation.
* Add type annotations.
* Drop support for Python 2. The minimum supported Python version is now 3.6.
* Sybil 3 is now the minimum supported version if you use
:class:`~.sybil.FileParser`.
* Rename and refactor the date and time mocks, they are now :any:`mock_date`,
:any:`mock_datetime` and :any:`mock_time`. :func:`test_date`,
:func:`test_datetime` and :func:`test_time` are still present as aliases
but are now deprecated.
* Add :meth:`TempDirectory.as_string`, :meth:`TempDirectory.as_path` and
:meth:`TempDirectory.as_local`. :meth:`TempDirectory.getpath` is now
deprecated.
* :class:`TempDirectory` can now be used to wrap existing directories.
* Fixed a bug where :any:`OutputCapture.captured` returned bytes instead of a
string with fd=True.
* The deprecated strict option to :class:`Comparison` has been removed, use
the partial option instead.
* The deprecated :meth:`TempDirectory.check`, :meth:`TempDirectory.check_dir`
and :meth:`TempDirectory.check_all` methods have been removed.
- 6.18.5 (1 Mar 2022)
* Fix bug in detection of Mock backport.
- 6.18.4 (25 Feb 2022)
* Ensure compatibility with Sybil 2 and Sybil 3 along with pytest 6 and
pytest 7.
- Created by dgarcia
- In state superseded
- Superseded by 1008127
- Open review for licensedigger
- Open review for factory-staging
Request History
dgarcia created request
- Remove testfixtures-pr167-sybil3.patch, it's included in upstream now.
- Update to 7.0.0
* Refresh documentation.
* Add type annotations.
* Drop support for Python 2. The minimum supported Python version is now 3.6.
* Sybil 3 is now the minimum supported version if you use
:class:`~.sybil.FileParser`.
* Rename and refactor the date and time mocks, they are now :any:`mock_date`,
:any:`mock_datetime` and :any:`mock_time`. :func:`test_date`,
:func:`test_datetime` and :func:`test_time` are still present as aliases
but are now deprecated.
* Add :meth:`TempDirectory.as_string`, :meth:`TempDirectory.as_path` and
:meth:`TempDirectory.as_local`. :meth:`TempDirectory.getpath` is now
deprecated.
* :class:`TempDirectory` can now be used to wrap existing directories.
* Fixed a bug where :any:`OutputCapture.captured` returned bytes instead of a
string with fd=True.
* The deprecated strict option to :class:`Comparison` has been removed, use
the partial option instead.
* The deprecated :meth:`TempDirectory.check`, :meth:`TempDirectory.check_dir`
and :meth:`TempDirectory.check_all` methods have been removed.
- 6.18.5 (1 Mar 2022)
* Fix bug in detection of Mock backport.
- 6.18.4 (25 Feb 2022)
* Ensure compatibility with Sybil 2 and Sybil 3 along with pytest 6 and
pytest 7.
factory-auto declined review
A patch (testfixtures-sybil3-py310.patch) is being deleted without this removal being mentioned in the changelog.
factory-auto declined request
A patch (testfixtures-sybil3-py310.patch) is being deleted without this removal being mentioned in the changelog.
superseded by 1008127
@dgarcia Could you please take a look at this one?