[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: |
Fri, 22 Nov 2024 06:01:13 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 9adf64f83857f40416e4804316481e9278c51bde
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
- 305/361: gnu: python-pexpect: Update to 4.9.0., (continued)
- 305/361: gnu: python-pexpect: Update to 4.9.0., guix-commits, 2024/11/22
- 196/361: gnu: python-flake8-isort: Move to pyproject-build-system., guix-commits, 2024/11/22
- 245/361: gnu: nikola: Fix build., guix-commits, 2024/11/22
- 251/361: gnu: behave: Update to 1.2.7.dev5., guix-commits, 2024/11/22
- 317/361: gnu: python-curio: Update to 1.6., guix-commits, 2024/11/22
- 320/361: gnu: python-pickleshare: Improve package style., guix-commits, 2024/11/22
- 324/361: gnu: python-tomli: Update to 2.1.0., guix-commits, 2024/11/22
- 330/361: gnu: meson-python: Update to 0.17.1., guix-commits, 2024/11/22
- 337/361: gnu: python-versioneer: Simplify tests., guix-commits, 2024/11/22
- 348/361: gnu: python-itsdangerous: Update to 2.2.0., guix-commits, 2024/11/22
- 353/361: gnu: python-flask-restful: Update to 0.3.10.,
guix-commits <=