- Update to 1.8.0:

* Drop support for Python 2 and <3.6, removing compatibility code.
  * Use stdlib unittest.mock instead of mock package.
  * Removed usage of path.py and path in favour of pathlib.
  * Removed contextlib2 requirement.
  * Fixed forcing color through termcolor.
- Drop patches, included upstream:
  * pytest-fixtures-pr171-remove-mock.patch
  * stop-using-imp.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-shutil?expand=0&rev=26
This commit is contained in:
2024-10-22 06:09:50 +00:00
committed by Git OBS Bridge
parent 62a2e771c9
commit b55da0485a
6 changed files with 23 additions and 142 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Oct 22 06:08:51 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.8.0:
* Drop support for Python 2 and <3.6, removing compatibility code.
* Use stdlib unittest.mock instead of mock package.
* Removed usage of path.py and path in favour of pathlib.
* Removed contextlib2 requirement.
* Fixed forcing color through termcolor.
- Drop patches, included upstream:
* pytest-fixtures-pr171-remove-mock.patch
* stop-using-imp.patch
-------------------------------------------------------------------
Wed Jan 24 04:48:42 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>