summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-08-04 22:46:14 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:19 +0100
commit49a60ce1a7aa41ee137c517c02781ab0c641eee9 (patch)
tree355b26eaa4c0a38630ec430048304e73834dfc3c /gnu/packages/python-xyz.scm
parentbb251034b2f807b699fc448ec7aab5df0c1190af (diff)
gnu: python-apispec: Update to 6.8.2.
* gnu/packages/python-xyz.scm (python-apispec): Update to 6.8.2. [propagated-inputs]: Add python-packaging. [native-inputs]: Remove python-mypy. Change-Id: I8444ac7c4ef78f6eee69ecd36ce176083f258e44
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6d96fcccbf..54cfa3948c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27416,21 +27416,21 @@ framework. It includes optional utilities to integrate with Flask.")
(define-public python-apispec
(package
(name "python-apispec")
- (version "6.7.1")
+ (version "6.8.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "apispec" version))
(sha256
- (base32 "0cxr10m3gj7nmipi3blsj31jz6qfjbfzjrwsnxaxzzhgyipqn6y0"))))
+ (base32 "09lza66036a3i1blwrc6qpvw48pzflmabhd0dfshq9ghzjwnjnyf"))))
(build-system pyproject-build-system)
(native-inputs
(list python-flit-core
- python-mypy
python-openapi-spec-validator
python-pytest))
(propagated-inputs
(list python-marshmallow
+ python-packaging
python-pyyaml))
(home-page "https://github.com/marshmallow-code/apispec")
(synopsis "Swagger/OpenAPI specification generator")