14
0

- Update to 0.7.2:

* Hopefully fix the memory leak when loading from a stream (issue #117)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-07-22 13:15:19 +00:00
committed by Git OBS Bridge
parent 63e13804e6
commit ad44a4dd1b
4 changed files with 11 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-rapidjson
Version: 0.7.1
Version: 0.7.2
Release: 0
Summary: Python wrapper around rapidjson
License: MIT
@@ -55,7 +55,7 @@ instances) and JSON Schema validation capabilities.
%check
export LANG=en_US.UTF-8
%python_expand PYTHONPATH=%{buildroot}%{python_sitearch} py.test-%{$python_bin_suffix} -v tests
%pytest_arch tests
%files %{python_files}
%doc CHANGE* README*