[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
352/361: gnu: python-apispec: Update to 6.7.1.
From: |
guix-commits |
Subject: |
352/361: gnu: python-apispec: Update to 6.7.1. |
Date: |
Fri, 22 Nov 2024 06:01:13 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 60be0f944606ce69ea222486f2a99a4cd47bf24b
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 17 22:53:06 2024 +0000
gnu: python-apispec: Update to 6.7.1.
* gnu/packages/python-xyz.scm (python-apispec): Update to 6.7.1. Adjut
indentation.
[arguments]<test-flags>: Enable all tests.
[propagated-inputs]: Remove python-packaging; add python-marshmallow and
python-pyyaml.
[native-inputs]: Remove python-flake8, python-flake8-bugbear,
python-marshmallow, python-pyyaml, python-setuptools, and python-wheel;
add python-flit-core and python-openapi-spec-validator.
Change-Id: I0ab67f9ea7da59eab17beff9fd221616ccd569a7
---
gnu/packages/python-xyz.scm | 32 +++++++++++---------------------
1 file changed, 11 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7d470a6f8f..f9ac5ed383 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26016,37 +26016,27 @@ datatypes to and from native Python datatypes.")
(define-public python-apispec
(package
(name "python-apispec")
- (version "6.0.2")
+ (version "6.7.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "apispec" version))
(sha256
- (base32
- "11vqxwdxmm7qmyhdbxk4gnx37nbzmn266ah92gi4pvzd76vq0vg7"))))
+ (base32 "0cxr10m3gj7nmipi3blsj31jz6qfjbfzjrwsnxaxzzhgyipqn6y0"))))
(build-system pyproject-build-system)
- (arguments
- (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-packaging))
(native-inputs
- (list python-flake8
- python-flake8-bugbear
- python-marshmallow
+ (list python-flit-core
python-mypy
- python-pytest
- python-pyyaml
- python-setuptools
- python-wheel))
+ python-openapi-spec-validator
+ python-pytest))
+ (propagated-inputs
+ (list python-marshmallow
+ 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.")
+ (description
+ "@code{python-apispec} is a pluggable API specification generator. It
+currently supports the OpenAPI specification, formerly known as Swagger.")
(license license:expat)))
(define-public python-apispec-webframeworks
- 75/361: gnu: Add python-nbclassic., (continued)
- 75/361: gnu: Add python-nbclassic., guix-commits, 2024/11/22
- 202/361: gnu: python-uqbar: Upgrade to python-team branch., guix-commits, 2024/11/22
- 279/361: gnu: python-pysolr: Update to 3.10.0., guix-commits, 2024/11/22
- 304/361: gnu: python-pexpect: Improve package style., guix-commits, 2024/11/22
- 312/361: gnu: python-pytest-cov: Update to 6.0.0., guix-commits, 2024/11/22
- 316/361: gnu: python-cffi: Improve package style., guix-commits, 2024/11/22
- 318/361: gnu: python-parso: Update to 0.8.4., guix-commits, 2024/11/22
- 329/361: gnu: python-cython-3: Update to 3.0.11., guix-commits, 2024/11/22
- 335/361: gnu: python-numpy: Update to 1.24.4., guix-commits, 2024/11/22
- 336/361: gnu: python-isort: Update to 5.13.2., guix-commits, 2024/11/22
- 352/361: gnu: python-apispec: Update to 6.7.1.,
guix-commits <=
- 53/361: gnu: python-dbus-python: Add missing input., guix-commits, 2024/11/22
- 64/361: gnu: Add python-pep440., guix-commits, 2024/11/22
- 73/361: gnu: Add python-pytest-jupyter., guix-commits, 2024/11/22
- 69/361: gnu: Add python-uri-template., guix-commits, 2024/11/22
- 66/361: gnu: Add python-jsonschema-specifications., guix-commits, 2024/11/22
- 79/361: gnu: python-argon2-cffi: Update to 21.1.0., guix-commits, 2024/11/22
- 80/361: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/11/22
- 89/361: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/11/22
- 111/361: gnu: python-graphql-core: Enable tests., guix-commits, 2024/11/22
- 211/361: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/11/22