Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-backoff for openSUSE:Factory checked in at 2023-05-10 16:19:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-backoff (Old) and /work/SRC/openSUSE:Factory/.python-backoff.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-backoff" Wed May 10 16:19:05 2023 rev:6 rq:1085854 version:2.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-backoff/python-backoff.changes 2022-10-14 15:41:58.375861655 +0200 +++ /work/SRC/openSUSE:Factory/.python-backoff.new.1533/python-backoff.changes 2023-05-10 16:19:06.479181804 +0200 @@ -1,0 +2,7 @@ +Mon May 8 20:47:29 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Clean build and test dependencies + * No coverage check needed, no pytest-cov + * Poetry-core is enough to build, less footprint + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-backoff.spec ++++++ --- /var/tmp/diff_new_pack.MnFi1H/_old 2023-05-10 16:19:06.919184408 +0200 +++ /var/tmp/diff_new_pack.MnFi1H/_new 2023-05-10 16:19:06.927184455 +0200 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-backoff Version: 2.2.1 Release: 0 @@ -26,16 +25,13 @@ 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 @@ %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/backoff +%{python_sitelib}/backoff-%{version}.dist-info %changelog