From 78ddd6c22266deec4ab6ef4344981b939b49840ae943904ad35badfe236eba62 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 14 Sep 2022 22:02:08 +0000 Subject: [PATCH 1/2] =?UTF-8?q?-=20Tidelift=20is=20a=20good=20and=20intere?= =?UTF-8?q?sting=20company,=20but=20we=20really=20don=E2=80=99t=20=20=20ne?= =?UTF-8?q?ed=20to=20have=20python-jaraco.tidelit=20as=20a=20dependency.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.functools?expand=0&rev=21 --- python-jaraco.functools.changes | 6 ++++++ python-jaraco.functools.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) 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..8930c28 100644 --- a/python-jaraco.functools.spec +++ b/python-jaraco.functools.spec @@ -26,8 +26,8 @@ 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} @@ -37,7 +37,6 @@ BuildRequires: %{python_module wheel} 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 From 47a8be1c12503a8cdb5c198e1744db2407c66be55d703c08a4c459ad5d254e36 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 14 Sep 2022 22:02:22 +0000 Subject: [PATCH 2/2] Run spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.functools?expand=0&rev=22 --- python-jaraco.functools.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python-jaraco.functools.spec b/python-jaraco.functools.spec index 8930c28..6ef887a 100644 --- a/python-jaraco.functools.spec +++ b/python-jaraco.functools.spec @@ -33,16 +33,16 @@ 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} -# /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