Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-moreorless for openSUSE:Factory checked in at 2021-01-26 14:45:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-moreorless (Old) and /work/SRC/openSUSE:Factory/.python-moreorless.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-moreorless" Tue Jan 26 14:45:56 2021 rev:2 rq:866818 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-moreorless/python-moreorless.changes 2020-10-13 15:47:15.273491375 +0200 +++ /work/SRC/openSUSE:Factory/.python-moreorless.new.28504/python-moreorless.changes 2021-01-26 14:49:44.947677555 +0100 @@ -1,0 +2,5 @@ +Mon Jan 18 23:37:35 UTC 2021 - Matej Cepl <mc...@suse.com> + +- Add BuildRequires for python-dataclasses + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-moreorless.spec ++++++ --- /var/tmp/diff_new_pack.dgog5m/_old 2021-01-26 14:49:45.643678504 +0100 +++ /var/tmp/diff_new_pack.dgog5m/_new 2021-01-26 14:49:45.647678509 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-moreorless # -# 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,21 +30,20 @@ BuildRequires: %{python_module setuptools_scm} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildRequires: (python3-dataclasses if python3-base < 3.7) +BuildRequires: (python36-dataclasses if python36-base) Requires: python-click Requires: python-volatile +%if 0%{?python_version_nodots} < 37 +Requires: python-dataclasses +%endif BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module click} BuildRequires: %{python_module parameterized} BuildRequires: %{python_module pytest} BuildRequires: %{python_module volatile} -%if 0%{?suse_version} <= 1500 -BuildRequires: %{python_module dataclasses} -%endif # /SECTION -%if 0%{?suse_version} <= 1500 -Requires: python-dataclasses -%endif %python_subpackages %description