[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60009] [PATCH 14/18] gnu: python-apispec: Update to 6.0.2.
From: |
Ricardo Wurmus |
Subject: |
[bug#60009] [PATCH 14/18] gnu: python-apispec: Update to 6.0.2. |
Date: |
Mon, 12 Dec 2022 15:27:12 +0100 |
* gnu/packages/python-xyz.scm (python-apispec): Update to 6.0.2.
[build-system]: Use pyproject-build-system.
[arguments]: Disable test through test-flags, not by replacing the 'check
phase.
[propagated-inputs]: Remove python-pyyaml; add python-packaging.
[native-inputs]: Add python-flake8, python-flake8-bugbear, python-mypy,
python-pre-commit, and python-pyyaml.
---
gnu/packages/python-xyz.scm | 39 ++++++++++++++++++++-----------------
1 file changed, 21 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7d9f420412..37c2caf400 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21011,33 +21011,36 @@ (define-public python-marshmallow-jsonapi
(define-public python-apispec
(package
(name "python-apispec")
- (version "4.0.0")
+ (version "6.0.2")
(source
(origin
- (method url-fetch)
- (uri (pypi-uri "apispec" version))
- (sha256
+ (method url-fetch)
+ (uri (pypi-uri "apispec" version))
+ (sha256
(base32
- "12n4w5zkn4drcn8izq68vmixmqvz6abviqkdn4ip0kaax3jjh3in"))))
- (build-system python-build-system)
+ "11vqxwdxmm7qmyhdbxk4gnx37nbzmn266ah92gi4pvzd76vq0vg7"))))
+ (build-system pyproject-build-system)
(arguments
- '(#:phases (modify-phases %standard-phases
- (replace 'check
- (lambda _
- (invoke "pytest" "-vv"
- ;; Disable validation tests since they require
- ;; the optional 'prance' library which is not
- ;; yet in Guix.
- "-k" "not openapi_tools_validate"))))))
+ (list
+ ;; Disable validation tests since they require
+ ;; the optional 'prance' library which is not
+ ;; yet in Guix.
+ #:test-flags '(list "-k" "not openapi_tools_validate")))
(propagated-inputs
- (list python-pyyaml))
+ (list python-packaging))
(native-inputs
- (list python-pytest python-marshmallow))
+ (list python-flake8
+ python-flake8-bugbear
+ python-marshmallow
+ python-mypy
+ python-pre-commit
+ python-pytest
+ python-pyyaml))
(home-page "https://github.com/marshmallow-code/apispec")
(synopsis "Swagger/OpenAPI specification generator")
(description "@code{python-apispec} is a pluggable API specification
- generator. It currently supports the OpenAPI specification, formerly
known
- as Swagger.")
+generator. It currently supports the OpenAPI specification, formerly known as
+Swagger.")
(license license:expat)))
(define-public python-apispec-webframeworks
--
2.36.1
- [bug#60009] [PATCH 12/18] gnu: python-flask-restful: Update to 0.3.9., (continued)
- [bug#60009] [PATCH 12/18] gnu: python-flask-restful: Update to 0.3.9., Ricardo Wurmus, 2022/12/12
- [bug#60009] [PATCH 02/18] gnu: python-hyperopt: Update to 0.2.7., Ricardo Wurmus, 2022/12/12
- [bug#60009] [PATCH 09/18] gnu: sqlite-next: Update to 3.40.0., Ricardo Wurmus, 2022/12/12
- [bug#60009] [PATCH 09/18] gnu: sqlite-next: Update to 3.40.0., zimoun, 2022/12/12
- [bug#60009] [PATCH 09/18] gnu: sqlite-next: Update to 3.40.0., Ricardo Wurmus, 2022/12/12
- [bug#60009] [PATCH 09/18] gnu: sqlite-next: Update to 3.40.0., Simon Tournier, 2022/12/12
- [bug#60009] [PATCH 09/18] gnu: sqlite-next: Update to 3.40.0., Ricardo Wurmus, 2022/12/12
- [bug#60009] [PATCH 09/18] gnu: sqlite-next: Update to 3.40.0., Simon Tournier, 2022/12/12
- bug#60009: [PATCH 09/18] gnu: sqlite-next: Update to 3.40.0., Ricardo Wurmus, 2022/12/12
[bug#60009] [PATCH 17/18] gnu: seqmagick: Update to 0.8.4., Ricardo Wurmus, 2022/12/12
[bug#60009] [PATCH 14/18] gnu: python-apispec: Update to 6.0.2.,
Ricardo Wurmus <=
[bug#60009] [PATCH 15/18] gnu: python-pyjwt: Update to 2.6.0., Ricardo Wurmus, 2022/12/12
[bug#60009] [PATCH 16/18] gnu: python-flasgger: Update to 0.9.5., Ricardo Wurmus, 2022/12/12
[bug#60009] [PATCH 18/18] gnu: cnvkit: Update to 0.9.9., Ricardo Wurmus, 2022/12/12