From 63e13804e602c6558d977cb5b20f32e2e5daa3f99d486d2d0296672c4a56dd00 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 11 Jun 2019 08:59:23 +0000 Subject: [PATCH] Accepting request 708990 from home:jengelh:branches:devel:languages:python - Trim bias from description. OBS-URL: https://build.opensuse.org/request/show/708990 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=4 --- python-python-rapidjson.changes | 7 ++++++- python-python-rapidjson.spec | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-python-rapidjson.changes b/python-python-rapidjson.changes index dd52da9..b40899f 100644 --- a/python-python-rapidjson.changes +++ b/python-python-rapidjson.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 10 17:18:47 UTC 2019 - Jan Engelhardt + +- Trim bias from description. + ------------------------------------------------------------------- Wed Jun 5 10:36:31 UTC 2019 - Tomáš Chvátal @@ -15,4 +20,4 @@ Wed Jun 5 10:36:31 UTC 2019 - Tomáš Chvátal ------------------------------------------------------------------- Thu Nov 22 13:40:34 UTC 2018 - Karol Babioch -- Initial packaging of version 0.6.3 +- Initial packaging of version 0.6.3 diff --git a/python-python-rapidjson.spec b/python-python-rapidjson.spec index a6c8c8c..162a40b 100644 --- a/python-python-rapidjson.spec +++ b/python-python-rapidjson.spec @@ -38,7 +38,7 @@ BuildRequires: rapidjson-devel %python_subpackages %description -RapidJSON is an extremely fast C++ JSON parser and serialization library: this +RapidJSON is a C++ JSON parser and serialization library. This module wraps it into a Python 3 extension, exposing its serialization/deserialization (to/from either bytes, str or file-like instances) and JSON Schema validation capabilities.