14
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/620092
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=78
This commit is contained in:
Tomáš Chvátal
2018-07-02 11:07:38 +00:00
committed by Git OBS Bridge
parent c3e5087479
commit abf10c4ecb
4 changed files with 21 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-simplejson
Version: 3.15.0
Version: 3.16.0
Release: 0
Summary: Extensible JSON encoder/decoder for Python
License: MIT OR AFL-2.1
@@ -60,7 +60,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%license LICENSE.txt
%doc CHANGES.txt README.rst
%exclude %{python_sitearch}/simplejson/tests/*
%{python_sitearch}/*
%{python_sitearch}/simplejson*
%files %{python_files test}
%{python_sitearch}/simplejson/tests/*