From 125b2d87783c487d947ba61692285ccd1400df2b Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Fri, 27 Nov 2020 15:40:19 +0100 Subject: gnu: python-apispec: Update description. * gnu/packages/python-xyz.scm (python-apispec)[synopsis,description]: Expand f.k.a. acronym, clarify the relationship between OpenAPI and Swagger. --- gnu/packages/python-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a558d5cc0c..65aa2e4f0a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16577,10 +16577,10 @@ complex datatypes to and from native Python datatypes.") `(("python-pytest" ,python-pytest) ("python-marshmallow" ,python-marshmallow))) (home-page "https://github.com/marshmallow-code/apispec") - (synopsis "Swagger 2.0 API specification generator") + (synopsis "Swagger/OpenAPI specification generator") (description "@code{python-apispec} is a pluggable API specification -generator. Currently supports the OpenAPI specification (f.k.a. -Swagger 2.0).") +generator. It currently supports the OpenAPI specification, formerly known +as Swagger.") (license license:expat))) (define-public python-flasgger -- cgit v1.2.3