forked from pool/python-pytest-server-fixtures
122 lines
4.6 KiB
Plaintext
122 lines
4.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Nov 4 11:06:31 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Skip httpd integration tests, we can't run these tests with abuild
|
|
user in build environment.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 14 15:24:24 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- remove python-jenkins from test requirements (jenkins tests
|
|
are not run)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 17 03:14:35 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Don't use %_libdir to discover where apache2 is living.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 4 04:07:03 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- 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 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.
|
|
* 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 05:26:54 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- 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 9 12:03:36 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Remove remote path for pytest-plugins-pr186-fix-psycopg29.patch to avoid
|
|
download that patch from github
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 9 11:57:05 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Update source pytest-plugins-pr186-fix-psycopg29.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 8 12:33:38 UTC 2022 - pgajdos@suse.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 20:21:33 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- 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 04:29:05 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Drop mock BuildRequires, it is not required.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 17 17:03:09 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Fix compatibikity with with Psycopg 2.9
|
|
* pytest-plugins-pr186-fix-psycopg29.patch
|
|
* gh#man-group/pytest-plugins#186
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 1 10:31:41 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Skip the failing test test_init (gh#man-group/pytest-plugins#177)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 29 09:58:44 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Remove pytest restriction as it seems to work with pytest5
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 28 17:15:33 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- use pytest macro
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 10 08:09:04 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update to v1.7.0
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 21 01:42:29 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v1.6.2
|