Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-afdko for openSUSE:Factory checked in at 2023-01-04 17:52:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-afdko (Old) and /work/SRC/openSUSE:Factory/.python-afdko.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-afdko" Wed Jan 4 17:52:41 2023 rev:9 rq:1046646 version:3.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-afdko/python-afdko.changes 2022-09-27 20:14:02.041840691 +0200 +++ /work/SRC/openSUSE:Factory/.python-afdko.new.1563/python-afdko.changes 2023-01-04 17:52:51.958274706 +0100 @@ -1,0 +2,5 @@ +Tue Jan 3 16:15:08 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com> + +- Disable broken tests because of the new year gh#adobe-type-tools/afdko#1589 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-afdko.spec ++++++ --- /var/tmp/diff_new_pack.8sWPcs/_old 2023-01-04 17:52:55.834297552 +0100 +++ /var/tmp/diff_new_pack.8sWPcs/_new 2023-01-04 17:52:55.894297906 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,7 +37,6 @@ # Check CMakeLists.txt for correct version %define antlr4version 4.9.3 -%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-afdko%{psuffix} Version: 3.9.1 @@ -138,7 +137,7 @@ export TMPDIR=tmp # broken tests in latest build -donttest+=" or test_sparse_cjk_vf or test_ufo_fontinfo_parsing[empty-key-name-fdarray--0] or test_ufo_fontinfo_parsing[bluesarray-string--0] or test_ufo_fontinfo_parsing[switched-string-and-array--0]" +donttest+=" or test_cjk_vf or test_sparse_cjk_vf or test_ufo_fontinfo_parsing[empty-key-name-fdarray--0] or test_ufo_fontinfo_parsing[bluesarray-string--0] or test_ufo_fontinfo_parsing[switched-string-and-array--0]" %ifarch %{ix86} # Precision issues # https://github.com/adobe-type-tools/afdko/issues/1163 @@ -149,6 +148,8 @@ # https://github.com/adobe-type-tools/afdko/issues/1425 donttest+=" or (test_spec and bad.fea)" %endif +# https://github.com/adobe-type-tools/afdko/issues/1589 +donttest+=" or test_ufo_fontinfo_parsing" %pytest_arch -k "not (dummyprefix $donttest)" %endif