diff --git a/python-backoff.changes b/python-backoff.changes index bfaf622..9bf0ba3 100644 --- a/python-backoff.changes +++ b/python-backoff.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 8 20:47:29 UTC 2023 - Ben Greiner + +- Clean build and test dependencies + * No coverage check needed, no pytest-cov + * Poetry-core is enough to build, less footprint + ------------------------------------------------------------------- Thu Oct 13 06:36:05 UTC 2022 - Adrian Schröter diff --git a/python-backoff.spec b/python-backoff.spec index bf0fadd..34e2e11 100644 --- a/python-backoff.spec +++ b/python-backoff.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-backoff Version: 2.2.1 Release: 0 @@ -26,16 +25,13 @@ Group: Development/Languages/Python URL: https://github.com/litl/backoff Source0: https://files.pythonhosted.org/packages/source/b/backoff/backoff-%{version}.tar.gz BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module wheel} +BuildRequires: %{python_module poetry-core >= 1} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-asyncio} -BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module requests} BuildRequires: %{python_module responses} # /SECTION @@ -69,6 +65,7 @@ for asynchronous code. %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/backoff +%{python_sitelib}/backoff-%{version}.dist-info %changelog