From 842bed5b9803efee4fab5e34a4b1e4640d842289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=A8=E4=B8=9C?= Date: Sun, 12 Jul 2020 12:38:00 +0800 Subject: [PATCH] update python-anyjson.spec. update description --- python-anyjson.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/python-anyjson.spec b/python-anyjson.spec index bfde5fa..34c6173 100644 --- a/python-anyjson.spec +++ b/python-anyjson.spec @@ -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