forked from pool/python-pytest-shutil
- 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:
71
python-pytest-shutil.changes
Normal file
71
python-pytest-shutil.changes
Normal file
@@ -0,0 +1,71 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
Reference in New Issue
Block a user