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
This commit is contained in:
Sharlatan Hellseher 2024-11-17 23:13:49 +00:00
parent 75b4f5a457
commit 1b979d7a1b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -26177,16 +26177,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
@ -26202,14 +26202,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