Changelog for
python311-pytest-shutil-1.8.0-slfo.1.1.1.noarch.rpm :
* Mon Nov 04 2024 daniel.garciaAATTsuse.com- Remove not needed dep python-setuptools-git
* Tue Oct 22 2024 steven.kowalikAATTsuse.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 2024 steven.kowalikAATTsuse.com- Add patch stop-using-imp.patch:
* Use importlib and not imp.
* Sat Jun 10 2023 ecsosAATTopensuse.org- Add %{?sle15_python_module_pythons}
* Mon Dec 05 2022 daniel.garciaAATTsuse.com- Disable test_pretty_formatter test that fails in osc build but it works when run manually.
* Thu Apr 21 2022 codeAATTbnavigator.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 2022 steven.kowalikAATTsuse.com- Add patch remove-mock.patch:
* Do not use external mock.
* Fri Mar 13 2020 tchvatalAATTsuse.com- Build without python2 present
* Sat Dec 28 2019 mimi.vxAATTgmail.com- fix python-path/python-path.py requires
* Mon Jun 03 2019 tchvatalAATTsuse.com- Update to 1.7.0:
* Support pytest 4
* Fri Mar 22 2019 jayvdbAATTgmail.com- Remove dependency on contextlib2 on Python 3
* Wed Feb 20 2019 tchvatalAATTsuse.com- Initial commit, neded by pytest-virtualenv