Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pbr for openSUSE:Factory checked in at 2023-05-04 17:09:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pbr (Old) and /work/SRC/openSUSE:Factory/.python-pbr.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pbr" Thu May 4 17:09:53 2023 rev:65 rq:1084561 version:5.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pbr/python-pbr.changes 2023-04-23 22:44:32.297719748 +0200 +++ /work/SRC/openSUSE:Factory/.python-pbr.new.1533/python-pbr.changes 2023-05-04 17:10:02.804179543 +0200 @@ -1,0 +2,6 @@ +Thu May 4 07:09:44 UTC 2023 - Martin Liška <mli...@suse.cz> + +- Support Sphinx 7.0 by skipping of some tests that depend + on legacy features (boo#1211051). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pbr.spec ++++++ --- /var/tmp/diff_new_pack.Uql6rm/_old 2023-05-04 17:10:03.360182798 +0200 +++ /var/tmp/diff_new_pack.Uql6rm/_new 2023-05-04 17:10:03.364182821 +0200 @@ -89,7 +89,11 @@ dont_test+="or test_write_git_changelog or test_build_doc or test_cmd_builder_override " dont_test+="or test_cmd_builder_override_multiple_builders or test_extras_parsing " dont_test+="or test_project_url_parsing or test_keywords_parsing " -dont_test+="or test_handling_of_whitespace_in_data_files" +dont_test+="or test_handling_of_whitespace_in_data_files " +# the following tests fail due to Sphinx 7.0 and removal of build_sphinx feature +# https://bugs.launchpad.net/pbr/+bug/2018453 +dont_test+="or test_setup_py_build_sphinx or test_builders_config " +dont_test+="or test_default_api_build_dir or test_different_api_build_dir" %pytest -k "not ($dont_test)" %endif