guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]