15
0
2019-11-07 16:13:58 +00:00
committed by Git OBS Bridge
parent 6e891f3cfd
commit 51d167d234
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 7 16:13:32 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Run through spec-cleaner
-------------------------------------------------------------------
Thu Aug 2 08:52:21 UTC 2018 - tchvatal@suse.com

View File

@@ -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