[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
353/361: gnu: python-flask-restful: Update to 0.3.10.
From: |
guix-commits |
Subject: |
353/361: gnu: python-flask-restful: Update to 0.3.10. |
Date: |
Thu, 21 Nov 2024 06:29:50 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit d65bd9f8a34ac30726dd4ecde5480cc261ce6095
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 17 22:56:20 2024 +0000
gnu: python-flask-restful: Update to 0.3.10.
* gnu/packages/python-web.scm (python-flask-restful): Update to 0.3.10.
[arguments]: Disable all tests.
Change-Id: I517d21110eb0334fe152c205c3f8167e0a873bc2
---
gnu/packages/python-web.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 8c390e9cca..939ccdc1a0 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5005,18 +5005,18 @@ apps.")
(define-public python-flask-restful
(package
(name "python-flask-restful")
- (version "0.3.9")
+ (version "0.3.10")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Flask-RESTful" version))
(sha256
(base32
- "0gm5dz088v3d2k1dkcp9b3nnqpkk0fp2jly870hijj2xhc5nbv6c"))))
+ "0dzckjjz3aw8nmisr5g9mnv02s2nqlhblykr9ydqzpr703pz4jpy"))))
(build-system pyproject-build-system)
(arguments
- ;; This test fails because '/' is not 'http://localhost/'.
- (list #:test-flags '(list "-k" "not test_redirect")))
+ ;; See <https://github.com/flask-restful/flask-restful/issues/980>.
+ (list #:tests? #f))
(propagated-inputs
(list python-aniso8601 python-flask python-pytz))
(native-inputs
- 313/361: gnu: python-pytest-xprocess: Update to 1.0.2., (continued)
- 313/361: gnu: python-pytest-xprocess: Update to 1.0.2., guix-commits, 2024/11/21
- 311/361: gnu: python-coverage: Update to 7.6.7., guix-commits, 2024/11/21
- 315/361: gnu: python-cffi: Update to 1.17.1., guix-commits, 2024/11/21
- 314/361: gnu: python-openpyxl: Update to 3.1.5., guix-commits, 2024/11/21
- 331/361: gnu: python-attrs: Update to 24.2.0., guix-commits, 2024/11/21
- 347/361: gnu: python-blinker: Update to 1.9.0., guix-commits, 2024/11/21
- 342/361: gnu: python-matplotlib: Disable more failing tests., guix-commits, 2024/11/21
- 346/361: gnu: python-cloudpickle: Update to 3.1.0., guix-commits, 2024/11/21
- 350/361: gnu: python-graphviz: Update to 0.20.3., guix-commits, 2024/11/21
- 352/361: gnu: python-apispec: Update to 6.7.1., guix-commits, 2024/11/21
- 353/361: gnu: python-flask-restful: Update to 0.3.10.,
guix-commits <=
- 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, 2024/11/21