From 5a0d8d69bc31a9807bc350143f90a83bb8547f051d812c50e2d6b0367b9516e4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 9 May 2023 21:47:28 +0000 Subject: [PATCH] Accepting request 1085692 from home:bnavigator:branches:devel:languages:python - Clean build and test dependencies * No coverage check needed, no pytest-cov * Poetry-core is enough to build, less footprint OBS-URL: https://build.opensuse.org/request/show/1085692 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-backoff?expand=0&rev=11 --- python-backoff.changes | 7 +++++++ python-backoff.spec | 9 +++------ 2 files changed, 10 insertions(+), 6 deletions(-) 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