diff --git a/python-ujson.changes b/python-ujson.changes index 48290ec..93fd115 100644 --- a/python-ujson.changes +++ b/python-ujson.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 16 11:52:13 UTC 2016 - jengelh@inai.de + +- Replace filler words in description + ------------------------------------------------------------------- Fri Dec 16 09:48:29 UTC 2016 - tbechtold@suse.com diff --git a/python-ujson.spec b/python-ujson.spec index 90026e7..dd0a1e9 100644 --- a/python-ujson.spec +++ b/python-ujson.spec @@ -19,7 +19,7 @@ Name: python-ujson Version: 1.35 Release: 0 -Summary: Ultra fast JSON encoder and decoder for Python +Summary: JSON encoder and decoder for Python License: BSD-3-Clause Group: Development/Languages/Python Url: http://www.esn.me @@ -29,8 +29,8 @@ BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -UltraJSON is an ultra fast JSON encoder and decoder written in pure C with -bindings for Python 2.5+ and 3. For a more painless day to day C/C++ JSON +UltraJSON is a JSON encoder and decoder written in pure C with +bindings for Python 2.5+ and 3. For a different C/C++ JSON decoder experience please checkout ujson4c_, based on UltraJSON. %prep