From 1b687c681a2803f24b6b3111e9b84ce71481f22587327eb5af41c8b5d6fc227c Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 15 Dec 2022 09:39:04 +0000 Subject: [PATCH] - Remove python-six dependency - Remove python_module macro definition OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedgenerator?expand=0&rev=14 --- python-feedgenerator.changes | 6 ++++++ python-feedgenerator.spec | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/python-feedgenerator.changes b/python-feedgenerator.changes index 933fbc3..44cda71 100644 --- a/python-feedgenerator.changes +++ b/python-feedgenerator.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 15 09:38:31 UTC 2022 - Daniel Garcia + +- Remove python-six dependency +- Remove python_module macro definition + ------------------------------------------------------------------- Tue Sep 28 20:24:30 UTC 2021 - BenoƮt Monin diff --git a/python-feedgenerator.spec b/python-feedgenerator.spec index eca9196..b06f895 100644 --- a/python-feedgenerator.spec +++ b/python-feedgenerator.spec @@ -1,7 +1,7 @@ # # spec file for package python-feedgenerator # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,6 @@ %define skip_python2 1 -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-feedgenerator Version: 2.0.0 Release: 0 @@ -29,11 +28,9 @@ Source: https://files.pythonhosted.org/packages/source/f/feedgenerator/f BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pytz -Requires: python-six BuildArch: noarch %python_subpackages