[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: python-apispec: Update description.
From: |
guix-commits |
Subject: |
05/05: gnu: python-apispec: Update description. |
Date: |
Fri, 27 Nov 2020 09:41:24 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 125b2d87783c487d947ba61692285ccd1400df2b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Nov 27 15:40:19 2020 +0100
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(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a558d5c..65aa2e4 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