diff --git a/python-flit.changes b/python-flit.changes index 91122d6..b58e113 100644 --- a/python-flit.changes +++ b/python-flit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 10 08:51:42 UTC 2023 - Dirk Müller + +- spec file cleanups + ------------------------------------------------------------------- Tue Nov 8 10:20:01 UTC 2022 - Ben Greiner diff --git a/python-flit.spec b/python-flit.spec index 054038e..62016d0 100644 --- a/python-flit.spec +++ b/python-flit.spec @@ -1,7 +1,7 @@ # # spec file for package python-flit # -# 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 @@ -31,12 +31,6 @@ BuildRequires: %{python_module flit-core >= 3.8.0} BuildRequires: %{python_module pip} BuildRequires: %{python_module requests} BuildRequires: %{python_module tomli-w} -# SECTION test requirements -BuildRequires: %{python_module testpath} -BuildRequires: %{python_module pytest >= 2.7.3} -BuildRequires: %{python_module responses} -BuildRequires: %{python_module tomli} -# /SECTION BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-docutils @@ -46,6 +40,12 @@ Requires: python-tomli-w Requires(post): update-alternatives Requires(postun):update-alternatives BuildArch: noarch +# SECTION test requirements +BuildRequires: %{python_module pytest >= 2.7.3} +BuildRequires: %{python_module responses} +BuildRequires: %{python_module testpath} +BuildRequires: %{python_module tomli} +# /SECTION %python_subpackages %description