Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Pympler for openSUSE:Factory checked in at 2025-11-18 15:28:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Pympler (Old) and /work/SRC/openSUSE:Factory/.python-Pympler.new.2061 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Pympler" Tue Nov 18 15:28:25 2025 rev:14 rq:1318117 version:1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Pympler/python-Pympler.changes 2025-06-20 16:48:48.166756591 +0200 +++ /work/SRC/openSUSE:Factory/.python-Pympler.new.2061/python-Pympler.changes 2025-11-18 15:29:04.180174841 +0100 @@ -1,0 +2,5 @@ +Mon Nov 17 02:10:05 UTC 2025 - Steve Kowalik <[email protected]> + +- Skip a test broken by Python 3.14 GC changes. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Pympler.spec ++++++ --- /var/tmp/diff_new_pack.sdmoRC/_old 2025-11-18 15:29:05.508230740 +0100 +++ /var/tmp/diff_new_pack.sdmoRC/_new 2025-11-18 15:29:05.512230908 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Pympler # -# 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 @@ -69,6 +69,8 @@ skiptests="test_repr_function or test_leng" # gh#pympler/pympler#163 skiptests+=" or test_edges_new or test_edges_old or test_split or test_traceback" +# python 3.14 gc changes +skiptests+=" or test_untracked_containers" %if 0%{?qemu_user_space_build} # qemu does not implement process memory statistics skiptests+=" or test_snapshot_members"
