mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
030af6ce6d
commit
e59eec4b12
1 changed files with 3 additions and 3 deletions
|
@ -27440,21 +27440,21 @@ framework. It includes optional utilities to integrate with Flask.")
|
||||||
(define-public python-apispec
|
(define-public python-apispec
|
||||||
(package
|
(package
|
||||||
(name "python-apispec")
|
(name "python-apispec")
|
||||||
(version "6.7.1")
|
(version "6.8.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "apispec" version))
|
(uri (pypi-uri "apispec" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0cxr10m3gj7nmipi3blsj31jz6qfjbfzjrwsnxaxzzhgyipqn6y0"))))
|
(base32 "09lza66036a3i1blwrc6qpvw48pzflmabhd0dfshq9ghzjwnjnyf"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-flit-core
|
(list python-flit-core
|
||||||
python-mypy
|
|
||||||
python-openapi-spec-validator
|
python-openapi-spec-validator
|
||||||
python-pytest))
|
python-pytest))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-marshmallow
|
(list python-marshmallow
|
||||||
|
python-packaging
|
||||||
python-pyyaml))
|
python-pyyaml))
|
||||||
(home-page "https://github.com/marshmallow-code/apispec")
|
(home-page "https://github.com/marshmallow-code/apispec")
|
||||||
(synopsis "Swagger/OpenAPI specification generator")
|
(synopsis "Swagger/OpenAPI specification generator")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue