[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
354/361: gnu: python-flasgger: Update to 0.9.7.1.
From: |
guix-commits |
Subject: |
354/361: gnu: python-flasgger: Update to 0.9.7.1. |
Date: |
Fri, 22 Nov 2024 06:01:14 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit f68d25e5b721792278690ea410f70eee5087fa49
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 f9ac5ed383..d95488fe1b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26071,16 +26071,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
@@ -26096,14 +26096,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
- 306/361: gnu: python-pytest-timeout: Update to 2.3.1., (continued)
- 306/361: gnu: python-pytest-timeout: Update to 2.3.1., guix-commits, 2024/11/22
- 309/361: gnu: python-filelock: Update to 3.16.1., guix-commits, 2024/11/22
- 308/361: gnu: python-pytest-mock: Update to 3.14.0., guix-commits, 2024/11/22
- 310/361: gnu: python-pytest-xdist: Update to 3.6.1., guix-commits, 2024/11/22
- 314/361: gnu: python-openpyxl: Update to 3.1.5., guix-commits, 2024/11/22
- 322/361: gnu: python-execnet: Update to 2.1.1., guix-commits, 2024/11/22
- 325/361: gnu: python-trove-classifiers: Update to 2024.10.21.16., guix-commits, 2024/11/22
- 327/361: gnu: python-editables: Update to 0.5., guix-commits, 2024/11/22
- 341/361: gnu: python-pytest-localserver: Update to 0.9.0.post0., guix-commits, 2024/11/22
- 347/361: gnu: python-blinker: Update to 1.9.0., guix-commits, 2024/11/22
- 354/361: gnu: python-flasgger: Update to 0.9.7.1.,
guix-commits <=
- 135/361: gnu: python-ipywidgets: Update to 8.1.2., guix-commits, 2024/11/22
- 220/361: gnu: build-system/pyproject: Add missing native-inputs., guix-commits, 2024/11/22
- 226/361: gnu: python-assay: Add missing inputs., guix-commits, 2024/11/22
- 262/361: gnu: python-pandera: Adjust inputs., guix-commits, 2024/11/22
- 264/361: gnu: hangups: Fix build., guix-commits, 2024/11/22
- 263/361: gnu: python-urwid: Update to 2.6.16., guix-commits, 2024/11/22
- 283/361: gnu: python-mediafile: Update to 0.13.0., guix-commits, 2024/11/22
- 359/361: gnu: python-pytest-mpl: Update to 0.17.0., guix-commits, 2024/11/22
- 122/361: gnu: python-lsp-jsonrpc: Update to 1.1.2., guix-commits, 2024/11/22
- 305/361: gnu: python-pexpect: Update to 4.9.0., guix-commits, 2024/11/22