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.