2024-10-22 06:11:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2022-12-09 10:57:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 8 13:18:34 UTC 2022 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- do not require six
|
|
|
|
|
- added patches
|
|
|
|
|
fix https://github.com/man-group/pytest-plugins/issues/209
|
|
|
|
|
+ python-pytest-verbose-parametrize-no-six.patch
|
|
|
|
|
|
2022-04-22 05:17:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 21 20:58:14 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
- Add pytest-fixtures-pr171-remove-mock.patch because mock WAS
|
|
|
|
|
required and is not pulled in anymore by something else
|
|
|
|
|
-- gh#man-group/pytest-plugins#171
|
|
|
|
|
- Refresh Iterable-collections.patch for Python 2 compatibility
|
|
|
|
|
|
2022-03-11 03:55:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Mar 11 03:54:45 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
- Remove unneeded BuildRequires on mock.
|
|
|
|
|
|
2022-01-10 16:12:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jan 10 16:09:01 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Add Iterable-collections.patch to avoid Python 3.10
|
|
|
|
|
incompatibility (gh#man-group/pytest-plugins#197).
|
|
|
|
|
|
2019-08-22 09:05:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Aug 22 09:05:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Skip integration tests
|
|
|
|
|
|
2019-06-03 09:00:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 3 08:57:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 1.7.0:
|
|
|
|
|
* support pytest 4
|
|
|
|
|
|
2019-03-21 11:55:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 21 01:35:53 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Initial spec for v1.5.1
|