From 7f84e0eebbda451dd871aa310f2c52eec5e2f4920aa2be599840badd1aa9bca5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 22 Jan 2021 22:58:49 +0000 Subject: [PATCH] - drop unused dependency on openstack-suse-macros OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-pecanwsme?expand=0&rev=6 --- python-sphinxcontrib-pecanwsme.changes | 5 +++++ python-sphinxcontrib-pecanwsme.spec | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/python-sphinxcontrib-pecanwsme.changes b/python-sphinxcontrib-pecanwsme.changes index 79bd6dc..188cff8 100644 --- a/python-sphinxcontrib-pecanwsme.changes +++ b/python-sphinxcontrib-pecanwsme.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 22 22:58:28 UTC 2021 - Dirk Müller + +- drop unused dependency on openstack-suse-macros + ------------------------------------------------------------------- Tue Apr 23 13:48:35 UTC 2019 - Marketa Calabkova diff --git a/python-sphinxcontrib-pecanwsme.spec b/python-sphinxcontrib-pecanwsme.spec index 92765a2..b873985 100644 --- a/python-sphinxcontrib-pecanwsme.spec +++ b/python-sphinxcontrib-pecanwsme.spec @@ -1,7 +1,7 @@ # # spec file for package python-sphinxcontrib-pecanwsme # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,10 +23,8 @@ Release: 0 Summary: Extension to Sphinx for documenting APIs built with Pecan and WSME License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/dreamhost/sphinxcontrib-pecanwsme +URL: https://github.com/dreamhost/sphinxcontrib-pecanwsme Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-pecanwsme/sphinxcontrib-pecanwsme-%{version}.tar.gz -BuildRequires: openstack-suse-macros - BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six}