14
0

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:
2017-11-27 13:44:01 +00:00
committed by Git OBS Bridge
parent 115ef6b1c8
commit 8b6c19dd56
2 changed files with 10 additions and 6 deletions

View File

@@ -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

View File

@@ -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