forked from pool/python-simplejson
Accepting request 545924 from home:jengelh:branches:devel:languages:python
- Remove bias from description. OBS-URL: https://build.opensuse.org/request/show/545924 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=72
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user