From ab270dd160b451a55ce6c9bf6f69c875a660d2f3d85377a6c8d2dadc6d852903 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 27 Dec 2021 09:16:09 +0000 Subject: [PATCH] Accepting request 942226 from home:dimstar:Factory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Do not use %{python_module …} for suggests, as this would suggest all python flavors. Rather rely on the python singlespec macros to rewrite as needed. OBS-URL: https://build.opensuse.org/request/show/942226 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-incremental?expand=0&rev=13 --- python-incremental.changes | 7 +++++++ python-incremental.spec | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/python-incremental.changes b/python-incremental.changes index 53bca04..962105f 100644 --- a/python-incremental.changes +++ b/python-incremental.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 23 09:30:06 UTC 2021 - Dominique Leuenberger + +- Do not use %{python_module …} for suggests, as this would suggest + all python flavors. Rather rely on the python singlespec macros + to rewrite as needed. + ------------------------------------------------------------------- Sun May 9 16:52:36 UTC 2021 - Dirk Müller diff --git a/python-incremental.spec b/python-incremental.spec index 131edd5..3e79561 100644 --- a/python-incremental.spec +++ b/python-incremental.spec @@ -1,5 +1,5 @@ # -# spec file for package python-incremental-test +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -35,8 +35,8 @@ Source: https://files.pythonhosted.org/packages/source/i/incremental/inc BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Suggests: %{python_module Twisted >= 16.4.0} -Suggests: %{python_module click >= 6.0} +Suggests: python-Twisted >= 16.4.0 +Suggests: python-click >= 6.0 BuildArch: noarch %if %{with test} BuildRequires: %{python_module Twisted >= 16.4.0}