Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-metaextract for openSUSE:Factory checked in at 2021-12-09 19:45:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-metaextract (Old) and /work/SRC/openSUSE:Factory/.python-metaextract.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-metaextract" Thu Dec 9 19:45:33 2021 rev:16 rq:937359 version:1.0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-metaextract/python-metaextract.changes 2020-03-29 14:28:21.582179241 +0200 +++ /work/SRC/openSUSE:Factory/.python-metaextract.new.2520/python-metaextract.changes 2021-12-09 19:46:04.549146730 +0100 @@ -1,0 +2,5 @@ +Wed Dec 8 12:34:45 UTC 2021 - pgaj...@suse.com + +- do not require pytest-runner for build, it is not needed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-metaextract.spec ++++++ --- /var/tmp/diff_new_pack.c9vFq9/_old 2021-12-09 19:46:05.269147077 +0100 +++ /var/tmp/diff_new_pack.c9vFq9/_new 2021-12-09 19:46:05.269147077 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-metaextract # -# Copyright (c) 2020 SUSE LLC +# 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 @@ -30,13 +30,12 @@ BuildRequires: python-rpm-macros # Needed even though no tests are present BuildRequires: %{python_module pbr} -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} Requires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives %python_subpackages %description @@ -48,6 +47,8 @@ %prep %setup -q -n metaextract-%{version} +# https://github.com/toabctl/metaextract/issues/13 +sed -i 's:.pytest-runner.::' setup.py %build %python_build