Daniel Garcia
5aee9d9c26
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-shutil?expand=0&rev=28
77 lines
2.7 KiB
Plaintext
77 lines
2.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Nov 4 11:05:21 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Remove not needed dep python-setuptools-git
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Add patch stop-using-imp.patch:
|
|
* Use importlib and not imp.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 10 11:50:04 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 5 11:16:10 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Disable test_pretty_formatter test that fails in osc build but it works when
|
|
run manually.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 21 21:51:01 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Fixup fallout from SUSE's crusade against mock in the
|
|
pytest-fixtures family
|
|
* Replace remove-mock.patch with
|
|
pytest-fixtures-pr171-remove-mock.patch
|
|
* gh#man-group/pytest-plugins#171
|
|
* Update build and runtime requirements
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 23 06:45:41 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add patch remove-mock.patch:
|
|
* Do not use external mock.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 13 12:37:42 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Build without python2 present
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 28 18:31:07 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- fix python-path/python-path.py requires
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 3 09:07:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.7.0:
|
|
* Support pytest 4
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 22 07:23:42 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Remove dependency on contextlib2 on Python 3
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 20 11:52:07 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Initial commit, neded by pytest-virtualenv
|