diff --git a/python-jaraco.functools.changes b/python-jaraco.functools.changes index dcf6ddd..8a6e0ff 100644 --- a/python-jaraco.functools.changes +++ b/python-jaraco.functools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 14 22:01:12 UTC 2022 - Matej Cepl + +- Tidelift is a good and interesting company, but we really don’t + need to have python-jaraco.tidelit as a dependency. + ------------------------------------------------------------------- Wed Aug 31 12:31:24 UTC 2022 - Torsten Gruner diff --git a/python-jaraco.functools.spec b/python-jaraco.functools.spec index 4322101..6ef887a 100644 --- a/python-jaraco.functools.spec +++ b/python-jaraco.functools.spec @@ -26,24 +26,23 @@ License: MIT Group: Development/Languages/Python URL: https://github.com/jaraco/jaraco.functools Source0: https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco.functools-%{version}.tar.gz -BuildRequires: %{python_module jaraco.packaging >= 9} BuildRequires: %{python_module jaraco.classes} +BuildRequires: %{python_module jaraco.packaging >= 9} BuildRequires: %{python_module more-itertools} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 56} BuildRequires: %{python_module setuptools_scm >= 3.4.1} BuildRequires: %{python_module wheel} -# SECTION test and docs -BuildRequires: %{python_module pytest} -BuildRequires: %{python_module Sphinx} -BuildRequires: %{python_module rst.linker >= 1.9} -BuildRequires: %{python_module jaraco.tidelift >= 1.4} -# /SECTION BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-jaraco.packaging >= 9 Requires: python-more-itertools BuildArch: noarch +# SECTION test and docs +BuildRequires: %{python_module Sphinx} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module rst.linker >= 1.9} +# /SECTION %python_subpackages %description