Package Release Info

python-pytest-xvfb-3.0.0-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-pytest-xvfb

Change Logs

* Wed Sep 27 2023 code@bnavigator.de
- Update to 3.0.0
  * New --xvfb-backend argument, which can be used to run Xephyr or
    Xvnc in place of Xvfb (e.g. for visual inspection but on a
    remote system or a consistent screen size needed).
  * Support for Python 3.5 and 3.6 is now dropped, while official
    support for 3.9, 3.10 and 3.11 was added (with no code chances
    required).
  * The Xvfb instance is now no longer saved in pytest's config
    object as config.xvfb anymore, and only available via the xvfb
    fixture.
  * Xvfb is now shut down as late as possible (via an atexit hook
    registered at import time), seemingly avoiding errors such as
    "XIO: fatal IO error 0 (Success)".
  * Code reformatting using black/shed.
  * Packaging refresh using pyproject.toml.
* Sat Jun 10 2023 ecsos@opensuse.org
- Add %{?sle15_python_module_pythons}
* Wed Oct 06 2021 axel.braun@gmx.de
- skip python2 to make it build for Leap 15.3
* Thu Aug 20 2020 jayvdb@gmail.com
- 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 2020 tchvatal@suse.com
- Require also xdpyinfo as it is used for verifications
* Tue Apr 23 2019 tchvatal@suse.com
- Skip one of the tests checking for error return code that fails
  on i586
* Tue Feb 12 2019 tchvatal@suse.com
- Update to 1.2.0:
  * Item.get_closest_marker is now used, which restores compatibility with pytest 4.1.0 and requires pytest 3.6.0 or newer.
* Tue Feb 12 2019 tchvatal@suse.com
- Really run tests
- Remove devel dependency
Version: 2.0.0-bp155.2.13
* Sun May 24 2020 Tomáš Chvátal <tchvatal@suse.com>
- Require also xdpyinfo as it is used for verifications
* Tue Apr 23 2019 Tomáš Chvátal <tchvatal@suse.com>
- Skip one of the tests checking for error return code that fails
  on i586
* Tue Feb 12 2019 Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.2.0:
  * Item.get_closest_marker is now used, which restores compatibility with pytest 4.1.0 and requires pytest 3.6.0 or newer.
* Tue Feb 12 2019 Tomáš Chvátal <tchvatal@suse.com>
- Really run tests
- Remove devel dependency
Version: 2.0.0-bp154.1.19
* Wed Oct 06 2021 Axel Braun <axel.braun@gmx.de>
- skip python2 to make it build for Leap 15.3
* Thu Aug 20 2020 John Vandenberg <jayvdb@gmail.com>
- 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 2020 Tomá? Chvátal <tchvatal@suse.com>
- Require also xdpyinfo as it is used for verifications
Version: 1.2.0-bp152.1.45
* Tue Apr 23 2019 Tomá? Chvátal <tchvatal@suse.com>
- Skip one of the tests checking for error return code that fails
  on i586
* Tue Feb 12 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 1.2.0:
  * Item.get_closest_marker is now used, which restores compatibility with pytest 4.1.0 and requires pytest 3.6.0 or newer.
* Tue Feb 12 2019 Tomá? Chvátal <tchvatal@suse.com>
- Really run tests
- Remove devel dependency
Version: 1.1.0-bp150.2.4
* Sun Apr 15 2018 arun@gmx.de
- specfile:
  * update copyright year
  * always run tests
- update to version 1.1.0:
  * The xvfb_args option is now a single line parsed with shlex.split.
  * The XvfbExitedError exception now includes stdout and stderr.
* Mon Aug 28 2017 toddrme2178@gmail.com
- Initial version