diff --git a/pytest-xvfb-3.0.0.tar.gz b/pytest-xvfb-3.0.0.tar.gz deleted file mode 100644 index 2155641..0000000 --- a/pytest-xvfb-3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3746ab1f4d1159f03f751638d053689ccd284291b38b8fb03d3ebbe7bf69cfc0 -size 8607 diff --git a/pytest_xvfb-3.1.1.tar.gz b/pytest_xvfb-3.1.1.tar.gz new file mode 100644 index 0000000..c530a56 --- /dev/null +++ b/pytest_xvfb-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90593634427d974b272e845793e4533f5b827c9d84c051879013624504175e44 +size 9022 diff --git a/python-pytest-xvfb.changes b/python-pytest-xvfb.changes index 79bb8cf..47db8c9 100644 --- a/python-pytest-xvfb.changes +++ b/python-pytest-xvfb.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Dec 9 04:49:32 UTC 2025 - Steve Kowalik + +- Update to 3.1.1: + * Support for Python 3.7 and 3.8 is now dropped, while official support for + 3.12 and 3.13 was added (with no code changes required). + * pytest.ini (required to run self-tests) is now included in sdists (#39). + * New pytest_xvfb_disable hook to dynamically disable pytest-xvfb. + ------------------------------------------------------------------- Wed Sep 27 10:03:35 UTC 2023 - Ben Greiner diff --git a/python-pytest-xvfb.spec b/python-pytest-xvfb.spec index 9a31044..6a72178 100644 --- a/python-pytest-xvfb.spec +++ b/python-pytest-xvfb.spec @@ -18,14 +18,14 @@ %{?sle15_python_module_pythons} Name: python-pytest-xvfb -Version: 3.0.0 +Version: 3.1.1 Release: 0 Summary: Pytest plugin to run Xvfb for tests License: MIT URL: https://github.com/The-Compiler/pytest-xvfb -Source: https://files.pythonhosted.org/packages/source/p/pytest-xvfb/pytest-xvfb-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/pytest-xvfb/pytest_xvfb-%{version}.tar.gz BuildRequires: %{python_module PyVirtualDisplay >= 1.3} -BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest >= 2.8.1} BuildRequires: %{python_module setuptools >= 61.2} @@ -56,7 +56,7 @@ simply remove it and install this plugin instead - then you'll also have the benefits of Xvfb locally. %prep -%setup -q -n pytest-xvfb-%{version} +%setup -q -n pytest_xvfb-%{version} rm tests/test_xvfb_windows.py %build