15
0
2019-11-07 14:51:49 +00:00
committed by Git OBS Bridge
parent 93240de7d0
commit 3bc4e90bd7
2 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 7 14:51:29 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Run through spec-cleaner
-------------------------------------------------------------------
Tue Dec 4 12:49:41 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -22,13 +22,11 @@ Version: 0.8.2
Release: 0
Summary: Add JSON (de)serialization to your python objects
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://www.jsonweb.info/
URL: http://www.jsonweb.info/
Source: https://files.pythonhosted.org/packages/source/J/JsonWeb/JsonWeb-%{version}.tar.gz
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module nose}
BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -49,7 +47,6 @@ to your python classes.
%python_expand nosetests-%{$python_bin_suffix}
%files %{python_files}
%defattr(-,root,root,-)
%doc README.rst
%{python_sitelib}/*