From 7f986f5a157d36a72cc656b0ca3e9e1880b07ac678c691c6af58c024e31f1bdb Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Fri, 23 Feb 2018 20:13:13 +0000 Subject: [PATCH] - Drop python-sure BuildRequires. Add python-mock BuildRequires. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-freezegun?expand=0&rev=11 --- python-freezegun.changes | 5 +++++ python-freezegun.spec | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/python-freezegun.changes b/python-freezegun.changes index 6031fd3..205eb51 100644 --- a/python-freezegun.changes +++ b/python-freezegun.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 23 20:12:29 UTC 2018 - tbechtold@suse.com + +- Drop python-sure BuildRequires. Add python-mock BuildRequires. + ------------------------------------------------------------------- Mon May 22 17:13:40 UTC 2017 - toddrme2178@gmail.com diff --git a/python-freezegun.spec b/python-freezegun.spec index e5311bf..0b46091 100644 --- a/python-freezegun.spec +++ b/python-freezegun.spec @@ -1,7 +1,7 @@ # # spec file for package python-freezegun # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,15 +28,15 @@ License: Apache-2.0 Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/f/freezegun/freezegun-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: %{python_module devel} +BuildRequires: %{python_module python-dateutil > 2.0} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module python-dateutil > 2.0} -BuildRequires: %{python_module six} %if %{with tests} +BuildRequires: %{python_module mock} BuildRequires: %{python_module nose} -BuildRequires: %{python_module sure} %endif Requires: python-python-dateutil > 2.0 Requires: python-six