[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
356/361: gnu: python-apispec-webframeworks: Update to 1.2.0.
From: |
guix-commits |
Subject: |
356/361: gnu: python-apispec-webframeworks: Update to 1.2.0. |
Date: |
Thu, 21 Nov 2024 06:29:50 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit fb096ef2879ceb5a4cabce1cf8ac48a828f05426
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 17 23:04:21 2024 +0000
gnu: python-apispec-webframeworks: Update to 1.2.0.
* gnu/packages/python-xyz.scm (python-apispec-webframeworks): Update to
1.2.0. Improve package style.
[source]: Adjust URI as it's changed in PyPI.
[propagated-inputs]: Remove python-setuptools.
[native-inputs]: Remove python-flake8, python-flake8-bugbear,
python-mock, and python-tox; add python-aiohttp and python-flit-core.
Change-Id: I5dd727f729192290f449fd56ff32a13d77de7bed
---
gnu/packages/python-xyz.scm | 25 ++++++++++++-------------
1 file changed, 12 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d95488fe1b..c8d4a8582b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26042,26 +26042,25 @@ currently supports the OpenAPI specification,
formerly known as Swagger.")
(define-public python-apispec-webframeworks
(package
(name "python-apispec-webframeworks")
- (version "0.5.2")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "apispec-webframeworks" version))
- (sha256
- (base32
- "1wyw30402xq2a8icrsjmy9v43jyvawcjd85ccb2zicqlg4k5pcqd"))))
+ (version "1.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "apispec_webframeworks" version))
+ (sha256
+ (base32 "10gxjwmk8w67b7vcivcky4hrpv1gx8acrshnyp1169va4s62i2an"))))
(build-system pyproject-build-system)
- (propagated-inputs (list python-apispec python-setuptools))
(native-inputs
- (list python-bottle
- python-flake8
- python-flake8-bugbear
+ (list python-aiohttp
+ python-flit-core
+ python-bottle
python-flask
- python-mock
python-pytest
python-pyyaml
python-tornado
- python-tox
python-wheel))
+ (propagated-inputs
+ (list python-apispec))
(home-page "https://github.com/marshmallow-code/apispec-webframeworks")
(synopsis "Web framework plugins for apispec")
(description "This package provides plugins for using @code{apispec} with
- 353/361: gnu: python-flask-restful: Update to 0.3.10., (continued)
- 353/361: gnu: python-flask-restful: Update to 0.3.10., guix-commits, 2024/11/21
- 355/361: gnu: Remove python-flask-jwt., guix-commits, 2024/11/21
- 357/361: gnu: python-httpbin: Update to 0.10.2., guix-commits, 2024/11/21
- 360/361: gnu: python-dirty-equals: Update to 0.8.0., guix-commits, 2024/11/21
- 89/361: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/11/21
- 54/361: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/21
- 68/361: gnu: Add python-isoduration., guix-commits, 2024/11/21
- 224/361: gnu: python-kiwisolver: Update to 1.4.6., guix-commits, 2024/11/21
- 234/361: gnu: python-jsonpickle: Adjust inputs., guix-commits, 2024/11/21
- 330/361: gnu: meson-python: Update to 0.17.1., guix-commits, 2024/11/21
- 356/361: gnu: python-apispec-webframeworks: Update to 1.2.0.,
guix-commits <=
- 358/361: gnu: python-pytest-httpbin: Update to 2.1.0., guix-commits, 2024/11/21
- 359/361: gnu: python-pytest-mpl: Update to 0.17.0., guix-commits, 2024/11/21
- 99/361: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/11/21
- 243/361: gnu: python-twine: Adjust inputs., guix-commits, 2024/11/21
- 225/361: gnu: python-array-api-compat: Update to 1.9.1., guix-commits, 2024/11/21
- 239/361: gnu: python-requests-toolbelt: Update to 1.0.0., guix-commits, 2024/11/21
- 244/361: gnu: python-notebook: Disable more failing tests., guix-commits, 2024/11/21
- 248/361: gnu: Add python-pytest-html., guix-commits, 2024/11/21
- 250/361: gnu: python-parse-type: Adjust inputs., guix-commits, 2024/11/21
- 263/361: gnu: python-urwid: Update to 2.6.16., guix-commits, 2024/11/21