From 4eed29450590a029e3aa537d19bc152d7e4cc0357d1a34577ca21a0d9ab904ef Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 6 Dec 2021 22:56:00 +0000 Subject: [PATCH] - Separate package mock is actually not needed. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-akismet?expand=0&rev=9 --- python-akismet.changes | 5 +++++ python-akismet.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-akismet.changes b/python-akismet.changes index ac93713..0a5f39d 100644 --- a/python-akismet.changes +++ b/python-akismet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 6 22:55:52 UTC 2021 - Matej Cepl + +- Separate package mock is actually not needed. + ------------------------------------------------------------------- Fri Apr 17 11:08:49 UTC 2020 - Marketa Calabkova diff --git a/python-akismet.spec b/python-akismet.spec index 44fc67f..dac8a04 100644 --- a/python-akismet.spec +++ b/python-akismet.spec @@ -1,7 +1,7 @@ # -# spec file for package python-akismet +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2017 Matthias Fehring # # All modifications and additions to the file contributed by third parties @@ -27,7 +27,6 @@ Summary: Interface to the Akismet Anti Comment-Spam API License: BSD-3-Clause URL: https://github.com/ubernostrum/akismet Source0: https://files.pythonhosted.org/packages/source/a/%{mod_name}/%{mod_name}-%{version}.tar.gz -BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} BuildRequires: %{python_module setuptools}