Changelog for
python313-pytest-server-fixtures-1.8.1-1.1.noarch.rpm :
* Mon Feb 17 2025 Steve Kowalik
- Don\'t use %_libdir to discover where apache2 is living.
* Tue Feb 04 2025 Steve Kowalik - Update 1.8.1:
* Correct httpd command line
* Minor bugfix now that workspace.workspace is a Path object.- Drop patch fix-httpd-fixture-path.patch, now included.
* Tue Oct 22 2024 Steve Kowalik - 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.
* BREAKING CHANGE: Removed RethinkDB support, as the mirror was no longer available.
* Allowed passing through HTTP headers to the server.
* Fixed threading log debug messages.
* Removed usage of deprecated Thread.setDaemon.
* Explicitly close initial Mongo client.
* Don\'t use context manager for CREATE DATABASE- Drop patches, included upstream:
* pytest-plugins-pr186-fix-psycopg29.patch
* remove-mock.patch- Refreshed remove-six-and-future.patch- Add patch fix-httpd-fixture-path.patch:
* Attempt to run httpd with the correct config file- Add patch support-64-bit-pids-xvfb.patch:
* Support 64 bit PIDs when running Xvfb
* Wed Aug 30 2023 Steve Kowalik - Add patch remove-six-and-future.patch:
* Remove use of six and future.- Remove patch python-pytest-server-fixtures-no-six.patch, covered by above.- Switch to pyproject macros.
* Fri Dec 09 2022 Daniel Garcia - Remove remote path for pytest-plugins-pr186-fix-psycopg29.patch to avoid download that patch from github
* Fri Dec 09 2022 Daniel Garcia - Update source pytest-plugins-pr186-fix-psycopg29.patch
* Thu Dec 08 2022 pgajdosAATTsuse.com- do not require six- use -p1 as quilt does not like higher- modified patches % pytest-plugins-pr186-fix-psycopg29.patch (refreshed) % remove-mock.patch (refreshed)- added patches fix https://github.com/man-group/pytest-plugins/issues/209 + python-pytest-server-fixtures-no-six.patch
* Thu Apr 21 2022 Ben Greiner - Add remove-mock.patch because mock WAS required and is not pulled in anymore by something else -- gh#man-group/pytest-plugins#171
* Mon Mar 21 2022 Steve Kowalik - Drop mock BuildRequires, it is not required.
* Sun Oct 17 2021 Ben Greiner - Fix compatibikity with with Psycopg 2.9
* pytest-plugins-pr186-fix-psycopg29.patch
* gh#man-group/pytest-plugins#186