From ad44a4dd1bfa7f6a63f27aa314be8c538670942a616317945e08c7ca074c4582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 22 Jul 2019 13:15:19 +0000 Subject: [PATCH] - 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 --- python-python-rapidjson.changes | 6 ++++++ python-python-rapidjson.spec | 4 ++-- python-rapidjson-0.7.1.tar.gz | 3 --- python-rapidjson-0.7.2.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 python-rapidjson-0.7.1.tar.gz create mode 100644 python-rapidjson-0.7.2.tar.gz diff --git a/python-python-rapidjson.changes b/python-python-rapidjson.changes index b40899f..c9293e9 100644 --- a/python-python-rapidjson.changes +++ b/python-python-rapidjson.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 22 13:14:40 UTC 2019 - Tomáš Chvátal + +- Update to 0.7.2: + * Hopefully fix the memory leak when loading from a stream (issue #117) + ------------------------------------------------------------------- Mon Jun 10 17:18:47 UTC 2019 - Jan Engelhardt diff --git a/python-python-rapidjson.spec b/python-python-rapidjson.spec index 162a40b..da82223 100644 --- a/python-python-rapidjson.spec +++ b/python-python-rapidjson.spec @@ -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* diff --git a/python-rapidjson-0.7.1.tar.gz b/python-rapidjson-0.7.1.tar.gz deleted file mode 100644 index 7b08955..0000000 --- a/python-rapidjson-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f1d369daf707bb7a0265daf2a10049965678c6982dd1dd091320c59ba50a396 -size 1040581 diff --git a/python-rapidjson-0.7.2.tar.gz b/python-rapidjson-0.7.2.tar.gz new file mode 100644 index 0000000..fc79e86 --- /dev/null +++ b/python-rapidjson-0.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40869900480bd67743254058d1290636e080ad64d9fc6a2fbb422b7814c612a +size 1040506