Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pytest-xvfb for openSUSE:Factory checked in at 2025-12-10 15:29:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest-xvfb (Old) and /work/SRC/openSUSE:Factory/.python-pytest-xvfb.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-xvfb" Wed Dec 10 15:29:39 2025 rev:10 rq:1321656 version:3.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest-xvfb/python-pytest-xvfb.changes 2023-09-29 21:13:13.120979783 +0200 +++ /work/SRC/openSUSE:Factory/.python-pytest-xvfb.new.1939/python-pytest-xvfb.changes 2025-12-10 15:30:23.701904808 +0100 @@ -1,0 +2,9 @@ +Tue Dec 9 04:49:32 UTC 2025 - Steve Kowalik <[email protected]> + +- 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. + +------------------------------------------------------------------- Old: ---- pytest-xvfb-3.0.0.tar.gz New: ---- _scmsync.obsinfo build.specials.obscpio pytest_xvfb-3.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-xvfb.spec ++++++ --- /var/tmp/diff_new_pack.tc1b3Q/_old 2025-12-10 15:30:25.337974021 +0100 +++ /var/tmp/diff_new_pack.tc1b3Q/_new 2025-12-10 15:30:25.337974021 +0100 @@ -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 @@ benefits of Xvfb locally. %prep -%setup -q -n pytest-xvfb-%{version} +%setup -q -n pytest_xvfb-%{version} rm tests/test_xvfb_windows.py %build ++++++ _scmsync.obsinfo ++++++ mtime: 1765255820 commit: 4f02eaa4ede00d568b34053b3f46128e8c1a6dfc477e671b3a5412880334bd5a url: https://src.opensuse.org/python-pytest/python-pytest-xvfb.git revision: 4f02eaa4ede00d568b34053b3f46128e8c1a6dfc477e671b3a5412880334bd5a projectscmsync: https://src.opensuse.org/python-pytest/_ObsPrj.git ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2025-12-09 06:07:42.000000000 +0100 @@ -0,0 +1 @@ +.osc
