Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-astor for openSUSE:Factory checked in at 2022-09-17 20:08:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-astor (Old) and /work/SRC/openSUSE:Factory/.python-astor.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-astor" Sat Sep 17 20:08:12 2022 rev:11 rq:1002922 version:0.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-astor/python-astor.changes 2021-12-25 20:16:37.617248692 +0100 +++ /work/SRC/openSUSE:Factory/.python-astor.new.2083/python-astor.changes 2022-09-17 20:08:15.396796272 +0200 @@ -1,0 +2,6 @@ +Mon Sep 12 11:52:11 UTC 2022 - Mark??ta Machov?? <mmach...@suse.com> + +- Skip test_huge_int due to new security feature in Python + * https://github.com/python/cpython/issues/95778 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-astor.spec ++++++ --- /var/tmp/diff_new_pack.9AGbFL/_old 2022-09-17 20:08:15.916797773 +0200 +++ /var/tmp/diff_new_pack.9AGbFL/_new 2022-09-17 20:08:15.924797795 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-astor # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -82,8 +82,10 @@ %python_expand chmod 755 %{buildroot}%{$python_sitelib}/astor/rtrip.py %check +# https://github.com/berkerpeksag/astor/issues/212 +python38_donttest="test_huge_int" # https://github.com/berkerpeksag/astor/issues/196 -python39_donttest="test_convert_stdlib" +python39_donttest="${python38_donttest} or test_convert_stdlib" python310_donttest=${python39_donttest} %pytest tests ${$python_donttest:+ -k "not (${$python_donttest})"}