Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-PyX for openSUSE:Factory checked in at 2021-05-07 16:46:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyX (Old) and /work/SRC/openSUSE:Factory/.python-PyX.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyX" Fri May 7 16:46:04 2021 rev:3 rq:891300 version:0.15 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyX/python-PyX.changes 2019-07-24 20:36:39.122566734 +0200 +++ /work/SRC/openSUSE:Factory/.python-PyX.new.2988/python-PyX.changes 2021-05-07 16:46:31.336119994 +0200 @@ -1,0 +2,7 @@ +Fri May 7 12:21:08 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Ignore unrelated warning during tests introduced by l3backend +- Specify runtime requirements +- Fix provides/obsoletes rename for flavors + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyX.spec ++++++ --- /var/tmp/diff_new_pack.OAOhTr/_old 2021-05-07 16:46:31.784117964 +0200 +++ /var/tmp/diff_new_pack.OAOhTr/_new 2021-05-07 16:46:31.788117946 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-PyX # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,8 +35,11 @@ BuildRequires: texlive-latex-bin-bin BuildRequires: texlive-tex-bin BuildRequires: texlive-texware-bin -Obsoletes: python3-pyx < %{version} -Provides: python3-pyx = %{version} +Requires: texlive-latex-bin-bin +Requires: texlive-tex-bin +Requires: texlive-texware-bin +Obsoletes: python-pyx < %{version} +Provides: python-pyx = %{version} BuildArch: noarch %python_subpackages @@ -48,6 +51,8 @@ %prep %setup -q -n pyx-%{version} +# ignore unrelated warning "ignoring special 'header=l3backend-dvips.pro'" +sed -i 's/l.check/l.check_present/' test/unit/test_texmessageparser.py %build %python_build