Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyquery for openSUSE:Factory checked in at 2025-09-25 18:43:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyquery (Old) and /work/SRC/openSUSE:Factory/.python-pyquery.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyquery" Thu Sep 25 18:43:51 2025 rev:27 rq:1306905 version:2.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyquery/python-pyquery.changes 2025-06-11 16:19:48.479660136 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyquery.new.11973/python-pyquery.changes 2025-09-25 18:44:15.651573281 +0200 @@ -1,0 +2,7 @@ +Wed Sep 24 10:43:53 UTC 2025 - [email protected] + +- temporarily disable tests that fails because of libxml2 version + bump to 2.14 + https://github.com/gawel/pyquery/issues/257 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyquery.spec ++++++ --- /var/tmp/diff_new_pack.Wt8dXd/_old 2025-09-25 18:44:16.127593205 +0200 +++ /var/tmp/diff_new_pack.Wt8dXd/_new 2025-09-25 18:44:16.127593205 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pyquery # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -77,7 +77,11 @@ %check # Disable tests which perform live fetch # test_selector_html uses XML namespaces, which are broken with libxml2 2.10.4+ -%pytest -k 'not (test_get or test_selector_html)' tests +# test_val_for_textarea libxml2-2.14 https://github.com/gawel/pyquery/issues/257 +# test_replaceWith libxml2-2.14 https://github.com/gawel/pyquery/issues/257 +# test_post libxml2-2.14 https://github.com/gawel/pyquery/issues/257 +# test_session libxml2-2.14 https://github.com/gawel/pyquery/issues/257 +%pytest -k 'not (test_get or test_selector_html or test_val_for_textarea or test_replaceWith or test_post or test_session)' tests %endif %if !%{with test}
