update python-anyjson.spec.

update description
This commit is contained in:
晨东 2020-07-12 12:38:00 +08:00 committed by Gitee
parent 71cf97cfc0
commit 842bed5b98

View File

@ -10,10 +10,8 @@ BuildArch: noarch
%description
Overview
Anyjson loads whichever is the fastest JSON module installed and provides
a uniform API regardless of which JSON implementation is used.
Originally part of carrot (http://github.com/ask/carrot/)
%package -n python3-anyjson
Summary: Wraps the best available JSON implementation available in a common interface
@ -21,19 +19,15 @@ Provides: python-anyjson
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-anyjson
Overview
Anyjson loads whichever is the fastest JSON module installed and provides
a uniform API regardless of which JSON implementation is used.
Originally part of carrot (http://github.com/ask/carrot/)
%package help
Summary: Development documents and examples for anyjson
Provides: python3-anyjson-doc
%description help
Overview
Anyjson loads whichever is the fastest JSON module installed and provides
a uniform API regardless of which JSON implementation is used.
Originally part of carrot (http://github.com/ask/carrot/)
%prep
%autosetup -n anyjson-0.3.3