diff --git a/python-simplejson.changes b/python-simplejson.changes index 12bc92d..5b854cd 100644 --- a/python-simplejson.changes +++ b/python-simplejson.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 27 10:12:54 UTC 2017 - jengelh@inai.de + +- Remove bias from description. + ------------------------------------------------------------------- Sun Nov 26 21:18:39 UTC 2017 - arun@gmx.de diff --git a/python-simplejson.spec b/python-simplejson.spec index 0705e47..6b64795 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -20,7 +20,7 @@ Name: python-simplejson Version: 3.13.2 Release: 0 -Summary: Simple, fast, extensible JSON encoder/decoder for Python +Summary: Extensible JSON encoder/decoder for Python License: MIT or AFL-2.1 Group: Development/Languages/Python Url: http://github.com/simplejson/simplejson @@ -32,15 +32,14 @@ BuildRequires: python-rpm-macros %python_subpackages %description -simplejson is a simple, fast, complete, correct and extensible -JSON encoder and decoder for Python 2.5+. It is pure Python code -with no dependencies, but includes an optional C extension for a -serious speed boost. +simplejson is an extensible JSON encoder and decoder for Python 2.5+. It is +pure Python code with no dependencies, but includes an optional C extension for +a speed boost. %package test Summary: Tests for python-simplejson Group: Development/Languages/Python -Requires: %{name} == %{version} +Requires: %{name} = %{version} %description test Test cases for python-simplejson