From 6e891f3cfd8c5eb7d87695574b121659e1a81d1b1cee6c6cf79d4c09e961addc Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 13:49:53 +0000 Subject: [PATCH 1/2] Fix %pytest call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-akismet?expand=0&rev=4 --- python-akismet.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-akismet.spec b/python-akismet.spec index 987d200..c05b7f1 100644 --- a/python-akismet.spec +++ b/python-akismet.spec @@ -1,7 +1,7 @@ # # spec file for package python-akismet # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 Matthias Fehring # # All modifications and additions to the file contributed by third parties @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # From 51d167d23476fbcd9d2b3f92d4dac53301c6b8e2b7c837a4a0e866f899ea4bdd Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 7 Nov 2019 16:13:58 +0000 Subject: [PATCH 2/2] Run through spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-akismet?expand=0&rev=5 --- python-akismet.changes | 5 +++++ python-akismet.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-akismet.changes b/python-akismet.changes index 838676b..22726af 100644 --- a/python-akismet.changes +++ b/python-akismet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 7 16:13:32 UTC 2019 - Matej Cepl + +- Run through spec-cleaner + ------------------------------------------------------------------- Thu Aug 2 08:52:21 UTC 2018 - tchvatal@suse.com diff --git a/python-akismet.spec b/python-akismet.spec index c05b7f1..1deb241 100644 --- a/python-akismet.spec +++ b/python-akismet.spec @@ -24,7 +24,6 @@ Version: 1.0.1 Release: 0 Summary: Interface to the Akismet Anti Comment-Spam API License: BSD-3-Clause -Group: Development/Languages/Python 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} @@ -52,7 +51,7 @@ A Python interface to the Akismet anti comment-spam API. %check # Can't run the tests as they need working server API -#%%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} +#%%pytest %files %{python_files} %license LICENSE