From 3642e30dac0b5093da13a78bf918bca5efaf3665 Mon Sep 17 00:00:00 2001 From: hht8 Date: Thu, 13 Aug 2020 17:09:35 +0800 Subject: [PATCH] modify descriptions --- python-marshmallow.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-marshmallow.spec b/python-marshmallow.spec index 6851005..2b35bb7 100644 --- a/python-marshmallow.spec +++ b/python-marshmallow.spec @@ -14,7 +14,7 @@ Requires: python3-pytz Requires: python3-simplejson %description - $ pip install -U marshmallow +A lightweight library for converting complex datatypes to and from native Python datatypes. %package -n python3-marshmallow Summary: A lightweight library for converting complex datatypes to and from native Python datatypes. @@ -22,13 +22,13 @@ Provides: python-marshmallow BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-marshmallow - $ pip install -U marshmallow +A lightweight library for converting complex datatypes to and from native Python datatypes. %package help Summary: Development documents and examples for marshmallow Provides: python3-marshmallow-doc %description help - $ pip install -U marshmallow +Development documents and examples for marshmallow %prep %autosetup -n marshmallow-3.7.1