From 7c7fe2bd9d97925ed16407905d6f3e10e387aa479dfbbd2f6097ef06e2c2adf1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Nov 2021 10:28:22 +0000 Subject: [PATCH] - add six dependency declaration OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Routes?expand=0&rev=32 --- python-Routes.changes | 5 +++++ python-Routes.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-Routes.changes b/python-Routes.changes index ed85003..c411646 100644 --- a/python-Routes.changes +++ b/python-Routes.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 8 10:28:13 UTC 2021 - Dirk Müller + +- add six dependency declaration + ------------------------------------------------------------------- Thu Nov 26 09:12:36 UTC 2020 - Dirk Mueller diff --git a/python-Routes.spec b/python-Routes.spec index fcffec8..c05f823 100644 --- a/python-Routes.spec +++ b/python-Routes.spec @@ -1,7 +1,7 @@ # # spec file for package python-Routes # -# Copyright (c) 2020 SUSE LLC +# 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 @@ -22,7 +22,7 @@ Version: 2.5.1 Release: 0 Summary: Routing Recognition and Generation Tools License: BSD-3-Clause -URL: http://routes.groovie.org/ +URL: https://routes.readthedocs.io/ Source: https://files.pythonhosted.org/packages/source/R/Routes/Routes-%{version}.tar.gz # for testing BuildRequires: %{python_module WebOb} @@ -31,8 +31,10 @@ BuildRequires: %{python_module coverage} BuildRequires: %{python_module pytest} BuildRequires: %{python_module repoze.lru} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} BuildRequires: python-rpm-macros Requires: python-repoze.lru >= 0.3 +Requires: python-six Provides: python-routes = %{version} Obsoletes: python-routes < %{version} BuildArch: noarch