- 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 patches, included upstream:
  * Iterable-collections.patch
  * pytest-fixtures-pr171-remove-mock.patch
- Refreshed python-pytest-verbose-parametrize-no-six.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-verbose-parametrize?expand=0&rev=14
This commit is contained in:
2024-10-22 06:11:29 +00:00
committed by Git OBS Bridge
parent 094ae37507
commit 31f64db3e3
7 changed files with 45 additions and 67 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
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 patches, included upstream:
* Iterable-collections.patch
* pytest-fixtures-pr171-remove-mock.patch
- Refreshed python-pytest-verbose-parametrize-no-six.patch
-------------------------------------------------------------------
Thu Dec 8 13:18:34 UTC 2022 - pgajdos@suse.com