Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-WebTest for openSUSE:Factory checked in at 2024-02-02 15:44:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old) and /work/SRC/openSUSE:Factory/.python-WebTest.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-WebTest" Fri Feb 2 15:44:52 2024 rev:35 rq:1143455 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes 2023-09-22 21:48:24.403022406 +0200 +++ /work/SRC/openSUSE:Factory/.python-WebTest.new.1815/python-WebTest.changes 2024-02-02 15:45:10.692145440 +0100 @@ -1,0 +2,5 @@ +Thu Feb 1 17:24:01 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- use python311 build for documentation on SLE15 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-WebTest.spec ++++++ --- /var/tmp/diff_new_pack.kOVmib/_old 2024-02-02 15:45:11.240165290 +0100 +++ /var/tmp/diff_new_pack.kOVmib/_new 2024-02-02 15:45:11.240165290 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-WebTest # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -40,8 +40,13 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros # Documentation build requirements: +%if 0%{?suse_version} == 1500 +BuildRequires: python311-Sphinx +BuildRequires: python311-pylons-sphinx-themes +%else BuildRequires: python3-Sphinx BuildRequires: python3-pylons-sphinx-themes +%endif Requires: python-WebOb >= 1.2 Requires: python-beautifulsoup4 Requires: python-waitress >= 0.8.5