14
0

Accepting request 604541 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/604541
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=74
This commit is contained in:
Tomáš Chvátal
2018-05-07 13:48:44 +00:00
committed by Git OBS Bridge
parent 8b6c19dd56
commit 3d5a4786e1
4 changed files with 24 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-simplejson
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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
@@ -18,17 +18,16 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-simplejson
Version: 3.13.2
Version: 3.14.0
Release: 0
Summary: Extensible JSON encoder/decoder for Python
License: MIT or AFL-2.1
License: MIT OR AFL-2.1
Group: Development/Languages/Python
Url: http://github.com/simplejson/simplejson
URL: http://github.com/simplejson/simplejson
Source: https://files.pythonhosted.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
%python_subpackages
%description
@@ -57,14 +56,13 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%check
%python_exec setup.py test
%files %{python_files}
%defattr(-,root,root)
%doc CHANGES.txt LICENSE.txt README.rst
%files %{python_files}
%license LICENSE.txt
%doc CHANGES.txt README.rst
%exclude %{python_sitearch}/simplejson/tests/*
%{python_sitearch}/*
%files %{python_files test}
%defattr(-,root,root)
%{python_sitearch}/simplejson/tests/*
%changelog