15
0

Accepting request 746304 from devel:languages:python

- Run through spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/746304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-JsonWeb?expand=0&rev=4
This commit is contained in:
2019-11-13 12:14:25 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 5 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

@@ -1,7 +1,7 @@
#
# spec file for package python-JsonWeb
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@@ -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}/*