[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
354/420: gnu: python-flasgger: Update to 0.9.7.1.
From: |
guix-commits |
Subject: |
354/420: gnu: python-flasgger: Update to 0.9.7.1. |
Date: |
Tue, 26 Nov 2024 16:29:33 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 145af11d746378cdaa531a8190da3505f95255b9
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 17 23:13:49 2024 +0000
gnu: python-flasgger: Update to 0.9.7.1.
* gnu/packages/python-xyz.scm (python-flasgger): Update to 0.9.7.1.
[source]: Upstream introduced a new tagging style.
[native-inputs]: Remove python-flake8 and python-flask-jwt.
Change-Id: I5f740f064f2b82b62da5eedea3ca0384682967c6
---
gnu/packages/python-xyz.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c8d85560e2..8b8cde5182 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26070,16 +26070,16 @@ web frameworks.")
(define-public python-flasgger
(package
(name "python-flasgger")
- (version "0.9.5")
+ (version "0.9.7.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/rochacbruno/flasgger")
- (commit version)))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0a2djgfq905a4in16068qz0ikg88dm4nbckaamhaz2v9khllr0bi"))))
+ (base32 "08dnn19swfa5lsscj38hil41b3xnqvwgwnx9q2vg9kv26bs1zcah"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -26095,14 +26095,15 @@ web frameworks.")
(for-each delete-file '("examples/marshmallow_apispec.py"
"examples/validation.py")))))))
(propagated-inputs
- (list python-flask python-pyyaml python-jsonschema python-mistune
+ (list python-flask
+ python-pyyaml
+ python-jsonschema
+ python-mistune
python-six))
(native-inputs
(list python-apispec
python-apispec-webframeworks
python-decorator
- python-flake8
- python-flask-jwt
python-flask-restful
python-flex
python-marshmallow
- 285/420: gnu: Add python-sphinx-design., (continued)
- 285/420: gnu: Add python-sphinx-design., guix-commits, 2024/11/26
- 294/420: gnu: Remove python-pyproject-metadata-0.7., guix-commits, 2024/11/26
- 293/420: gnu: beets-bandcamp: Add maintenance note., guix-commits, 2024/11/26
- 314/420: gnu: python-openpyxl: Update to 3.1.5., guix-commits, 2024/11/26
- 317/420: gnu: python-curio: Update to 1.6., guix-commits, 2024/11/26
- 344/420: gnu: python-beautifulsoup4: Update to 4.12.3., guix-commits, 2024/11/26
- 337/420: gnu: python-versioneer: Simplify tests., guix-commits, 2024/11/26
- 334/420: gnu: python-pytest-mypy: Update to 0.10.3., guix-commits, 2024/11/26
- 333/420: gnu: python-mypy: Update to 1.13.0., guix-commits, 2024/11/26
- 338/420: gnu: python-watchdog: Update to 6.0.0., guix-commits, 2024/11/26
- 354/420: gnu: python-flasgger: Update to 0.9.7.1.,
guix-commits <=
- 330/420: gnu: meson-python: Update to 0.17.1., guix-commits, 2024/11/26
- 349/420: gnu: python-flask: Update to 3.1.0., guix-commits, 2024/11/26
- 345/420: gnu: python-pandas-2: Update to 2.2.3., guix-commits, 2024/11/26
- 356/420: gnu: python-apispec-webframeworks: Update to 1.2.0., guix-commits, 2024/11/26
- 358/420: gnu: python-pytest-httpbin: Update to 2.1.0., guix-commits, 2024/11/26
- 375/420: gnu: python-astroid: Update to 3.3.4., guix-commits, 2024/11/26
- 363/420: gnu: python-tinycss2: Update to 1.4.0., guix-commits, 2024/11/26
- 395/420: gnu: python-icecream: Adjust inputs., guix-commits, 2024/11/26
- 376/420: gnu: python-pylint: Update to 3.3.1., guix-commits, 2024/11/26
- 387/420: gnu: python-pytest-trio: Update to 0.8.0., guix-commits, 2024/11/26