From ffd19b203e035d7dd3ae7cdcd34d6d0e2c215a8ebc9213ce1dee6b4f759a441d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 21 Aug 2020 10:04:52 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-xvfb?expand=0&rev=9 --- python-pytest-xvfb.changes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pytest-xvfb.changes b/python-pytest-xvfb.changes index 910d7cf..ec13e76 100644 --- a/python-pytest-xvfb.changes +++ b/python-pytest-xvfb.changes @@ -1,7 +1,11 @@ ------------------------------------------------------------------- Thu Aug 20 13:21:30 UTC 2020 - John Vandenberg -- Update to v2.0.0 +- Update to v2.0.0: + * PyVirtualDisplay 1.3 and newer is now supported, support for older versions was dropped. + * Support for Python 2.7, 3.3 and 3.4 is now dropped. + * Support for Python 3.6, 3.7 and 3.8 was added (no code changes required). + * Xvfb is now not started anymore in the xdist master process. ------------------------------------------------------------------- Sun May 24 07:43:57 UTC 2020 - Tomáš Chvátal